help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: if vs. when vs. and: style question


From: Richard Wordingham
Subject: Re: if vs. when vs. and: style question
Date: Wed, 25 Mar 2015 22:21:13 +0000

On Wed, 25 Mar 2015 13:31:22 -0700 (PDT)
Drew Adams <drew.adams@oracle.com> wrote:

> (Yeah, in the case of the euro sign, `M-x eu TAB RET' is not
> a lot better than `C-x 8 RET euro SPC SPC RET'.  But in the
> case of GREEK SMALL LETTER EPSILON WITH OXIA it might help
> to have a dedicated key, should you happen to use that a lot.)

<esc>-x ucs-i<tab><ret>gree<tab>sm<tab>l<tab>ep<tab> w<tab>o<tab>

works quite well if you don't use it very often.  I shall miss the
shorthand of ucs-i when ucs-insert is fully replaced by insert-char.

I switch a lot between UK, Thai, Tai Tham and IPA keyboards (the latter
three defined in Emacs), but I find the abbreviated commands set-i and
toggle-inp much easier for switching keyboards than trying to
remember the various shortcuts.

One of the issues with using the full set of Unicode characters is that
many are easily misread when there are no constraints.  Many Greek
capitals look just like Roman capitals, and Latin 'o', Greek 'ο' and
Cyrillic 'о' may be indistinguishable.  This is not a good idea for
writing code.

Richard.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]