From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Harig, Mark A." Newsgroups: gmane.emacs.devel Subject: RE: Error in emacs/emacs/lispintro/emacs-lisp-intro.texi Date: Thu, 5 Sep 2002 11:41:43 -0400 Sender: emacs-devel-admin@gnu.org Message-ID: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1031240485 8423 127.0.0.1 (5 Sep 2002 15:41:25 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 5 Sep 2002 15:41:25 +0000 (UTC) Cc: Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17myl1-0002Bj-00 for ; Thu, 05 Sep 2002 17:41:23 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17mzKl-00031U-00 for ; Thu, 05 Sep 2002 18:18:19 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17mymc-0007Kn-00; Thu, 05 Sep 2002 11:43:02 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17mylS-0007BX-00 for emacs-devel@gnu.org; Thu, 05 Sep 2002 11:41:50 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17mylQ-0007BG-00 for emacs-devel@gnu.org; Thu, 05 Sep 2002 11:41:49 -0400 Original-Received: from ex02.idirect.net ([208.226.76.48]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17mylO-0007BC-00 for emacs-devel@gnu.org; Thu, 05 Sep 2002 11:41:48 -0400 X-MimeOLE: Produced By Microsoft Exchange V6.0.4417.0 content-class: urn:content-classes:message X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Error in emacs/emacs/lispintro/emacs-lisp-intro.texi Thread-Index: AcJU7y5WknkdDFLUS9eH8vb42NFMXwAAPfcQ Original-To: "Eli Zaretskii" Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:7559 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:7559 > -----Original Message----- > From: Eli Zaretskii [mailto:eliz@is.elta.co.il] > Sent: Thursday, September 05, 2002 11:14 AM > To: Harig, Mark A. > Cc: emacs-devel@gnu.org > Subject: Re: Error in emacs/emacs/lispintro/emacs-lisp-intro.texi >=20 > On Thu, 5 Sep 2002, Harig, Mark A. wrote: >=20 > > (Would you prefer that this type of bug-report be sent > > to 'bug-gnu-emacs@gnu.org'?) >=20 > Since this is about the CVS version of Emacs, bug reports=20 > should be sent=20 > to emacs-pretest-bug@gnu.org. ("M-x report-emacs-bug RET"=20 > will do that=20 > automatically for you.) >=20 "M-x report-emacs-bug RET" causes emacs to initiate an email message to 'bug-gnu-emacs@gnu.org'. Is this address somehow the same location as 'emacs-pretest-bug@gnu.org'? I am using GNU Emacs version 21.2. >>=20 >> * Emacs Lisp Intro: (eintr). >> A simple introduction to Emacs Lisp programming. >>=20 >> This appears to be an error. Because the .info file is named >> 'emacs-lisp-intro', it should not reference the file 'eintr' >> in the Info 'dir' file. Instead, the '@setfilename' line should >> refer to 'emacs-lisp-intro'. > >No, this is not a bug. I'm guessing that you invoked makeinfo manually >to produce the Info output, and used the --output option to tell makeinfo=20 >the name of the output file. In the Emacs sources, lispintro/Makefile.in=20 >takes care of putting the output into info/eintr, so that the menu item >in the top-level DIR menu works. I did not invoke makeinfo. I fetched the .gz file at the GNU web site: http://www.gnu.org/manual/emacs-lisp-intro/emacs-lisp-intro.info.gz It contained the reference to '(eintr)' in a file named 'emacs-lisp-intro.info'. I will forward your comments that this is not a bug in the source code, but rather a bug in the way that the .info file(s) is generated. At present, any one who retrieves the .gz file, above, will need to edit the .info file, or rename it from 'emacs-lisp-intro.info' to 'eintr'. I will send my bug report to emacs-pretest-bug@gnu.org, as you have said. Thanks! ---