[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/auctex-cont-latexmk fcb2ec2d87 062/100: tidy
From: |
ELPA Syncer |
Subject: |
[elpa] externals/auctex-cont-latexmk fcb2ec2d87 062/100: tidy |
Date: |
Thu, 6 Jun 2024 03:57:56 -0400 (EDT) |
branch: externals/auctex-cont-latexmk
commit fcb2ec2d876f2eaa89e22efdee7b21a486e64a48
Author: Paul Nelson <ultrono@gmail.com>
Commit: Paul Nelson <ultrono@gmail.com>
tidy
---
czm-tex-compile.el | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/czm-tex-compile.el b/czm-tex-compile.el
index 68fac26010..35c54ff941 100644
--- a/czm-tex-compile.el
+++ b/czm-tex-compile.el
@@ -42,7 +42,7 @@
(require 'flymake)
(defgroup czm-tex-compile nil
- "Convenience functions for compiling LaTeX documents."
+ "Run latexmk continuously, report errors via flymake."
:group 'tex)
(defcustom czm-tex-compile-command
@@ -51,14 +51,6 @@
:type 'string
:group 'czm-tex-compile)
-(defvar-local czm-tex-compile--report-fn nil
- "Function provided by Flymake for reporting diagnostics.")
-
-(defvar-local czm-tex-compile--timer-enabled nil)
-
-(defvar czm-tex-compile--timer nil
- "Timer for reporting changes to the log file.")
-
(defcustom czm-tex-compile-report-multiple-labels t
"Non-nil means report multiple label errors via flymake."
:type 'boolean
@@ -167,6 +159,11 @@ latexmk compilation is in a \"Watching\" state."
(time-less-p (nth 5 (file-attributes file))
(nth 5 (file-attributes log-file))))))
+(defvar-local czm-tex-compile--report-fn nil
+ "Function provided by Flymake for reporting diagnostics.")
+
+(defvar-local czm-tex-compile--timer-enabled nil)
+
(defun czm-tex-compile--timer-function ()
"Report to the flymake backend if the current buffer is fresh."
(when czm-tex-compile--timer-enabled
@@ -217,6 +214,9 @@ e`czm-tex-compile--timer' to report diagnostics."
"Return the command used to compile the current LaTeX document."
(format "%s %s" czm-tex-compile-command (TeX-master-file "tex")))
+(defvar czm-tex-compile--timer nil
+ "Timer for reporting changes to the log file.")
+
;;;###autoload
(define-minor-mode czm-tex-compile-mode
"If enabled, run LaTeX compilation on the current buffer."
- [elpa] externals/auctex-cont-latexmk ae9171666e 063/100: tidy, (continued)
- [elpa] externals/auctex-cont-latexmk ae9171666e 063/100: tidy, ELPA Syncer, 2024/06/06
- [elpa] externals/auctex-cont-latexmk 993c2e62fe 068/100: adapt TeX-format-filter to format log more robustly, ELPA Syncer, 2024/06/06
- [elpa] externals/auctex-cont-latexmk a9d825f79c 069/100: attempt to make compilation command OS-compatible, ELPA Syncer, 2024/06/06
- [elpa] externals/auctex-cont-latexmk 826cf967f4 070/100: clarify commentary, ELPA Syncer, 2024/06/06
- [elpa] externals/auctex-cont-latexmk d0fe19c0de 079/100: Make tex-continuous-mode independent of flymake, ELPA Syncer, 2024/06/06
- [elpa] externals/auctex-cont-latexmk cdef4a9839 081/100: Remove t from flymake-diagnostic-functions, ELPA Syncer, 2024/06/06
- [elpa] externals/auctex-cont-latexmk 832496d454 088/100: Support indirect buffers, ELPA Syncer, 2024/06/06
- [elpa] externals/auctex-cont-latexmk c3ff2df047 030/100: restrict errors to those associated to some file, ELPA Syncer, 2024/06/06
- [elpa] externals/auctex-cont-latexmk c2069da6b9 035/100: reduce "sit-for" time, ELPA Syncer, 2024/06/06
- [elpa] externals/auctex-cont-latexmk d377100af3 056/100: cleaning up, hopefully not ruining everything, ELPA Syncer, 2024/06/06
- [elpa] externals/auctex-cont-latexmk fcb2ec2d87 062/100: tidy,
ELPA Syncer <=
- [elpa] externals/auctex-cont-latexmk 4ff1de7926 004/100: fix most flycheck warnings, ELPA Syncer, 2024/06/06
- [elpa] externals/auctex-cont-latexmk 194e951633 023/100: Merge remote-tracking branch 'origin/main', ELPA Syncer, 2024/06/06
- [elpa] externals/auctex-cont-latexmk a541f4e4a6 025/100: prototype implementation of core flymake functionality, ELPA Syncer, 2024/06/06
- [elpa] externals/auctex-cont-latexmk 9ffc065182 042/100: add support for flagging multiply-defined labels and bad boxes, ELPA Syncer, 2024/06/06
- [elpa] externals/auctex-cont-latexmk c1aa3aafe1 047/100: first attempt at fixing narrowing issues, ELPA Syncer, 2024/06/06
- [elpa] externals/auctex-cont-latexmk 2986f5ce44 057/100: got to working OK w/ multifile projects, ELPA Syncer, 2024/06/06
- [elpa] externals/auctex-cont-latexmk 43bdc08cf6 071/100: formatting, ELPA Syncer, 2024/06/06
- [elpa] externals/auctex-cont-latexmk de469de0a1 051/100: remove hbox from the list of ignored warnings, ELPA Syncer, 2024/06/06
- [elpa] externals/auctex-cont-latexmk a3ba987e68 074/100: add tex-continuous--build-file back in, at least for now, ELPA Syncer, 2024/06/06
- [elpa] externals/auctex-cont-latexmk d99ee12fe2 077/100: Allow updates when process buffer is empty, ELPA Syncer, 2024/06/06