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: References in elisp.dvi. Date: Tue, 21 Oct 2003 21:02:10 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <6654-Tue21Oct2003210210+0200-eliz@elta.co.il> References: <87n0bu1u44.fsf@wesley.springies.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1066763988 15878 80.91.224.253 (21 Oct 2003 19:19:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 21 Oct 2003 19:19:48 +0000 (UTC) Cc: ats@acm.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue Oct 21 21:19:43 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AC22h-0003bF-00 for ; Tue, 21 Oct 2003 21:19:43 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AC22h-0005bI-00 for ; Tue, 21 Oct 2003 21:19:43 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AC1xO-0006qF-QN for emacs-devel@quimby.gnus.org; Tue, 21 Oct 2003 15:14:14 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AC1x9-0006m7-8b for emacs-devel@gnu.org; Tue, 21 Oct 2003 15:13:59 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AC1wc-0006bk-4U for emacs-devel@gnu.org; Tue, 21 Oct 2003 15:13:57 -0400 Original-Received: from [192.114.186.24] (helo=legolas.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AC1wb-0006bY-Lu for emacs-devel@gnu.org; Tue, 21 Oct 2003 15:13:25 -0400 Original-Received: from zaretski (pns03-200-33.inter.net.il [80.230.200.33]) by legolas.inter.net.il (Mirapoint Messaging Server MOS 3.3.7-GR) with ESMTP id AOI55515; Tue, 21 Oct 2003 21:06:56 +0200 (IST) Original-To: Lute Kamstra X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: (message from Lute Kamstra on Tue, 21 Oct 2003 19:03:15 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 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:17306 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:17306 > From: Lute Kamstra > Date: Tue, 21 Oct 2003 19:03:15 +0200 > > *Something* needs to run TeX another time. I produce elisp.dvi by > doing "make elisp.dvi" in the lispref dir. This should run TeX enough > times for the references to be calculated correctly (like texi2dvi > does), but it does not. When I do another TeX run manually, > references are correct. Perhaps lispref/Makefile.in should be modified to use texi2dvi instead of the good-ole way of running TeX ``by hand''. texi2dvi repeatedly runs TeX until the results actually stop changing, so it will always produce the correct references.