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

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

[elpa] externals/auctex-cont-latexmk 00fab23cb2 09/13: expand docstring


From: ELPA Syncer
Subject: [elpa] externals/auctex-cont-latexmk 00fab23cb2 09/13: expand docstring for auctex-cont-latexmk--fresh-p
Date: Wed, 26 Jun 2024 03:59:09 -0400 (EDT)

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

    expand docstring for auctex-cont-latexmk--fresh-p
---
 auctex-cont-latexmk.el | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/auctex-cont-latexmk.el b/auctex-cont-latexmk.el
index f94f86776e..34196cf37c 100644
--- a/auctex-cont-latexmk.el
+++ b/auctex-cont-latexmk.el
@@ -258,7 +258,13 @@ additional option to output build files to a directory (if
 This is the case if the current buffer is not modified, the current
 buffer is a file, the current buffer has a log file, the log file is
 newer than the current buffer, and the current latexmk compilation is
-either in a watching state or has not updated recently."
+either in a watching state or has not updated recently.
+
+The reason we check if the latexmk has not been updated recently is
+because it seems that on Windows, the latexmk script doesn't always
+display the most recent message.  I haven't been able to debug why this
+is the case.  Checking that the compilation has not been updated
+recently serves as a workaround."
   (when-let* ((file
                (or buffer-file-name (buffer-file-name (buffer-base-buffer))))
               (log-file (TeX-master-output-file "log")))



reply via email to

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