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: Wed, 31 Mar 2004 23:56:38 +0300 Organization: JURTA Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <87brmcbn5h.fsf@mail.jurta.org> References: <878yi7f9n6.fsf@peder.flower> <87wu54dr17.fsf_-_@peder.flower> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1080777462 2847 80.91.224.253 (31 Mar 2004 23:57:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 31 Mar 2004 23:57:42 +0000 (UTC) Cc: emacs-devel@gnu.org, karl@freefriends.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Apr 01 01:57:33 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 1B8paP-00071u-00 for ; Thu, 01 Apr 2004 01:57:33 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1B8paP-0003uw-00 for ; Thu, 01 Apr 2004 01:57:33 +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 1B8pZm-0000hN-3M for emacs-devel@quimby.gnus.org; Wed, 31 Mar 2004 18:56:54 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1B8pZ2-0000fd-BJ for emacs-devel@gnu.org; Wed, 31 Mar 2004 18:56:08 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1B8pYU-0000Ij-VS for emacs-devel@gnu.org; Wed, 31 Mar 2004 18:56:06 -0500 Original-Received: from [66.33.219.6] (helo=knife.dreamhost.com) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B8pYU-0000I6-Mf; Wed, 31 Mar 2004 18:55:34 -0500 Original-Received: from mail.jurta.org (80-235-44-154-dsl.mus.estpak.ee [80.235.44.154]) by knife.dreamhost.com (Postfix) with ESMTP id 22326E4048; Wed, 31 Mar 2004 15:55:31 -0800 (PST) Original-To: Jan Nieuwenhuizen In-Reply-To: <87wu54dr17.fsf_-_@peder.flower> (Jan Nieuwenhuizen's message of "Mon, 29 Mar 2004 09:57:24 +0200") 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:21142 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:21142 Jan Nieuwenhuizen writes: >>> +;; Texinfo 4.7 will add cookies of the form ^@^H[NAME CONTENTS ^@^H]. >> >> Please use present or past tense here. > > Done. I haven't seen this in CVS yet, so I'm sending a new version. I tested it: it works well and could be installed. > The new patch below also removes the debugging message with the image > file name, which is quite annoying when reading the new (LilyPond) > info pages with images. BTW, I noticed that lilypond.info has Info nodes with trailing whitespace in their names (in older LilyPond versions there were several such nodes, and in the latest there are still two such nodes). This causes some problems for the Emacs Info reader. Perhaps you may correct them in the LilyPond, but I have a general question: is trailing whitespace allowed in Info node names officially by Texinfo documentation and by `makeinfo'? If it is so, then we should take additional care for them in the info.el. -- Juri Linkov http://www.jurta.org/emacs/