emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master a038938: Touch of latin-ltx input method for long a


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master a038938: Touch of latin-ltx input method for long arrows
Date: Sat, 27 Jul 2019 10:56:24 -0400 (EDT)

branch: master
commit a0389384ad9e4b475648809bee65966c17e7a212
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    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 93b1250..e247739 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" ?✧)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]