From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#19900: 24.4; info-look.el quotes from makeinfo @item Date: Thu, 19 Feb 2015 08:11:19 +0200 Message-ID: <83oaoq4eig.fsf@gnu.org> References: <873862zcf4.fsf@blah.blah> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1424326348 2867 80.91.229.3 (19 Feb 2015 06:12:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 19 Feb 2015 06:12:28 +0000 (UTC) Cc: 19900@debbugs.gnu.org To: Kevin Ryde Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Feb 19 07:12:16 2015 Return-path: Envelope-to: geb-bug-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 1YOKLP-0006R4-6c for geb-bug-gnu-emacs@m.gmane.org; Thu, 19 Feb 2015 07:12:15 +0100 Original-Received: from localhost ([::1]:54983 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YOKLO-0004fd-4g for geb-bug-gnu-emacs@m.gmane.org; Thu, 19 Feb 2015 01:12:14 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54109) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YOKLH-0004eT-JI for bug-gnu-emacs@gnu.org; Thu, 19 Feb 2015 01:12:11 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YOKLC-0008El-Jb for bug-gnu-emacs@gnu.org; Thu, 19 Feb 2015 01:12:07 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:57055) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YOKLC-0008EY-FH for bug-gnu-emacs@gnu.org; Thu, 19 Feb 2015 01:12:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1YOKLB-0004bW-SR for bug-gnu-emacs@gnu.org; Thu, 19 Feb 2015 01:12:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 19 Feb 2015 06:12:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 19900 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 19900-submit@debbugs.gnu.org id=B19900.142432627717642 (code B ref 19900); Thu, 19 Feb 2015 06:12:01 +0000 Original-Received: (at 19900) by debbugs.gnu.org; 19 Feb 2015 06:11:17 +0000 Original-Received: from localhost ([127.0.0.1]:48295 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YOKKP-0004aQ-Ah for submit@debbugs.gnu.org; Thu, 19 Feb 2015 01:11:17 -0500 Original-Received: from mtaout29.012.net.il ([80.179.55.185]:52067) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YOKKI-0004aD-TV for 19900@debbugs.gnu.org; Thu, 19 Feb 2015 01:11:11 -0500 Original-Received: from conversion-daemon.mtaout29.012.net.il by mtaout29.012.net.il (HyperSendmail v2007.08) id <0NK000N008S5BN00@mtaout29.012.net.il> for 19900@debbugs.gnu.org; Thu, 19 Feb 2015 08:07:02 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout29.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NK000HCN8ZQGA60@mtaout29.012.net.il>; Thu, 19 Feb 2015 08:07:02 +0200 (IST) In-reply-to: <873862zcf4.fsf@blah.blah> X-012-Sender: halo1@inter.net.il X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:99579 Archived-At: > From: Kevin Ryde > Date: Thu, 19 Feb 2015 16:40:47 +1100 > > Recent makeinfo on @item generates forward quote 'foo' rather than > backquote `foo' which it used to. info-look.el doesn't match the > forward 'foo' in various places which are @table (as opposed to @defun > etc). These two characters are actually customizable in the latest Texinfo (although I doubt that many people use that feature). So perhaps there should be a defcustom for them, so users could use other characters if needed. > 2015-02-19 Kevin Ryde > > * info-look.el (c-mode, bison-mode, makefile-mode) > (makefile-automake-mode, texinfo-mode, autoconf-mode, awk-mode) > (latex-mode, emacs-lisp-mode, sh-mode, cfengine-mode): Match both > `foo' and 'foo' for @item and similar. > (emacs-lisp-mode): U+2018,U+2019 in emacs.info and elisp.info too. > (latex-mode): Match multi-arg \frac{num}{den} or \sqrt[root]{n} in > suffix regexp Why do you confine U+2018 and U+2019 to Emacs manuals? AFAIK, they will appear in any manual that has its @documentencoding set to UTF-8. So I think you can see that in any manual any time. Thanks.