From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: emacs-26 979944c: * doc/lispref/anti.texi (Antinews): Add some more antinews. Date: Fri, 09 Feb 2018 18:23:08 +0200 Message-ID: <83wozm2kur.fsf@gnu.org> References: <20180208235924.25370.56118@vcs0.savannah.gnu.org> <20180208235925.82C2F20456@vcs0.savannah.gnu.org> <874lmqdve7.fsf@gmail.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: blaine.gmane.org 1518193456 10397 195.159.176.226 (9 Feb 2018 16:24:16 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 9 Feb 2018 16:24:16 +0000 (UTC) Cc: eggert@cs.ucla.edu, emacs-devel@gnu.org To: Robert Pluim Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 09 17:24:11 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ekBSd-0000Tw-Ar for ged-emacs-devel@m.gmane.org; Fri, 09 Feb 2018 17:23:39 +0100 Original-Received: from localhost ([::1]:41662 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ekBUe-0002tm-Br for ged-emacs-devel@m.gmane.org; Fri, 09 Feb 2018 11:25:44 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59770) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ekBSc-0002BP-El for emacs-devel@gnu.org; Fri, 09 Feb 2018 11:23:39 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ekBSb-0002ws-22 for emacs-devel@gnu.org; Fri, 09 Feb 2018 11:23:38 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:60771) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ekBST-0002ql-76; Fri, 09 Feb 2018 11:23:29 -0500 Original-Received: from [176.228.60.248] (port=2356 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1ekBSS-0001Fb-KN; Fri, 09 Feb 2018 11:23:29 -0500 In-reply-to: <874lmqdve7.fsf@gmail.com> (message from Robert Pluim on Fri, 09 Feb 2018 16:40:00 +0100) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:222636 Archived-At: > From: Robert Pluim > Date: Fri, 09 Feb 2018 16:40:00 +0100 > Cc: Paul Eggert > > eggert@cs.ucla.edu (Paul Eggert) writes: > > > +@item > > +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: Thanks, pushed to the release branch.