]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove rules that start with { since they are
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 5 Oct 2006 14:43:08 +0000 (14:43 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 5 Oct 2006 14:43:08 +0000 (14:43 +0000)
redundant and hence impact the { key for no good reason.

leim/ChangeLog
leim/quail/latin-ltx.el

index cae118736e92a30a2858a96caf825c53155df211..9f41dc47bf6b9df9ee8df9ade6e4bf99554b8284 100644 (file)
@@ -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.
index e0cb38ee562ebc47191bd5792de6bc1ee55d7d50..2a0b35014078c5671f7b7eeb24c7d50dfe64b8c7 100644 (file)
@@ -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" ?Ŗ)