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: Error in emacs/emacs/lispintro/emacs-lisp-intro.texi Date: Thu, 5 Sep 2002 10:50:18 -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 1031237432 30121 127.0.0.1 (5 Sep 2002 14:50:32 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 5 Sep 2002 14:50:32 +0000 (UTC) Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17mxxl-0007pe-00 for ; Thu, 05 Sep 2002 16:50:29 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17myXU-0001pI-00 for ; Thu, 05 Sep 2002 17:27:24 +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 17mxzN-0000op-00; Thu, 05 Sep 2002 10:52:09 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17mxxf-0000cQ-00 for emacs-devel@gnu.org; Thu, 05 Sep 2002 10:50:23 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17mxxd-0000cE-00 for emacs-devel@gnu.org; Thu, 05 Sep 2002 10:50:22 -0400 Original-Received: from ex02.idirect.net ([208.226.76.48]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17mxxd-0000cA-00 for emacs-devel@gnu.org; Thu, 05 Sep 2002 10:50:21 -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: AcJU641fvjB01mqcTOiN7wsXWOgYsQ== Original-To: 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:7548 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:7548 (Would you prefer that this type of bug-report be sent to 'bug-gnu-emacs@gnu.org'?) http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/lispintro/emacs-lisp -intro.texi emacs-lisp-intro.texi, revision 1.17 has the following at line 3: @setfilename ../info/eintr This causes the generated emacs-lisp-intro.info file to contain the lines: * Emacs Lisp Intro: (eintr). A simple introduction to Emacs Lisp programming. 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'. I was not able to find a patch for this problem in the Patches list, so I am assuming that this is problem has not been reported already. ---