[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master 1a1f47e4a1f: Fix 'tex-compile-commands'
From: |
Eli Zaretskii |
Subject: |
master 1a1f47e4a1f: Fix 'tex-compile-commands' |
Date: |
Wed, 15 Nov 2023 08:59:05 -0500 (EST) |
branch: master
commit 1a1f47e4a1fb70e6810f9eabd0f1826b71a2bcb0
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>
Fix 'tex-compile-commands'
* lisp/textmodes/tex-mode.el (tex-compile-commands): Respect
'tex-start-options' better. (Bug#67030)
---
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 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")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- master 1a1f47e4a1f: Fix 'tex-compile-commands',
Eli Zaretskii <=