diff options
author | Kenichi Handa <handa@m17n.org> | 2005-10-27 01:56:54 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2005-10-27 01:56:54 +0000 |
commit | c814bdfcf539ec5b03e24bb17a7de8caf53eddf6 (patch) | |
tree | 5dd0d5003ee446691ff4ea05115860f2c324a8b3 /leim | |
parent | a145b41c6b74f8528d51aa923a9d752549cf5066 (diff) | |
download | emacs-c814bdfcf539ec5b03e24bb17a7de8caf53eddf6.tar.gz |
("TeX"): Change "\," mapping to U+202F (not U+2006). Add more
mappings from TeX's textcomp package.
Diffstat (limited to 'leim')
-rw-r--r-- | leim/ChangeLog | 5 | ||||
-rw-r--r-- | leim/quail/latin-ltx.el | 27 |
2 files changed, 31 insertions, 1 deletions
diff --git a/leim/ChangeLog b/leim/ChangeLog index 41e98bd08f0..0da91d3d8b7 100644 --- a/leim/ChangeLog +++ b/leim/ChangeLog @@ -1,3 +1,8 @@ +2005-10-26 Torsten Bronger <bronger@physik.rwth-aachen.de> (tiny change) + + * quail/latin-ltx.el ("TeX"): Change "\," mapping to U+202F (not + U+2006). Add more mappings from TeX's textcomp package. + 2005-10-25 Juri Linkov <juri@jurta.org> * quail/cyrillic.el ("cyrillic-translit"): Set 4th arg `guidance' diff --git a/leim/quail/latin-ltx.el b/leim/quail/latin-ltx.el index 0284810b8eb..459b939f3b2 100644 --- a/leim/quail/latin-ltx.el +++ b/leim/quail/latin-ltx.el @@ -299,7 +299,7 @@ system, including many technical ones. Examples: ("\\'m" ?ḿ) ("\\'p" ?ṕ) ("\\'w" ?ẃ) - ("\\," ? ) + ("\\," ? ) ("\\." ?̇) ("\\.B" ?Ḃ) ("\\.D" ?Ḋ) @@ -960,6 +960,31 @@ system, including many technical ones. Examples: ("\\frq" ?›) ("\\flqq" ?\«) ("\\\"<" ?\«) ("\\frqq" ?\») ("\\\">" ?\») + + ("\\-" ?) ;; soft hyphen + + ("\\textmu" ?µ) + ("\\textfractionsolidus" ?⁄) + ("\\textbigcircle" ?⃝) + ("\\textmusicalnote" ?♪) + ("\\textdied" ?✝) + ("\\textcolonmonetary" ?₡) + ("\\textwon" ?₩) + ("\\textnaira" ?₦) + ("\\textpeso" ?₱) + ("\\textlira" ?₤) + ("\\textrecipe" ?℞) + ("\\textinterrobang" ?‽) + ("\\textpertenthousand" ?‱) + ("\\textbaht" ?฿) + ("\\textnumero" ?№) + ("\\textdiscount" ?⁒) + ("\\textestimated" ?℮) + ("\\textopenbullet" ?◦) + ("\\textlquill" ?⁅) + ("\\textrquill" ?⁆) + ("\\textcircledP" ?℗) + ("\\textreferencemark" ?※) ) ;; arch-tag: 3daae613-2c53-446e-a0a1-ee2e1ebed15f |