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: About curly quotes (again) [Was: Emacs 26.1 release branch created] Date: Sat, 23 Sep 2017 15:14:28 +0300 Message-ID: <83377dboij.fsf@gnu.org> References: <83377mls4d.fsf@gnu.org> <20170919173511.GA19168@ACM> <83bmm6h8vr.fsf@gnu.org> <20170919180944.GB19168@ACM> <838thah71i.fsf@gnu.org> <20170919194356.GC19168@ACM> <20170919210925.GF19168@ACM> <87y3paypfz.fsf@jane> <87efqxvf26.fsf@jane> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1506168892 1723 195.159.176.226 (23 Sep 2017 12:14:52 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 23 Sep 2017 12:14:52 +0000 (UTC) Cc: eggert@cs.ucla.edu, npostavs@users.sourceforge.net, jwiegley@gmail.com, emacs-devel@gnu.org, kaushal.modi@gmail.com, acm@muc.de To: Marcin Borkowski Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Sep 23 14:14:43 2017 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 1dvjKU-0008Ja-FF for ged-emacs-devel@m.gmane.org; Sat, 23 Sep 2017 14:14:42 +0200 Original-Received: from localhost ([::1]:34837 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dvjKb-00032w-TC for ged-emacs-devel@m.gmane.org; Sat, 23 Sep 2017 08:14:49 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:37849) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dvjKV-00032f-TQ for emacs-devel@gnu.org; Sat, 23 Sep 2017 08:14:44 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dvjKU-0001kT-UE for emacs-devel@gnu.org; Sat, 23 Sep 2017 08:14:43 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:35613) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dvjKJ-0001Y8-Qw; Sat, 23 Sep 2017 08:14:31 -0400 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:2396 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1dvjKJ-0004fh-1r; Sat, 23 Sep 2017 08:14:31 -0400 In-reply-to: <87efqxvf26.fsf@jane> (message from Marcin Borkowski on Sat, 23 Sep 2017 13:18:25 +0200) 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:218724 Archived-At: > From: Marcin Borkowski > Date: Sat, 23 Sep 2017 13:18:25 +0200 > Cc: Paul Eggert , John Wiegley , > Emacs developers , > Kaushal Modi , > Alan Mackenzie , Eli Zaretskii > > > > FYI, the curly quotes in info are produced by makeinfo, not Emacs, so > > text-quoting-style will not affect them. If you use makeinfo 4.13 then > > you won't get them. Also note this entry in NEWS.25: > > > > *** 'isearch' and 'query-replace' can now perform character folding[...] > > For instance, the ASCII double quote character " will match all > > variants of double quotes[...] > > Character folding is enabled by customizing 'search-default-mode' to > > the value 'char-fold-to-regexp'. You can also toggle character > > folding in the middle of a search by typing 'M-s ''. > > Thanks, I'll check it. > > Still, the _default_ behavior is broken here. If it's broken, it isn't broken by Emacs, right?