summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToon Claes <toon@iotcl.com>2017-07-14 05:53:14 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2017-07-14 06:00:47 -0700
commit3bdf5b21493828bb0e8c0c6b4559a89aade0357f (patch)
tree4abdd1a88f8c1925ac7703c149d3ff8c31a6b124
parent9dee1c884eb50ba282eb9dd2495c5269add25963 (diff)
downloademacs-3bdf5b21493828bb0e8c0c6b4559a89aade0357f.tar.gz
Remove Turkish ligatures from Dutch input method
* lisp/leim/quail/latin-alt.el: Remove Turkish ligatures (Bug#518).
-rw-r--r--etc/NEWS3
-rw-r--r--lisp/leim/quail/latin-alt.el13
2 files changed, 4 insertions, 12 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 71a2da1b637..2034bcbf721 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -358,6 +358,9 @@ variable of this kind to swap modifiers in Emacs.
---
** New input methods: 'cyrillic-tuvan', 'polish-prefix'.
+---
+** The 'dutch' input method no longer attempts to support Turkish too.
+
+++
** File name quoting by adding the prefix "/:" is now possible for the
local part of a remote file name. Thus, if you have a directory named
diff --git a/lisp/leim/quail/latin-alt.el b/lisp/leim/quail/latin-alt.el
index 6c0dab28b41..0a048742f4c 100644
--- a/lisp/leim/quail/latin-alt.el
+++ b/lisp/leim/quail/latin-alt.el
@@ -1152,7 +1152,7 @@ Doubling the postfix separates the letter and postfix: e.g. a^^ -> a^
(quail-define-package
"dutch" "Dutch" "NL" t
"Dutch character mixfix input method.
-Caters for French and Turkish as well as Dutch.
+Caters for French and Dutch.
| | examples
------------+---------+----------
@@ -1163,8 +1163,6 @@ Caters for French and Turkish as well as Dutch.
acute | \\=' | a\\=' -> á
grave | \\=` | a\\=` -> à
circumflex | ^ | a^ -> â
- Turkish | various | i/ -> ı s, -> ş g^ -> ğ I/ -> İ
- | | S, -> Ş G^ -> Ğ
------------+---------+----------
| prefix |
------------+---------+----------
@@ -1226,15 +1224,6 @@ Doubling the postfix separates the letter and postfix: e.g. a\\='\\=' -> a\\='
("I^" ?Î) ;; LATIN CAPITAL LETTER I WITH CIRCUMFLEX
("O^" ?Ô) ;; LATIN CAPITAL LETTER O WITH CIRCUMFLEX
("U^" ?Û) ;; LATIN CAPITAL LETTER U WITH CIRCUMFLEX
- ;; “Follow the example of the Dutch POSIX locale, using ISO-8859-9 to
- ;; cater to the many Turks in Dutch society.” Perhaps German methods
- ;; should do so too. Follow turkish-alt-postfix here.
- ("i/" ?ı) ;; LATIN SMALL LETTER I WITH NO DOT
- ("s," ?ş) ;; LATIN SMALL LETTER S WITH CEDILLA
- ("g^" ?ğ) ;; LATIN SMALL LETTER G WITH BREVE
- ("I/" ?İ) ;; LATIN CAPITAL LETTER I WITH DOT ABOVE
- ("S," ?Ş) ;; LATIN CAPITAL LETTER S WITH CEDILLA
- ("G^" ?Ğ) ;; LATIN CAPITAL LETTER G WITH BREVE
)
;; Originally from Yudit, discussed with Albertas Agejevas