From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Info-index fails on node-name "~/.cvsrc" Date: 19 May 2004 08:17:46 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <200404221659.i3MGxBx20232@f7.net> <8765bohe4i.fsf@mail.jurta.org> <87k6zamf5e.fsf@mail.jurta.org> <1dekpi54ed.fsf@xpc14.ast.cam.ac.uk> Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1084944195 5056 80.91.224.253 (19 May 2004 05:23:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 19 May 2004 05:23:15 +0000 (UTC) Cc: emacs-devel@gnu.org, karl@freefriends.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed May 19 07:23:06 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 1BQJXm-0004b1-00 for ; Wed, 19 May 2004 07:23:06 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BQJXm-0006lJ-00 for ; Wed, 19 May 2004 07:23:06 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BQJXe-0000uz-EV for emacs-devel@quimby.gnus.org; Wed, 19 May 2004 01:22:58 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.34) id 1BQJRM-0006Q6-Jp for emacs-devel@gnu.org; Wed, 19 May 2004 01:16:28 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.34) id 1BQJQi-0006A7-I6 for emacs-devel@gnu.org; Wed, 19 May 2004 01:16:24 -0400 Original-Received: from [207.232.27.5] (helo=WST0054) by monty-python.gnu.org with asmtp (Exim 4.34) id 1BQJQh-00067V-H0; Wed, 19 May 2004 01:15:48 -0400 Original-To: Glenn Morris In-reply-to: <1dekpi54ed.fsf@xpc14.ast.cam.ac.uk> (message from Glenn Morris on Tue, 18 May 2004 13:03:06 +0100) 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:23683 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:23683 > From: Glenn Morris > Date: Tue, 18 May 2004 13:03:06 +0100 > > Juri Linkov wrote: > > > How did you produce this Info index in such non-standard format? > > I ran `make vm.info' in the vm build directory. That runs: > > emacs -batch -q -no-site-file -insert vm.texinfo \ > -l texinfmt -f texinfo-format-buffer -f save-buffer I suggest to report that as a bug to the VM maintainer(s). I think VM should use `makeinfo', not texinfmt.el, to produce Info files. That is because texinfmt.el is unmaintained and is generally out of sync with the development of Texinfo and the Emacs Info reader. > So if the resulting index format is not correct, perhaps that is > another Emacs problem. If someone would like to step forward, take over the texinfmt maintenance, and update it to produce the same results as the current `makeinfo', I'm sure the patches will be welcome. Otherwise, texinfmt should IMHO be considered deprecated and not used by GNU projects.