From: Utkarsh Singh Date: Tue, 22 Jun 2021 13:07:59 +0000 (+0200) Subject: Make tex-compile-commands heed tex-start-options X-Git-Tag: emacs-28.0.90~2060 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=00501d74d3f9642e69b96bcfdb0cc9228d71aa3b;p=emacs.git Make tex-compile-commands heed tex-start-options * lisp/textmodes/tex-mode.el (tex-compile-commands): Respect `tex-start-options' (bug#49018). --- diff --git a/lisp/textmodes/tex-mode.el b/lisp/textmodes/tex-mode.el index a805c8952fd..8b8108cb97b 100644 --- a/lisp/textmodes/tex-mode.el +++ b/lisp/textmodes/tex-mode.el @@ -2132,6 +2132,7 @@ If NOT-ALL is non-nil, save the `.dvi' file." (defvar tex-compile-commands `(,@(mapcar (lambda (prefix) `((concat ,prefix tex-command + " " tex-start-options " " (if (< 0 (length tex-start-commands)) (shell-quote-argument tex-start-commands)) " %f")