[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")))
- [elpa] externals/auctex-cont-latexmk 34ef02cad8 03/13: simplify code using bobp, (continued)
- [elpa] externals/auctex-cont-latexmk 34ef02cad8 03/13: simplify code using bobp, ELPA Syncer, 2024/06/26
- [elpa] externals/auctex-cont-latexmk ebaee85698 05/13: replace "delq nil ..." with "mapcan ...", ELPA Syncer, 2024/06/26
- [elpa] externals/auctex-cont-latexmk e789a512cc 06/13: disable -shell-escape flag by default, ELPA Syncer, 2024/06/26
- [elpa] externals/auctex-cont-latexmk cd70e349ed 04/13: simplify code using current-column, ELPA Syncer, 2024/06/26
- [elpa] externals/auctex-cont-latexmk ad2c057c20 07/13: clarify docstring of auctex-cont-latexmk-command, ELPA Syncer, 2024/06/26
- [elpa] externals/auctex-cont-latexmk 4e72321d8e 10/13: tweak check for "Watching..." message, ELPA Syncer, 2024/06/26
- [elpa] externals/auctex-cont-latexmk 67db167b48 08/13: simplify system-specific quoting of arguments, ELPA Syncer, 2024/06/26
- [elpa] externals/auctex-cont-latexmk 78bd2c7b13 11/13: eliminate potentially racy process-killing code, ELPA Syncer, 2024/06/26
- [elpa] externals/auctex-cont-latexmk 86eba36913 13/13: simplify cond to if, ELPA Syncer, 2024/06/26
- [elpa] externals/auctex-cont-latexmk d805228946 12/13: fix customization type, ELPA Syncer, 2024/06/26
- [elpa] externals/auctex-cont-latexmk 00fab23cb2 09/13: expand docstring for auctex-cont-latexmk--fresh-p,
ELPA Syncer <=