emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/auctex-cont-latexmk 3204b8f0fe: Add -file-line-error to


From: ELPA Syncer
Subject: [elpa] externals/auctex-cont-latexmk 3204b8f0fe: Add -file-line-error to default pdflatex command
Date: Fri, 1 Nov 2024 21:58:07 -0400 (EDT)

branch: externals/auctex-cont-latexmk
commit 3204b8f0feaacab295ae393085b860bc5b10cef4
Author: Paul Nelson <ultrono@gmail.com>
Commit: Paul Nelson <ultrono@gmail.com>

    Add -file-line-error to default pdflatex command
    
    * auctex-cont-latexmk.el (auctex-cont-latexmk-command):
---
 auctex-cont-latexmk.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/auctex-cont-latexmk.el b/auctex-cont-latexmk.el
index 81b39de0ee..b3b2035033 100644
--- a/auctex-cont-latexmk.el
+++ b/auctex-cont-latexmk.el
@@ -202,7 +202,7 @@ Flymake report function to propagate to indirect buffers."
 
 (defcustom auctex-cont-latexmk-command
   '("latexmk -pvc -pdf -view=none -e "
-    ("$pdflatex=q/pdflatex %O -synctex=1 -interaction=nonstopmode %S/"))
+    ("$pdflatex=q/pdflatex %O -synctex=1 -file-line-error 
-interaction=nonstopmode %S/"))
   "Command to compile LaTeX documents.
 This is a list consisting of strings or lists of strings.  It is
 compiled to a single string by



reply via email to

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