From: David Kastrup <dak@gnu.org>
Subject: Re: File variables in tex-site.el
Date: 03 May 2003 11:01:16 +0200 [thread overview]
Message-ID: <x5of2kieub.fsf@lola.goethe.zz> (raw)
In-Reply-To: b8vpm4$nue$1@online.de
"Ulrich Dirr" <ud@art-satz.de> writes:
> Piet van Oostrum wrote:
> >>>>>> "Ulrich Dirr" <ud@art-satz.de> (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
next prev parent reply other threads:[~2003-05-03 9:01 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-04-30 9:31 File variables in tex-site.el Ulrich Dirr
2003-04-30 14:34 ` Kai Großjohann
2003-04-30 14:59 ` David Kastrup
2003-05-01 8:09 ` Ulrich Dirr
2003-05-01 9:26 ` David Kastrup
2003-05-01 15:11 ` Piet van Oostrum
2003-05-02 5:30 ` Ulrich Dirr
2003-05-02 10:44 ` Piet van Oostrum
2003-05-03 7:04 ` Ulrich Dirr
2003-05-03 9:01 ` David Kastrup [this message]
2003-05-01 22:47 ` Stefan Monnier
2003-05-01 10:00 ` Dr. F.C.Caner
2003-05-02 13:07 ` Matthias Rempe
2003-05-05 8:36 ` Dr. F.C.Caner
2003-05-05 22:30 ` Matthias Rempe
2003-05-05 23:01 ` Jesper Harder
2003-05-06 5:41 ` Dr. F.C.Caner
2003-05-07 11:28 ` Dr. F.C.Caner
2003-05-07 16:45 ` Matthias Rempe
2003-05-08 6:00 ` Dr. F.C.Caner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=x5of2kieub.fsf@lola.goethe.zz \
--to=dak@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).