From c814bdfcf539ec5b03e24bb17a7de8caf53eddf6 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Thu, 27 Oct 2005 01:56:54 +0000 Subject: [PATCH] ("TeX"): Change "\," mapping to U+202F (not U+2006). Add more mappings from TeX's textcomp package. --- leim/ChangeLog | 5 +++++ leim/quail/latin-ltx.el | 27 ++++++++++++++++++++++++++- 2 files changed, 31 insertions(+), 1 deletion(-) 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 (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 * 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 -- 2.39.2