From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] ignoring Info extensions Date: Fri, 02 Apr 2004 06:32:11 +0300 Organization: JURTA Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <87n05vdphl.fsf@mail.jurta.org> References: <200404020150.i321o1B26583@f7.net> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1080877242 3970 80.91.224.253 (2 Apr 2004 03:40:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 2 Apr 2004 03:40:42 +0000 (UTC) Cc: emacs-devel@gnu.org, janneke@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Fri Apr 02 05:40:36 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1B9FXn-00069F-00 for ; Fri, 02 Apr 2004 05:40:35 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1B9FXn-0000pQ-00 for ; Fri, 02 Apr 2004 05:40:35 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B9FVd-00023I-SU for emacs-devel@quimby.gnus.org; Thu, 01 Apr 2004 22:38:21 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1B9FSl-0007Nc-8y for emacs-devel@gnu.org; Thu, 01 Apr 2004 22:35:23 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1B9FS3-0006U2-AX for emacs-devel@gnu.org; Thu, 01 Apr 2004 22:35:11 -0500 Original-Received: from [66.33.219.19] (helo=spoon.dreamhost.com) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B9FRj-00064w-DL; Thu, 01 Apr 2004 22:34:19 -0500 Original-Received: from mail.jurta.org (80-235-44-245-dsl.mus.estpak.ee [80.235.44.245]) by spoon.dreamhost.com (Postfix) with ESMTP id 56C3713D850; Thu, 1 Apr 2004 19:34:18 -0800 (PST) Original-To: karl@freefriends.org (Karl Berry) In-Reply-To: <200404020150.i321o1B26583@f7.net> (Karl Berry's message of "Thu, 1 Apr 2004 20:50:01 -0500") User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:21183 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:21183 karl@freefriends.org (Karl Berry) writes: > There are many cases where the preceding character is not whitespace, > such as (@pxref{foo}) -> (*note foo::). So that part of the proposed > regexp won't work. You are right. Actually, what I wanted to refer to is the code in the `Info-fontify-node' function with the commentary telling that skipping a quoted reference is a hack. I think `*Note' quoted with a preceding ` or " character should not be considered as a valid reference, so that the final regexp for a reference would be the following (case-insensitive): [^"`]\*Note[ \t\n]+ -- Juri Linkov http://www.jurta.org/emacs/