From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Ralf Angeli Newsgroups: gmane.emacs.bugs Subject: Re: Numeric Prefix on File Name, Source Specials, Previews Date: Wed, 15 Dec 2004 10:53:25 +0100 Message-ID: References: <200412142341.iBENfIEX005272@cartan.math.hawaii.edu> Reply-To: angeli@iwi.uni-sb.de NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1103106769 2202 80.91.229.6 (15 Dec 2004 10:32:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 15 Dec 2004 10:32:49 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Dec 15 11:32:41 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CeWSW-0007H7-00 for ; Wed, 15 Dec 2004 11:32:40 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CeWci-0003TE-3c for geb-bug-gnu-emacs@m.gmane.org; Wed, 15 Dec 2004 05:43:12 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CeWcc-0003RR-1S for bug-gnu-emacs@gnu.org; Wed, 15 Dec 2004 05:43:08 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CeWca-0003Qp-OU for bug-gnu-emacs@gnu.org; Wed, 15 Dec 2004 05:43:05 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CeWca-0003QS-HF for bug-gnu-emacs@gnu.org; Wed, 15 Dec 2004 05:43:04 -0500 Original-Received: from [80.91.229.2] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CeWQY-0003zR-5U for bug-gnu-emacs@gnu.org; Wed, 15 Dec 2004 05:30:38 -0500 Original-Received: from root by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1CeWQW-0005zi-00 for ; Wed, 15 Dec 2004 11:30:36 +0100 Original-Received: from iwi190.iwi.uni-sb.de ([134.96.72.190]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 15 Dec 2004 11:30:36 +0100 Original-Received: from angeli by iwi190.iwi.uni-sb.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 15 Dec 2004 11:30:36 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: bug-gnu-emacs@gnu.org Original-To: bug-gnu-emacs@gnu.org Original-Lines: 32 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: iwi190.iwi.uni-sb.de Mail-Copies-To: nobody User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:z12bfW/402sCJrUu+RHA1vwm8MU= X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:10068 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:10068 * George R. Wilkens (2004-12-15) writes: > I have a LaTeX file whose name is "141ICSExamFinal.tex". With the > "Command -> TeXing Options -> Source Specials" turned off, I can > "latex" and "xdvi" the file without any problems. When I turn the > "Source Specials" on, something odd happens. Typing "\C-C\C-C" runs > the file through latex as it should. When I next type "\C-C\C-C" I am > prompted for an "xdvi" command. When I hit return, xdvi launches, but > reports an error: > > No references to source file "ICSExamFinal.tex" in dvi file > > Notice that the numeric prefix "141" is missing from the file name. I > do not know whether this is a bug with AUCTeX, xdvi, or me (perhaps it > is known that one should not use file names that begin with a numeric). > Regardless, I thought that I would pass this information along in case > it might be useful. Thanks for the report. It is fixed in AUCTeX's CVS repository, i.e. the next release will not exhibit this problem. The problem is an incorrect syntax for the value of the -sourceposition option passed to xdvi. If you are in need of a fix right now you can do `M-x customize-variable RET TeX-source-specials-view-position-flags RET' and change the value to `-sourceposition "%n %b"'. A hint: If you have problems with AUCTeX, please report it on the AUCTeX mailing list. I found this message only by coincidence. -- Ralf