Index: latin-ltx.el =================================================================== RCS file: /cvsroot/emacs/emacs/leim/quail/latin-ltx.el,v retrieving revision 1.19 diff -c -r1.19 latin-ltx.el *** latin-ltx.el 4 Jul 2005 15:27:32 -0000 1.19 --- latin-ltx.el 15 Oct 2005 08:49:25 -0000 *************** *** 299,305 **** ("\\'m" ?ḿ) ("\\'p" ?ṕ) ("\\'w" ?ẃ) ! ("\\," ? ) ("\\." ?̇) ("\\.B" ?Ḃ) ("\\.D" ?Ḋ) --- 299,305 ---- ("\\'m" ?ḿ) ("\\'p" ?ṕ) ("\\'w" ?ẃ) ! ("\\," ? ) ("\\." ?̇) ("\\.B" ?Ḃ) ("\\.D" ?Ḋ) *************** *** 960,965 **** --- 960,990 ---- ("\\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