From: Eli Zaretskii Date: Wed, 15 Nov 2023 13:58:17 +0000 (+0200) Subject: Fix 'tex-compile-commands' X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1a1f47e4a1fb70e6810f9eabd0f1826b71a2bcb0;p=emacs.git Fix 'tex-compile-commands' * lisp/textmodes/tex-mode.el (tex-compile-commands): Respect 'tex-start-options' better. (Bug#67030) --- diff --git a/lisp/textmodes/tex-mode.el b/lisp/textmodes/tex-mode.el index a26e7b9c83a..d1644b5613e 100644 --- a/lisp/textmodes/tex-mode.el +++ b/lisp/textmodes/tex-mode.el @@ -2133,6 +2133,7 @@ If NOT-ALL is non-nil, save the `.dvi' file." t "%r.pdf")) '("pdf" "xe" "lua")) ((concat tex-command + " " tex-start-options " " (if (< 0 (length tex-start-commands)) (shell-quote-argument tex-start-commands)) " %f")