all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [auctex] Setting TeX-command-list
@ 2009-11-04  8:06 Olaf
  0 siblings, 0 replies; only message in thread
From: Olaf @ 2009-11-04  8:06 UTC (permalink / raw
  To: help-gnu-emacs

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-11-04  8:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-04  8:06 [auctex] Setting TeX-command-list Olaf

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.