emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 00501d7: Make tex-compile-commands heed tex-start-options


From: Lars Ingebrigtsen
Subject: master 00501d7: Make tex-compile-commands heed tex-start-options
Date: Tue, 22 Jun 2021 09:08:11 -0400 (EDT)

branch: master
commit 00501d74d3f9642e69b96bcfdb0cc9228d71aa3b
Author: Utkarsh Singh <utkarsh190601@gmail.com>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Make tex-compile-commands heed tex-start-options
    
    * lisp/textmodes/tex-mode.el (tex-compile-commands): Respect
    `tex-start-options' (bug#49018).
---
 lisp/textmodes/tex-mode.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/textmodes/tex-mode.el b/lisp/textmodes/tex-mode.el
index a805c89..8b8108c 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]