From a0389384ad9e4b475648809bee65966c17e7a212 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Sat, 27 Jul 2019 16:55:30 +0200 Subject: [PATCH] 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). --- lisp/leim/quail/latin-ltx.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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" ?✧) -- 2.39.2