[Top][All Lists]
[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_" ?¾)
+ ("//" ?÷)
- Insert Euro symbol, Kai Großjohann, 2002/05/02
- Re: Insert Euro symbol, Alan Shutko, 2002/05/02
- Re: Insert Euro symbol, Kai Großjohann, 2002/05/02
- Re: Insert Euro symbol, Richard Stallman, 2002/05/03
- Re: Insert Euro symbol, Kai Großjohann, 2002/05/03
- Re: Insert Euro symbol,
Richard Stallman <=
- Re: Insert Euro symbol, Werner LEMBERG, 2002/05/05
- Re: Insert Euro symbol, Richard Stallman, 2002/05/06
- Re: Insert Euro symbol, Werner LEMBERG, 2002/05/06
- Re: Insert Euro symbol, Richard Stallman, 2002/05/07
- Re: Insert Euro symbol, Werner LEMBERG, 2002/05/07
- Re: Insert Euro symbol, Richard Stallman, 2002/05/08
- Re: Insert Euro symbol, Kai Großjohann, 2002/05/06
- Re: Insert Euro symbol, Werner LEMBERG, 2002/05/06
- Re: Insert Euro symbol, Stefan Monnier, 2002/05/05
- Re: Insert Euro symbol, Stefan Monnier, 2002/05/02