Mercurial > emacs
changeset 73248:7e5dc6da708d
Remove rules that start with { since they are
redundant and hence impact the { key for no good reason.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 05 Oct 2006 14:43:08 +0000 |
parents | f6c16efcae11 |
children | f5aa4451cada |
files | leim/ChangeLog leim/quail/latin-ltx.el |
diffstat | 2 files changed, 22 insertions(+), 16 deletions(-) [+] |
line wrap: on
line diff
--- a/leim/ChangeLog Thu Oct 05 11:18:54 2006 +0000 +++ b/leim/ChangeLog Thu Oct 05 14:43:08 2006 +0000 @@ -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.
--- a/leim/quail/latin-ltx.el Thu Oct 05 11:18:54 2006 +0000 +++ b/leim/quail/latin-ltx.el Thu Oct 05 14:43:08 2006 +0000 @@ -45,17 +45,17 @@ (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 @@ ("\\~{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 @@ ("\\\"{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 @@ ("\\~{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 @@ ("\\\"{o}" ?ö) ("\\\"o" ?ö) ("\\\k{o}" ?ǫ) ("$\\div$" ?÷) ("\\div" ?÷) - ("{\\o}" ?ø) ("\\o" ?ø) + ("\\o" ?ø) ;; ("{\\o}" ?ø) ("\\`{u}" ?ù) ("\\`u" ?ù) ("\\'{u}" ?ú) ("\\'u" ?ú) ("\\^{u}" ?û) ("\\^u" ?û) @@ -181,18 +181,19 @@ ("\\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 @@ ("\\H{O}" ?Ő) ("\\HO" ?Ő) ("\\U{o}" ?ő) ("\\Uo" ?ő) - ("{\\OE}" ?Œ) ("\\OE" ?Œ) - ("{\\oe}" ?œ) ("\\oe" ?œ) + ("\\OE" ?Œ) ;; ("{\\OE}" ?Œ) + ("\\oe" ?œ) ;; ("{\\oe}" ?œ) ("\\'{R}" ?Ŕ) ("\\'R" ?Ŕ) ("\\'{r}" ?ŕ) ("\\'r" ?ŕ) ("\\c{R}" ?Ŗ) ("\\cR" ?Ŗ)