emacs-devel
[Top][All Lists]
Advanced

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

Re: Insert Euro symbol


From: Richard Stallman
Subject: Re: Insert Euro symbol
Date: Sat, 4 May 2002 09:02:31 -0600 (MDT)

    The latin-1-postfix method allows for inserting a lot of nonletters.

I am not sure what you mean by "a lot".  Most Latin-1 non-letters do
not seem to be included.

I started writing changes to add ways to enter some additional
characters, shown below.  But I have doubts about whether these
sequences are good ones.  They might be inconvenient.

+  ("\"\"" ?¨)
+  ("''" ?´)
+  (",," ?¸)
+  ("* " ? )  ; Non-breaking space
+  ("+_" ?±)
+  ("-*" ?­)
+  (".*" ?·)
+  ("^*" ?¯)
+  ("c*" ?©)
+  ("l*" ?£)
+  ("p*" ?¶)
+  ("r*" ?®)
+  ("s*" ?§)
+  ("x*" ?×)
+  ("X*" ?¤)
+  ("y*" ?¥)
+  ("|*" ?¦)
+  ("1*" ?¹)
+  ("2*" ?²)
+  ("3*" ?³)
+  ("2_" ?½)
+  ("4_" ?¼)
+  ("3_" ?¾)
+  ("//" ?÷)



reply via email to

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