all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Olaf <noreplay@inder.net>
To: help-gnu-emacs@gnu.org
Subject: [auctex] Setting TeX-command-list
Date: Wed, 04 Nov 2009 09:06:36 +0100	[thread overview]
Message-ID: <hcrcmc$97a$1@fuerst.cs.uni-magdeburg.de> (raw)

Hi,

I've emacs/win32 to use MikTeX's aux-directory feature - even wrong:

site-lisp/site-start.d/auctex.el:

(add-hook 'LaTeX-mode-hook
	(function (lambda ()
		(add-to-list 'TeX-command-list '("TeX" "%(PDF)%(tex)
%`%S%(PDFout)%(mode)%' %t" TeX-run-TeX t (plain-tex-mode texinfo-mode
ams-tex-mode) :help "Run plain TeX"))
		(add-to-list 'TeX-command-list '("LaTeX" "%`%l -aux-directory=./auxil
%(mode)%' %t" TeX-run-TeX nil (latex-mode doctex-mode) :help "Run LaTeX"))
...
		(add-to-list 'TeX-command-list '("BibTeX" "bibtex
-include-directory=./auxil %s" TeX-run-BibTeX nil t :help "Run BibTeX")
("View" "%V" TeX-run-discard t t :help "Run Viewer"))
...
)))

Some of the entries appears twice in the config. How can I overwrite
them here? How can I enfore the existence of the directory - even create
on demand?

Thanks,
Olaf


                 reply	other threads:[~2009-11-04  8:06 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='hcrcmc$97a$1@fuerst.cs.uni-magdeburg.de' \
    --to=noreplay@inder.net \
    --cc=help-gnu-emacs@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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.