]> git.eshelyaron.com Git - emacs.git/commitdiff
Touch of latin-ltx input method for long arrows
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 27 Jul 2019 14:55:30 +0000 (16:55 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 27 Jul 2019 14:56:15 +0000 (16:56 +0200)
* 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

index 93b1250a35b95b1ef40a110a1cd786650132412c..e247739661eb5ba6c86bd44e7d257fec56307a98 100644 (file)
@@ -454,10 +454,10 @@ system, including many technical ones.  Examples:
  ("\\lneq" ?≨)
  ("\\lneqq" ?≨)
  ("\\lnsim" ?⋦)
- ("\\longleftarrow" ?â\86\90)
- ("\\longleftrightarrow" ?â\86\94)
- ("\\longmapsto" ?â\86¦)
- ("\\longrightarrow" ?â\86\92)
+ ("\\longleftarrow" ?â\9fµ)
+ ("\\longleftrightarrow" ?â\9f·)
+ ("\\longmapsto" ?â\9f¼)
+ ("\\longrightarrow" ?â\9f)
  ("\\looparrowleft" ?↫)
  ("\\looparrowright" ?↬)
  ("\\lozenge" ?✧)