From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Untabified info/dir breaks dir file parsing in info.el Date: Mon, 08 Dec 2008 18:42:28 -0500 Message-ID: References: <87prk246r0.fsf@engster.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1228779854 2817 80.91.229.12 (8 Dec 2008 23:44:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 8 Dec 2008 23:44:14 +0000 (UTC) Cc: emacs-devel@gnu.org To: David Engster Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 09 00:45:18 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1L9pmu-00005O-AT for ged-emacs-devel@m.gmane.org; Tue, 09 Dec 2008 00:45:16 +0100 Original-Received: from localhost ([127.0.0.1]:46553 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L9plj-0000Nx-Cw for ged-emacs-devel@m.gmane.org; Mon, 08 Dec 2008 18:44:03 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L9pkm-0000DS-TY for emacs-devel@gnu.org; Mon, 08 Dec 2008 18:43:04 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L9pkl-0000Cs-5e for emacs-devel@gnu.org; Mon, 08 Dec 2008 18:43:04 -0500 Original-Received: from [199.232.76.173] (port=39961 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L9pkl-0000Cn-1X for emacs-devel@gnu.org; Mon, 08 Dec 2008 18:43:03 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:46885) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L9pkk-0005tv-Ms for emacs-devel@gnu.org; Mon, 08 Dec 2008 18:43:02 -0500 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1L9pkC-0008WH-2N; Mon, 08 Dec 2008 18:42:28 -0500 In-reply-to: <87prk246r0.fsf@engster.org> (message from David Engster on Mon, 08 Dec 2008 23:55:15 +0100) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:106698 Archived-At: > From: David Engster > Date: Mon, 08 Dec 2008 23:55:15 +0100 > Mail-Copies-To: never > > The file info/dir was untabified, which seems to break parsing of the > dir file in Emacs. When I do > > INFOPATH=/share/info emacs -Q > > and then M-x info (on a current checkout), I get the error "No such node > or anchor: Top". This is due to `Info-following-node-name' depending on > a tab between "Node: Top" and the following description. So I guess the > tab should be either put back in, or `Info-following-node-name-re' must > be adapted to handle spaces between node name and description. Sorry, my bad. Should be fixed now.