From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Drew Adams Newsgroups: gmane.emacs.help Subject: RE: Single quotes in Info Date: Fri, 23 Jan 2015 15:53:32 -0800 (PST) Message-ID: <92d82f85-95a7-4a16-a2e2-262d85e3cd87@default> References: <87twzhgk84.fsf@wmi.amu.edu.pl> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1422057239 11939 80.91.229.3 (23 Jan 2015 23:53:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 23 Jan 2015 23:53:59 +0000 (UTC) To: Marcin Borkowski , Help Gnu Emacs mailing list Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Jan 24 00:53:56 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YEo31-0006QA-QH for geh-help-gnu-emacs@m.gmane.org; Sat, 24 Jan 2015 00:53:55 +0100 Original-Received: from localhost ([::1]:33577 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YEo31-0004yx-2g for geh-help-gnu-emacs@m.gmane.org; Fri, 23 Jan 2015 18:53:55 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53358) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YEo2n-0004yj-OG for help-gnu-emacs@gnu.org; Fri, 23 Jan 2015 18:53:42 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YEo2j-0004Iy-NO for help-gnu-emacs@gnu.org; Fri, 23 Jan 2015 18:53:41 -0500 Original-Received: from userp1040.oracle.com ([156.151.31.81]:46311) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YEo2j-0004Iu-GP for help-gnu-emacs@gnu.org; Fri, 23 Jan 2015 18:53:37 -0500 Original-Received: from acsinet21.oracle.com (acsinet21.oracle.com [141.146.126.237]) by userp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id t0NNrYjL029270 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 23 Jan 2015 23:53:35 GMT Original-Received: from userz7021.oracle.com (userz7021.oracle.com [156.151.31.85]) by acsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id t0NNrXP4026545 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Fri, 23 Jan 2015 23:53:34 GMT Original-Received: from abhmp0019.oracle.com (abhmp0019.oracle.com [141.146.116.25]) by userz7021.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id t0NNrXAh024754; Fri, 23 Jan 2015 23:53:33 GMT In-Reply-To: <87twzhgk84.fsf@wmi.amu.edu.pl> X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.8.2 (807160) [OL 12.0.6691.5000 (x86)] X-Source-IP: acsinet21.oracle.com [141.146.126.237] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 156.151.31.81 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:102236 Archived-At: > I'm not sure about it, but it seems that after upgrading from 24.3 to > 25.0.50.1, the Info buffer is a bit uglified. First, it uses some face > I don't like for variable and function names =E2=80=93 but if this annoys= me too > much, I can change it easily. Worse, instead of e.g. `t' it now says > =E2=80=98t=E2=80=99, for instance (i.e., it uses Unicode single quotation= marks). >=20 > This is extremely annoying, since it makes incremental searching for > single-quoted strings much harder. >=20 > I apropos'ed the "Info-" variables and grepped the list for "quot", > "unicode" and "single", all to no avail, and ran out of ideas. Is this > behavior customizable? How to get back to ASCII quotes? Oh boy, you'll have fun reading about this in the bug threads: #16292 - http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D16292 info docs now contain single straight quotes instead of `' #13131 - http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D13131 Allow curly quotes to be found by searching for straight quotes? #16439 - http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D16439 Highlighting of strings within Info buffers #13228 - http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D13228 Request for highlighting back-quote/quote pair notation Enjoy! (Info+ can at least help by highlighting quoted names etc. http://www.emacswiki.org/emacs/InfoPlus)