From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Lute Kamstra Newsgroups: gmane.emacs.devel Subject: Re: texinfo.tex change. Date: Tue, 08 Feb 2005 14:26:37 +0100 Message-ID: <87u0onmbci.fsf@xs4all.nl> References: <876513nswn.fsf@xs4all.nl> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1107869020 18836 80.91.229.6 (8 Feb 2005 13:23:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 8 Feb 2005 13:23:40 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 08 14:23:34 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CyVL4-0000zV-00 for ; Tue, 08 Feb 2005 14:23:34 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CyVZO-00048a-Q7 for ged-emacs-devel@m.gmane.org; Tue, 08 Feb 2005 08:38:22 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CyVV3-000344-Rw for emacs-devel@gnu.org; Tue, 08 Feb 2005 08:33:54 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CyVUy-00031d-Qc for emacs-devel@gnu.org; Tue, 08 Feb 2005 08:33:50 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CyVUy-00031H-NJ for emacs-devel@gnu.org; Tue, 08 Feb 2005 08:33:48 -0500 Original-Received: from [194.109.24.21] (helo=smtp-vbr1.xs4all.nl) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CyVHH-0007Yh-MB for emacs-devel@gnu.org; Tue, 08 Feb 2005 08:19:39 -0500 Original-Received: from pijl (a80-127-67-124.adsl.xs4all.nl [80.127.67.124]) by smtp-vbr1.xs4all.nl (8.12.11/8.12.11) with ESMTP id j18DJb96037061; Tue, 8 Feb 2005 14:19:37 +0100 (CET) (envelope-from Lute.Kamstra@xs4all.nl) Original-Received: from lute by pijl with local (Exim 3.36 #1 (Debian)) id 1CyVO1-0001C0-00; Tue, 08 Feb 2005 14:26:37 +0100 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) Original-Lines: 23 X-Virus-Scanned: by XS4ALL Virus Scanner 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: main.gmane.org gmane.emacs.devel:33083 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:33083 storm@cua.dk (Kim F. Storm) writes: > Lute Kamstra writes: > >> 2005-02-08 Kim F. Storm >> >> * texinfo.tex (LaTex): Add def. >> >> 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. > > I don't know -- but a recent change to man/calc.texi breaks bootstrapping > because it uses @LaTex{} -- which isn't defined. > > If someone has a better fix, please install it and undo my change. We could update man/texinfo.tex (and lispref/texinfo.tex and lispintro/texinfo.tex) to version 4.8 which defines @LaTeX. Shall I do this? Lute.