summaryrefslogtreecommitdiff
path: root/leim
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2006-10-05 14:43:08 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2006-10-05 14:43:08 +0000
commitd781da00fb23ed653c08666e31621aa127813e64 (patch)
treeb28eb89720aefab7354a551c31ba63506d80acdc /leim
parent7db5875f32802043693a51af9143de5fcef98058 (diff)
downloademacs-d781da00fb23ed653c08666e31621aa127813e64.tar.gz
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/ChangeLog5
-rw-r--r--leim/quail/latin-ltx.el33
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 @@
+2006-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
+
+ * quail/latin-ltx.el: Remove rules that start with { since they are
+ redundant and hence impact the { key for no good reason.
+
2006-10-02 Kenichi Handa <handa@m17n.org>
* 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:
(quail-define-rules
("!`" ?¡)
- ("{\\pounds}" ?£) ("\\pounds" ?£)
- ("{\\S}" ?§) ("\\S" ?§)
+ ("\\pounds" ?£) ;; ("{\\pounds}" ?£)
+ ("\\S" ?§) ;; ("{\\S}" ?§)
("\\\"{}" ?¨)
- ("{\\copyright}" ?©) ("\\copyright" ?©)
+ ("\\copyright" ?©) ;; ("{\\copyright}" ?©)
("$^a$" ?ª)
("\\={}" ?¯)
("$\\pm$" ?±) ("\\pm" ?±)
("$^2$" ?²)
("$^3$" ?³)
("\\'{}" ?´)
- ("{\\P}" ?¶) ("\\P" ?¶)
+ ("\\P" ?¶) ;; ("{\\P}" ?¶)
;; Fixme: Yudit has the equivalent of ("\\cdot" ?⋅), for U+22C5, DOT
;; OPERATOR, whereas · is MIDDLE DOT. JadeTeX translates both to
;; \cdot.
@@ -71,8 +71,8 @@ system, including many technical ones. Examples:
("\\~{A}" ?Ã) ("\\~A" ?Ã)
("\\\"{A}" ?Ä) ("\\\"A" ?Ä)
("\\\k{A}" ?Ą)
- ("{\\AA}" ?Å) ("\\AA" ?Å)
- ("{\\AE}" ?Æ) ("\\AE" ?Æ)
+ ("\\AA" ?Å) ;; ("{\\AA}" ?Å)
+ ("\\AE" ?Æ) ;; ("{\\AE}" ?Æ)
("\\c{C}" ?Ç) ("\\cC" ?Ç)
("\\`{E}" ?È) ("\\`E" ?È)
("\\'{E}" ?É) ("\\'E" ?É)
@@ -93,14 +93,14 @@ system, including many technical ones. Examples:
("\\\"{O}" ?Ö) ("\\\"O" ?Ö)
("\\\k{O}" ?Ǫ)
("$\\times$" ?×) ("\\times" ?×)
- ("{\\O}" ?Ø) ("\\O" ?Ø)
+ ("\\O" ?Ø) ;; ("{\\O}" ?Ø)
("\\`{U}" ?Ù) ("\\`U" ?Ù)
("\\'{U}" ?Ú) ("\\'U" ?Ú)
("\\^{U}" ?Û) ("\\^U" ?Û)
("\\\"{U}" ?Ü) ("\\\"U" ?Ü)
("\\\k{U}" ?Ų)
("\\'{Y}" ?Ý) ("\\'Y" ?Ý)
- ("{\\ss}" ?ß) ("\\ss" ?ß)
+ ("\\ss" ?ß) ;; ("{\\ss}" ?ß)
("\\`{a}" ?à) ("\\`a" ?à)
("\\'{a}" ?á) ("\\'a" ?á)
@@ -108,8 +108,8 @@ system, including many technical ones. Examples:
("\\~{a}" ?ã) ("\\~a" ?ã)
("\\\"{a}" ?ä) ("\\\"a" ?ä)
("\\\k{a}" ?ą)
- ("{\\aa}" ?å) ("\\aa" ?å)
- ("{\\ae}" ?æ) ("\\ae" ?æ)
+ ("\\aa" ?å) ;; ("{\\aa}" ?å)
+ ("\\ae" ?æ) ;; ("{\\ae}" ?æ)
("\\c{c}" ?ç) ("\\cc" ?ç)
("\\`{e}" ?è) ("\\`e" ?è)
("\\'{e}" ?é) ("\\'e" ?é)
@@ -130,7 +130,7 @@ system, including many technical ones. Examples:
("\\\"{o}" ?ö) ("\\\"o" ?ö)
("\\\k{o}" ?ǫ)
("$\\div$" ?÷) ("\\div" ?÷)
- ("{\\o}" ?ø) ("\\o" ?ø)
+ ("\\o" ?ø) ;; ("{\\o}" ?ø)
("\\`{u}" ?ù) ("\\`u" ?ù)
("\\'{u}" ?ú) ("\\'u" ?ú)
("\\^{u}" ?û) ("\\^u" ?û)
@@ -181,18 +181,19 @@ system, including many technical ones. Examples:
("\\u{\\i}" ?ĭ) ("\\ui" ?ĭ)
("\\.{I}" ?İ) ("\\.I" ?İ)
- ("{\\i}" ?ı) ("\\i" ?ı)
+ ("\\i" ?ı) ;; ("{\\i}" ?ı)
("\\^{J}" ?Ĵ) ("\\^J" ?Ĵ)
("\\^{\\j}" ?ĵ) ("\\^j" ?ĵ)
("\\c{K}" ?Ķ) ("\\cK" ?Ķ)
+\cK" ?Ķ)
("\\c{k}" ?ķ) ("\\ck" ?ķ)
("\\'{L}" ?Ĺ) ("\\'L" ?Ĺ)
("\\'{l}" ?ĺ) ("\\'l" ?ĺ)
("\\c{L}" ?Ļ) ("\\cL" ?Ļ)
("\\c{l}" ?ļ) ("\\cl" ?ļ)
- ("{\\L}" ?Ł) ("\\L" ?Ł)
- ("{\\l}" ?ł) ("\\l" ?ł)
+ ("\\L" ?Ł) ;; ("{\\L}" ?Ł)
+ ("\\l" ?ł) ;; ("{\\l}" ?ł)
("\\'{N}" ?Ń) ("\\'N" ?Ń)
("\\'{n}" ?ń) ("\\'n" ?ń)
("\\c{N}" ?Ņ) ("\\cN" ?Ņ)
@@ -206,8 +207,8 @@ system, including many technical ones. Examples:
("\\H{O}" ?Ő) ("\\HO" ?Ő)
("\\U{o}" ?ő) ("\\Uo" ?ő)
- ("{\\OE}" ?Œ) ("\\OE" ?Œ)
- ("{\\oe}" ?œ) ("\\oe" ?œ)
+ ("\\OE" ?Œ) ;; ("{\\OE}" ?Œ)
+ ("\\oe" ?œ) ;; ("{\\oe}" ?œ)
("\\'{R}" ?Ŕ) ("\\'R" ?Ŕ)
("\\'{r}" ?ŕ) ("\\'r" ?ŕ)
("\\c{R}" ?Ŗ) ("\\cR" ?Ŗ)