From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: David Kastrup Newsgroups: gmane.emacs.help Subject: Re: File variables in tex-site.el Date: 30 Apr 2003 16:59:09 +0200 Organization: Organization?!? Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1051715771 25679 80.91.224.249 (30 Apr 2003 15:16:11 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 30 Apr 2003 15:16:11 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Wed Apr 30 17:16:10 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19AtF8-0006Cu-00 for ; Wed, 30 Apr 2003 17:11:34 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19At9d-0000tl-00 for gnu-help-gnu-emacs@m.gmane.org; Wed, 30 Apr 2003 11:05:53 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed00.sul.t-online.de!newsmm00.sul.t-online.com!t-online.de!news.t-online.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 38 Original-X-Trace: news.t-online.com 1051714928 02 24064 kRR5EZ8VbXAMbl 030430 15:02:08 Original-X-Complaints-To: abuse@t-online.com X-ID: VXN+3OZQoeTCPtU+cMU4YXD7PWJQccqfy+J7c8HneBqi5OfwvpPp4U X-Face: 2FEFf>]>q>2iw=B6,xrUubRI>pR&Ml9=ao@P@i)L:\urd*t9M~y1^:+Y]'C0~{mAl`oQuAl \!3KEIp?*w`|bL5qr,H)LFO6Q=qx~iH4DN;i"; /yuIsqbLLCh/!U#X[S~(5eZ41to5f%E@'ELIi$t^ Vc\LWP@J5p^rst0+('>Er0=^1{]M9!p?&:\z]|;&=NP3AhB!B_bi^]Pfkw User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 Original-Xref: shelby.stanford.edu gnu.emacs.help:112575 X-Originally-To: "Ulrich Dirr" Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:9071 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:9071 "Ulrich Dirr" writes: > I'm wondering what all the file variables mean (%t, %f, %s, etc.). > I would like to customize the list shown below. Where can I find an > explanation what variables exist and what's their meaning? > > ;; The fpTeX commands. > (setq TeX-command-list > (list (list "TeX" "tex \\nonstopmode\\input %t" 'TeX-run-TeX nil t) > (list "LaTeX" "%l \\nonstopmode\\input{%t}" 'TeX-run-LaTeX nil t) > (list "LaTeX PDF" "pdflatex \\nonstopmode\\input{%t}" 'TeX-run-LaTeX > nil t) > (list "eLaTeX PDF" "pdfelatex \\nonstopmode\\input{%t}" 'TeX-run-LaTeX > nil t) > (list "View" "%v" 'TeX-run-command t nil) > (list "View PS" "gsview32 %f" 'TeX-run-command t nil) > (list "View PDF" "start %s.pdf" 'TeX-run-command t nil) > (list "Print" "dvips %d" 'TeX-run-command t nil) > (list "File" "dvips %d -o %f " 'TeX-run-command t nil) > (list "BibTeX" "bibtex %s" 'TeX-run-BibTeX nil nil) > (list "Index" "makeindex %s" 'TeX-run-command nil t) > (list "Check" "lacheck %s" 'TeX-run-compile nil t) > (list "Spell" "" 'TeX-run-ispell-on-document nil nil) > (list "Makeinfo" "makeinfo %t" 'TeX-run-compile nil t) > (list "AmSTeX" "amstex \\nonstopmode\\input{%t}" 'TeX-run-TeX nil t) > (list "Other" "" 'TeX-run-command t t))) Oh shit. _That's_ the reason why your stuff does not work intuitively with PDFLaTeX now. Please take a look at the settings of this variable in tex.el, change fptex.el accordingly and submit a patch. I am afraid that fptex.el has fallen behind times. Perhaps one should let the code in fptex.el rather just modify those settings in tex.el that are relevant. We need an fptex.el maintainer, obviously. I don't think that any of the current developers of AUCTeX actually uses Windows. -- David Kastrup, Kriemhildstr. 15, 44793 Bochum