emacs-devel
[Top][All Lists]
Advanced

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

Re: emacs-26 979944c: * doc/lispref/anti.texi (Antinews): Add some more


From: Robert Pluim
Subject: Re: emacs-26 979944c: * doc/lispref/anti.texi (Antinews): Add some more antinews.
Date: Fri, 09 Feb 2018 16:40:00 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.91 (gnu/linux)

address@hidden (Paul Eggert) writes:

> address@hidden
> +The @code{dutch} input method now attempts to support Turkish too,
> +albeit incorrectly.  Also, it converts @samp{IJ} and @samp{ij} to
> +special characters instead of leaving them alone.

I remember there was a good reason for that, but I don't remember what
it was. However 1e09f8d379ef3e37132189b2760c3d14920d0f96 adjusted only
the behaviour, not the documentation, so ij and IJ are still mentioned
by describe-input-method. Something like the following is needed:

diff --git i/lisp/leim/quail/latin-alt.el w/lisp/leim/quail/latin-alt.el
index a7d39ec839..5044fb2d29 100644
--- i/lisp/leim/quail/latin-alt.el
+++ w/lisp/leim/quail/latin-alt.el
@@ -1156,7 +1156,7 @@
 
              |         | examples
  ------------+---------+----------
-  others     |         | fl. -> ƒ  eur. -> €  ij -> ij  IJ -> IJ
+  others     |         | fl. -> ƒ  eur. -> €
  ------------+---------+----------
              | postfix |
  ------------+---------+----------



reply via email to

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