emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 1e09f8d: Do not convert ij and IJ to compatibility


From: Paul Eggert
Subject: [Emacs-diffs] master 1e09f8d: Do not convert ij and IJ to compatibility chars
Date: Fri, 14 Jul 2017 09:20:51 -0400 (EDT)

branch: master
commit 1e09f8d379ef3e37132189b2760c3d14920d0f96
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    Do not convert ij and IJ to compatibility chars
    
    * lisp/leim/quail/latin-alt.el: Omit lines for ij and IJ in Dutch.
    Problem reported by James Cloos (Bug#518#10).
---
 etc/NEWS                     | 3 +++
 lisp/leim/quail/latin-alt.el | 3 ---
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/etc/NEWS b/etc/NEWS
index 2034bcb..dd6d546 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -360,6 +360,9 @@ variable of this kind to swap modifiers in Emacs.
 
 ---
 ** The 'dutch' input method no longer attempts to support Turkish too.
+Also, it no longer converts 'IJ' and 'ij' to the compatibility
+characters U+0132 LATIN CAPITAL LIGATURE IJ and U+0133 LATIN SMALL
+LIGATURE IJ.
 
 +++
 ** File name quoting by adding the prefix "/:" is now possible for the
diff --git a/lisp/leim/quail/latin-alt.el b/lisp/leim/quail/latin-alt.el
index 0a04874..cc72134 100644
--- a/lisp/leim/quail/latin-alt.el
+++ b/lisp/leim/quail/latin-alt.el
@@ -1174,9 +1174,6 @@ Doubling the postfix separates the letter and postfix: 
e.g. a\\='\\=' -> a\\='
 (quail-define-rules
  ("fl." ?ƒ) ;; LATIN SMALL LETTER F WITH HOOK (florin currency symbol)
  ("eur." ?€) ;; EURO SIGN
- ;; “The 25th letter of the Dutch alphabet.”
- ("ij" ?ij) ;; LATIN SMALL LIGATURE IJ
- ("IJ" ?IJ) ;; LATIN CAPITAL LIGATURE IJ
  ;; “Trema on the second letter of vowel pair.”  Yudit uses `:', not `"'.
  ("\"a" ?ä) ;; LATIN SMALL LETTER A WITH DIAERESIS
  ("\"e" ?ë) ;; LATIN SMALL LETTER E WITH DIAERESIS



reply via email to

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