From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Marcin Borkowski Newsgroups: gmane.emacs.devel Subject: Re: About curly quotes (again) [Was: Emacs 26.1 release branch created] Date: Sat, 23 Sep 2017 13:18:25 +0200 Message-ID: <87efqxvf26.fsf@jane> 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> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1506165546 22666 195.159.176.226 (23 Sep 2017 11:19:06 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 23 Sep 2017 11:19:06 +0000 (UTC) User-Agent: mu4e 0.9.19; emacs 26.0.50 Cc: Paul Eggert , John Wiegley , Emacs developers , Kaushal Modi , Alan Mackenzie , Eli Zaretskii To: Noam Postavsky Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Sep 23 13:18:58 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 1dviSV-00050z-C3 for ged-emacs-devel@m.gmane.org; Sat, 23 Sep 2017 13:18:55 +0200 Original-Received: from localhost ([::1]:34480 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dviSa-00081x-Ks for ged-emacs-devel@m.gmane.org; Sat, 23 Sep 2017 07:19:00 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57505) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dviSR-00081h-LQ for emacs-devel@gnu.org; Sat, 23 Sep 2017 07:18:52 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dviSQ-0003GY-LC for emacs-devel@gnu.org; Sat, 23 Sep 2017 07:18:51 -0400 Original-Received: from mail.mojserwer.eu ([195.110.48.8]:39756) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dviSL-0003Be-5A; Sat, 23 Sep 2017 07:18:45 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by mail.mojserwer.eu (Postfix) with ESMTP id 07625E6AEA; Sat, 23 Sep 2017 13:18:35 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mail.mojserwer.eu Original-Received: from mail.mojserwer.eu ([127.0.0.1]) by localhost (mail.mojserwer.eu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id N1XMPdrZ-PHG; Sat, 23 Sep 2017 13:18:28 +0200 (CEST) Original-Received: from localhost (unknown [150.254.127.108]) by mail.mojserwer.eu (Postfix) with ESMTPSA id 2B458E602E; Sat, 23 Sep 2017 13:18:28 +0200 (CEST) In-reply-to: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 195.110.48.8 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:218722 Archived-At: On 2017-09-20, at 08:17, Noam Postavsky wrote: > On Wed, Sep 20, 2017 at 12:16 AM, Marcin Borkowski wrote: > >> And for the matter, I'm one of the persons which does not like curl >> quotes (they broke isearching for keys in Info, didn't they?) > > 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. Best, -- Marcin Borkowski