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: 03 May 2003 11:01:16 +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 1051952803 15989 80.91.224.249 (3 May 2003 09:06:43 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 3 May 2003 09:06:43 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Sat May 03 11:06:42 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 19Bsyg-00049h-00 for ; Sat, 03 May 2003 11:06:42 +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 19BsxN-0002ZW-03 for gnu-help-gnu-emacs@m.gmane.org; Sat, 03 May 2003 05:05:21 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!colt.net!peernews3.colt.net!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 1051952476 01 2262 lRjME-jbbAMOn 030503 09:01:16 Original-X-Complaints-To: abuse@t-online.com X-ID: XQ47iGZcoed4Z8fzOSkMxqZ7yKDGe7mKhgWFQO0x7tAw3GyO1DRB8p 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:112714 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:9209 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:9209 "Ulrich Dirr" writes: > Piet van Oostrum wrote: > >>>>>> "Ulrich Dirr" (UD) wrote: > > > >> Piet van Oostrum wrote: > >>> Actually the View command itself determines what kind of file was > >>> produced and can be parameterized to do the proper thing to open the > >>> file. > > > >> Could you please give me some concrete hints ('... can be > >> parameterized')? > > > > (defcustom TeX-output-view-style > > '(("^dvi$" ("^a5$" "^landscape$") "xdvi \"%d\" -paper a5r -s 4") > > ("^dvi$" "^a5$" "xdvi \"%d\" -paper a5") > > ("^dvi$" ("^landscape$" "^pstricks$\\|^psfrag$") > > "dvips -t landscape -f \"%d\" | gv") > > ("^dvi$" "^landscape$" "xdvi \"%d\" -paper a4r -s 4") > > ("^dvi$" "^pstricks$\\|^psfrag$" "dvips -f \"%d\" | gv") > > ("^dvi$" "." "xdvi \"%d\"") > > ("^pdf$" "^landscape$" "xpdf -papertype a4r \"%o\"") > > ("^pdf$" "." "xpdf \"%o\"") > > ("^html?$" "." "netscape \"%o\"")) > > "List of output file extensions and view options. > > > > Ah, ok I understand. One final stupid question. When I look at tex.el it > always seems that parenthesis aren't balanced (like above I would add a > third closing parenthesis). Not so impatient, youg whippersnapper. First let us finish the documentation string. Then let us declare the type and other customiziation parameters of the customized variable. And then we will be ready for closing the parenthesis on that one. -- David Kastrup, Kriemhildstr. 15, 44793 Bochum