1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-24 10:38:38 +00:00

("TeX"): Change "\," mapping to U+202F (not U+2006). Add more

mappings from TeX's textcomp package.
This commit is contained in:
Kenichi Handa 2005-10-27 01:56:54 +00:00
parent a145b41c6b
commit c814bdfcf5
2 changed files with 31 additions and 1 deletions

View File

@ -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'

View File

@ -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