projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f554872
)
Fix 'tex-compile-commands'
author
Eli Zaretskii
<eliz@gnu.org>
Wed, 15 Nov 2023 13:58:17 +0000
(15:58 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Wed, 15 Nov 2023 13:58:17 +0000
(15:58 +0200)
* lisp/textmodes/tex-mode.el (tex-compile-commands): Respect
'tex-start-options' better. (Bug#67030)
lisp/textmodes/tex-mode.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/tex-mode.el
b/lisp/textmodes/tex-mode.el
index a26e7b9c83aae1997586275d4c9cf04fa29ed25e..d1644b5613e9f264b5df853d0a2e2658eeaad41c 100644
(file)
--- 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")