From: Lars Ingebrigtsen Date: Sat, 27 Jul 2019 14:55:30 +0000 (+0200) Subject: Touch of latin-ltx input method for long arrows X-Git-Tag: emacs-27.0.90~1817^2~68 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a0389384ad9e4b475648809bee65966c17e7a212;p=emacs.git Touch of latin-ltx input method for long arrows * lisp/leim/quail/latin-ltx.el: Map all the \\long.*arrow inputs to the long characters instead of the normal ones (i.e., LONG RIGHTWARDS ARROW instead of RIGHTWARDS ARROW) (bug#24302). --- diff --git a/lisp/leim/quail/latin-ltx.el b/lisp/leim/quail/latin-ltx.el index 93b1250a35b..e247739661e 100644 --- a/lisp/leim/quail/latin-ltx.el +++ b/lisp/leim/quail/latin-ltx.el @@ -454,10 +454,10 @@ system, including many technical ones. Examples: ("\\lneq" ?≨) ("\\lneqq" ?≨) ("\\lnsim" ?⋦) - ("\\longleftarrow" ?←) - ("\\longleftrightarrow" ?↔) - ("\\longmapsto" ?↦) - ("\\longrightarrow" ?→) + ("\\longleftarrow" ?⟵) + ("\\longleftrightarrow" ?⟷) + ("\\longmapsto" ?⟼) + ("\\longrightarrow" ?⟶) ("\\looparrowleft" ?↫) ("\\looparrowright" ?↬) ("\\lozenge" ?✧)