From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jay Belanger Newsgroups: gmane.emacs.devel Subject: Re: texinfo.tex change. Date: Tue, 08 Feb 2005 08:16:33 -0600 Message-ID: <874qgn87cu.fsf@vh213602.truman.edu> References: <876513nswn.fsf@xs4all.nl> Reply-To: belanger@truman.edu NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1107872326 29412 80.91.229.2 (8 Feb 2005 14:18:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 8 Feb 2005 14:18:46 +0000 (UTC) Cc: Lute Kamstra , belanger@truman.edu, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 08 15:18:45 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1CyWCA-0000pf-CJ for ged-emacs-devel@m.gmane.org; Tue, 08 Feb 2005 15:18:26 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CyWQV-0005Gq-9b for ged-emacs-devel@m.gmane.org; Tue, 08 Feb 2005 09:33:15 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CyWOp-0004k9-SJ for emacs-devel@gnu.org; Tue, 08 Feb 2005 09:31:32 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CyWOd-0004fM-IK for emacs-devel@gnu.org; Tue, 08 Feb 2005 09:31:26 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CyWOd-0004eo-Bf for emacs-devel@gnu.org; Tue, 08 Feb 2005 09:31:19 -0500 Original-Received: from [150.243.160.94] (helo=uranium.truman.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CyWAt-0004Ec-1f for emacs-devel@gnu.org; Tue, 08 Feb 2005 09:17:07 -0500 Original-Received: from gold.truman.edu ([150.243.160.250]) by uranium.truman.edu (8.12.10/8.12.10) with ESMTP id j18EL3c7017899; Tue, 8 Feb 2005 08:21:04 -0600 (envelope-from belanger@truman.edu) Original-Received: from vh213602.truman.edu.truman.edu (unknown [150.243.190.25]) by gold.truman.edu (Postfix) with ESMTP id 69D236E4109; Tue, 8 Feb 2005 08:15:47 -0600 (CST) Original-To: storm@cua.dk (Kim F. Storm) In-Reply-To: (Kim F. Storm's message of "Tue, 08 Feb 2005 13:59:58 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux) 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 X-MailScanner-To: ged-emacs-devel@m.gmane.org Xref: main.gmane.org gmane.emacs.devel:33086 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:33086 storm@cua.dk (Kim F. Storm) writes: > Lute Kamstra writes: > >> 2005-02-08 Kim F. Storm >> >> * texinfo.tex (LaTex): Add def. That should be LaTeX. >> Isn't texinfo.tex maintained by Texinfo and once in a while updated >> from that project? If so, any changes we make to that file here will >> eventually be overwritten. If so, this would be a harmless change, since the newer version of texinfo.tex would have a definition for @LaTeX. > I don't know -- but a recent change to man/calc.texi breaks bootstrapping > because it uses @LaTex{} -- which isn't defined. Sorry about that. I knew @LaTeX{} was defined in texinfo; I didn't realize that it was a recent addition. This would affect creation of dvi files; I'm surprised it affected bootstrapping, though. Before the texinfo.tex change, I ran 'makeinfo calc.texi' and it worked fine. Jay