diff options
| author | Stefan Monnier | 2006-10-05 14:43:08 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2006-10-05 14:43:08 +0000 |
| commit | d781da00fb23ed653c08666e31621aa127813e64 (patch) | |
| tree | b28eb89720aefab7354a551c31ba63506d80acdc /leim | |
| parent | 7db5875f32802043693a51af9143de5fcef98058 (diff) | |
| download | emacs-d781da00fb23ed653c08666e31621aa127813e64.tar.gz emacs-d781da00fb23ed653c08666e31621aa127813e64.zip | |
Remove rules that start with { since they are
redundant and hence impact the { key for no good reason.
Diffstat (limited to 'leim')
| -rw-r--r-- | leim/ChangeLog | 5 | ||||
| -rw-r--r-- | leim/quail/latin-ltx.el | 33 |
2 files changed, 22 insertions, 16 deletions
diff --git a/leim/ChangeLog b/leim/ChangeLog index cae118736e9..9f41dc47bf6 100644 --- a/leim/ChangeLog +++ b/leim/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2006-10-05 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * quail/latin-ltx.el: Remove rules that start with { since they are | ||
| 4 | redundant and hence impact the { key for no good reason. | ||
| 5 | |||
| 1 | 2006-10-02 Kenichi Handa <handa@m17n.org> | 6 | 2006-10-02 Kenichi Handa <handa@m17n.org> |
| 2 | 7 | ||
| 3 | * Makefile.in (install): Fix previous change. | 8 | * Makefile.in (install): Fix previous change. |
diff --git a/leim/quail/latin-ltx.el b/leim/quail/latin-ltx.el index e0cb38ee562..2a0b3501407 100644 --- a/leim/quail/latin-ltx.el +++ b/leim/quail/latin-ltx.el | |||
| @@ -45,17 +45,17 @@ system, including many technical ones. Examples: | |||
| 45 | 45 | ||
| 46 | (quail-define-rules | 46 | (quail-define-rules |
| 47 | ("!`" ?¡) | 47 | ("!`" ?¡) |
| 48 | ("{\\pounds}" ?£) ("\\pounds" ?£) | 48 | ("\\pounds" ?£) ;; ("{\\pounds}" ?£) |
| 49 | ("{\\S}" ?§) ("\\S" ?§) | 49 | ("\\S" ?§) ;; ("{\\S}" ?§) |
| 50 | ("\\\"{}" ?¨) | 50 | ("\\\"{}" ?¨) |
| 51 | ("{\\copyright}" ?©) ("\\copyright" ?©) | 51 | ("\\copyright" ?©) ;; ("{\\copyright}" ?©) |
| 52 | ("$^a$" ?ª) | 52 | ("$^a$" ?ª) |
| 53 | ("\\={}" ?¯) | 53 | ("\\={}" ?¯) |
| 54 | ("$\\pm$" ?±) ("\\pm" ?±) | 54 | ("$\\pm$" ?±) ("\\pm" ?±) |
| 55 | ("$^2$" ?²) | 55 | ("$^2$" ?²) |
| 56 | ("$^3$" ?³) | 56 | ("$^3$" ?³) |
| 57 | ("\\'{}" ?´) | 57 | ("\\'{}" ?´) |
| 58 | ("{\\P}" ?¶) ("\\P" ?¶) | 58 | ("\\P" ?¶) ;; ("{\\P}" ?¶) |
| 59 | ;; Fixme: Yudit has the equivalent of ("\\cdot" ?⋅), for U+22C5, DOT | 59 | ;; Fixme: Yudit has the equivalent of ("\\cdot" ?⋅), for U+22C5, DOT |
| 60 | ;; OPERATOR, whereas · is MIDDLE DOT. JadeTeX translates both to | 60 | ;; OPERATOR, whereas · is MIDDLE DOT. JadeTeX translates both to |
| 61 | ;; \cdot. | 61 | ;; \cdot. |
| @@ -71,8 +71,8 @@ system, including many technical ones. Examples: | |||
| 71 | ("\\~{A}" ?Ã) ("\\~A" ?Ã) | 71 | ("\\~{A}" ?Ã) ("\\~A" ?Ã) |
| 72 | ("\\\"{A}" ?Ä) ("\\\"A" ?Ä) | 72 | ("\\\"{A}" ?Ä) ("\\\"A" ?Ä) |
| 73 | ("\\\k{A}" ?Ą) | 73 | ("\\\k{A}" ?Ą) |
| 74 | ("{\\AA}" ?Å) ("\\AA" ?Å) | 74 | ("\\AA" ?Å) ;; ("{\\AA}" ?Å) |
| 75 | ("{\\AE}" ?Æ) ("\\AE" ?Æ) | 75 | ("\\AE" ?Æ) ;; ("{\\AE}" ?Æ) |
| 76 | ("\\c{C}" ?Ç) ("\\cC" ?Ç) | 76 | ("\\c{C}" ?Ç) ("\\cC" ?Ç) |
| 77 | ("\\`{E}" ?È) ("\\`E" ?È) | 77 | ("\\`{E}" ?È) ("\\`E" ?È) |
| 78 | ("\\'{E}" ?É) ("\\'E" ?É) | 78 | ("\\'{E}" ?É) ("\\'E" ?É) |
| @@ -93,14 +93,14 @@ system, including many technical ones. Examples: | |||
| 93 | ("\\\"{O}" ?Ö) ("\\\"O" ?Ö) | 93 | ("\\\"{O}" ?Ö) ("\\\"O" ?Ö) |
| 94 | ("\\\k{O}" ?Ǫ) | 94 | ("\\\k{O}" ?Ǫ) |
| 95 | ("$\\times$" ?×) ("\\times" ?×) | 95 | ("$\\times$" ?×) ("\\times" ?×) |
| 96 | ("{\\O}" ?Ø) ("\\O" ?Ø) | 96 | ("\\O" ?Ø) ;; ("{\\O}" ?Ø) |
| 97 | ("\\`{U}" ?Ù) ("\\`U" ?Ù) | 97 | ("\\`{U}" ?Ù) ("\\`U" ?Ù) |
| 98 | ("\\'{U}" ?Ú) ("\\'U" ?Ú) | 98 | ("\\'{U}" ?Ú) ("\\'U" ?Ú) |
| 99 | ("\\^{U}" ?Û) ("\\^U" ?Û) | 99 | ("\\^{U}" ?Û) ("\\^U" ?Û) |
| 100 | ("\\\"{U}" ?Ü) ("\\\"U" ?Ü) | 100 | ("\\\"{U}" ?Ü) ("\\\"U" ?Ü) |
| 101 | ("\\\k{U}" ?Ų) | 101 | ("\\\k{U}" ?Ų) |
| 102 | ("\\'{Y}" ?Ý) ("\\'Y" ?Ý) | 102 | ("\\'{Y}" ?Ý) ("\\'Y" ?Ý) |
| 103 | ("{\\ss}" ?ß) ("\\ss" ?ß) | 103 | ("\\ss" ?ß) ;; ("{\\ss}" ?ß) |
| 104 | 104 | ||
| 105 | ("\\`{a}" ?à) ("\\`a" ?à) | 105 | ("\\`{a}" ?à) ("\\`a" ?à) |
| 106 | ("\\'{a}" ?á) ("\\'a" ?á) | 106 | ("\\'{a}" ?á) ("\\'a" ?á) |
| @@ -108,8 +108,8 @@ system, including many technical ones. Examples: | |||
| 108 | ("\\~{a}" ?ã) ("\\~a" ?ã) | 108 | ("\\~{a}" ?ã) ("\\~a" ?ã) |
| 109 | ("\\\"{a}" ?ä) ("\\\"a" ?ä) | 109 | ("\\\"{a}" ?ä) ("\\\"a" ?ä) |
| 110 | ("\\\k{a}" ?ą) | 110 | ("\\\k{a}" ?ą) |
| 111 | ("{\\aa}" ?å) ("\\aa" ?å) | 111 | ("\\aa" ?å) ;; ("{\\aa}" ?å) |
| 112 | ("{\\ae}" ?æ) ("\\ae" ?æ) | 112 | ("\\ae" ?æ) ;; ("{\\ae}" ?æ) |
| 113 | ("\\c{c}" ?ç) ("\\cc" ?ç) | 113 | ("\\c{c}" ?ç) ("\\cc" ?ç) |
| 114 | ("\\`{e}" ?è) ("\\`e" ?è) | 114 | ("\\`{e}" ?è) ("\\`e" ?è) |
| 115 | ("\\'{e}" ?é) ("\\'e" ?é) | 115 | ("\\'{e}" ?é) ("\\'e" ?é) |
| @@ -130,7 +130,7 @@ system, including many technical ones. Examples: | |||
| 130 | ("\\\"{o}" ?ö) ("\\\"o" ?ö) | 130 | ("\\\"{o}" ?ö) ("\\\"o" ?ö) |
| 131 | ("\\\k{o}" ?ǫ) | 131 | ("\\\k{o}" ?ǫ) |
| 132 | ("$\\div$" ?÷) ("\\div" ?÷) | 132 | ("$\\div$" ?÷) ("\\div" ?÷) |
| 133 | ("{\\o}" ?ø) ("\\o" ?ø) | 133 | ("\\o" ?ø) ;; ("{\\o}" ?ø) |
| 134 | ("\\`{u}" ?ù) ("\\`u" ?ù) | 134 | ("\\`{u}" ?ù) ("\\`u" ?ù) |
| 135 | ("\\'{u}" ?ú) ("\\'u" ?ú) | 135 | ("\\'{u}" ?ú) ("\\'u" ?ú) |
| 136 | ("\\^{u}" ?û) ("\\^u" ?û) | 136 | ("\\^{u}" ?û) ("\\^u" ?û) |
| @@ -181,18 +181,19 @@ system, including many technical ones. Examples: | |||
| 181 | ("\\u{\\i}" ?ĭ) ("\\ui" ?ĭ) | 181 | ("\\u{\\i}" ?ĭ) ("\\ui" ?ĭ) |
| 182 | 182 | ||
| 183 | ("\\.{I}" ?İ) ("\\.I" ?İ) | 183 | ("\\.{I}" ?İ) ("\\.I" ?İ) |
| 184 | ("{\\i}" ?ı) ("\\i" ?ı) | 184 | ("\\i" ?ı) ;; ("{\\i}" ?ı) |
| 185 | ("\\^{J}" ?Ĵ) ("\\^J" ?Ĵ) | 185 | ("\\^{J}" ?Ĵ) ("\\^J" ?Ĵ) |
| 186 | ("\\^{\\j}" ?ĵ) ("\\^j" ?ĵ) | 186 | ("\\^{\\j}" ?ĵ) ("\\^j" ?ĵ) |
| 187 | ("\\c{K}" ?Ķ) ("\\cK" ?Ķ) | 187 | ("\\c{K}" ?Ķ) ("\\cK" ?Ķ) |
| 188 | \cK" ?Ķ) | ||
| 188 | ("\\c{k}" ?ķ) ("\\ck" ?ķ) | 189 | ("\\c{k}" ?ķ) ("\\ck" ?ķ) |
| 189 | ("\\'{L}" ?Ĺ) ("\\'L" ?Ĺ) | 190 | ("\\'{L}" ?Ĺ) ("\\'L" ?Ĺ) |
| 190 | ("\\'{l}" ?ĺ) ("\\'l" ?ĺ) | 191 | ("\\'{l}" ?ĺ) ("\\'l" ?ĺ) |
| 191 | ("\\c{L}" ?Ļ) ("\\cL" ?Ļ) | 192 | ("\\c{L}" ?Ļ) ("\\cL" ?Ļ) |
| 192 | ("\\c{l}" ?ļ) ("\\cl" ?ļ) | 193 | ("\\c{l}" ?ļ) ("\\cl" ?ļ) |
| 193 | 194 | ||
| 194 | ("{\\L}" ?Ł) ("\\L" ?Ł) | 195 | ("\\L" ?Ł) ;; ("{\\L}" ?Ł) |
| 195 | ("{\\l}" ?ł) ("\\l" ?ł) | 196 | ("\\l" ?ł) ;; ("{\\l}" ?ł) |
| 196 | ("\\'{N}" ?Ń) ("\\'N" ?Ń) | 197 | ("\\'{N}" ?Ń) ("\\'N" ?Ń) |
| 197 | ("\\'{n}" ?ń) ("\\'n" ?ń) | 198 | ("\\'{n}" ?ń) ("\\'n" ?ń) |
| 198 | ("\\c{N}" ?Ņ) ("\\cN" ?Ņ) | 199 | ("\\c{N}" ?Ņ) ("\\cN" ?Ņ) |
| @@ -206,8 +207,8 @@ system, including many technical ones. Examples: | |||
| 206 | 207 | ||
| 207 | ("\\H{O}" ?Ő) ("\\HO" ?Ő) | 208 | ("\\H{O}" ?Ő) ("\\HO" ?Ő) |
| 208 | ("\\U{o}" ?ő) ("\\Uo" ?ő) | 209 | ("\\U{o}" ?ő) ("\\Uo" ?ő) |
| 209 | ("{\\OE}" ?Œ) ("\\OE" ?Œ) | 210 | ("\\OE" ?Œ) ;; ("{\\OE}" ?Œ) |
| 210 | ("{\\oe}" ?œ) ("\\oe" ?œ) | 211 | ("\\oe" ?œ) ;; ("{\\oe}" ?œ) |
| 211 | ("\\'{R}" ?Ŕ) ("\\'R" ?Ŕ) | 212 | ("\\'{R}" ?Ŕ) ("\\'R" ?Ŕ) |
| 212 | ("\\'{r}" ?ŕ) ("\\'r" ?ŕ) | 213 | ("\\'{r}" ?ŕ) ("\\'r" ?ŕ) |
| 213 | ("\\c{R}" ?Ŗ) ("\\cR" ?Ŗ) | 214 | ("\\c{R}" ?Ŗ) ("\\cR" ?Ŗ) |