[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/auctex-cont-latexmk ef4f329804 045/100: change descript
From: |
ELPA Syncer |
Subject: |
[elpa] externals/auctex-cont-latexmk ef4f329804 045/100: change description |
Date: |
Thu, 6 Jun 2024 03:57:55 -0400 (EDT) |
branch: externals/auctex-cont-latexmk
commit ef4f32980494068fcfbc71dc0efc091019a66462
Author: Paul Nelson <ultrono@gmail.com>
Commit: Paul Nelson <ultrono@gmail.com>
change description
---
README.org | 2 +-
czm-tex-compile.el | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.org b/README.org
index 3af9568d0e..c8fd05aa1d 100644
--- a/README.org
+++ b/README.org
@@ -1,4 +1,4 @@
-#+title: czm-tex-compile.el: Convenience functions for compiling LaTeX
+#+title: czm-tex-compile.el: run latexmk continuously, report errors via
flymake
#+author: Paul Nelson
* Overview
diff --git a/czm-tex-compile.el b/czm-tex-compile.el
index 8f05574685..1527c5e6d8 100644
--- a/czm-tex-compile.el
+++ b/czm-tex-compile.el
@@ -1,4 +1,4 @@
-;;; czm-tex-compile.el --- Convenience functions for compiling LaTeX -*-
lexical-binding: t; -*-
+;;; czm-tex-compile.el --- run latexmk continuously, report errors via flymake
-*- lexical-binding: t; -*-
;; Copyright (C) 2023 Paul D. Nelson
@@ -300,7 +300,7 @@ latexmk compilation is in a \"Watching\" state."
(defun czm-tex-compile-flymake (report-fn &rest _args)
"Flymake backend for LaTeX based on latexmk.
Save REPORT-FN in a local variable, called by
-`czm-tex-compile--log-watch-timer' to report diagnostics."
+e`czm-tex-compile--log-watch-timer' to report diagnostics."
(when (czm-tex-compile-mode)
(setq czm-tex-compile--report-fn report-fn)))
- [elpa] externals/auctex-cont-latexmk a3af9c0f47 044/100: refactoring to make functions smaller, (continued)
- [elpa] externals/auctex-cont-latexmk a3af9c0f47 044/100: refactoring to make functions smaller, ELPA Syncer, 2024/06/06
- [elpa] externals/auctex-cont-latexmk 776337f0d8 013/100: Fix the direction issue, ELPA Syncer, 2024/06/06
- [elpa] externals/auctex-cont-latexmk 6d8252a759 014/100: avoid unnecessary "find-file-noselect", ELPA Syncer, 2024/06/06
- [elpa] externals/auctex-cont-latexmk 146dfe2350 019/100: Merge remote-tracking branch 'origin/main', ELPA Syncer, 2024/06/06
- [elpa] externals/auctex-cont-latexmk 08d713ef4b 017/100: improve handling of some failure cases, ELPA Syncer, 2024/06/06
- [elpa] externals/auctex-cont-latexmk dc493bf00c 022/100: delete a couple lines that should have been deleted last time, ELPA Syncer, 2024/06/06
- [elpa] externals/auctex-cont-latexmk 61cf12f244 032/100: for errors, just get line number directly, ELPA Syncer, 2024/06/06
- [elpa] externals/auctex-cont-latexmk 549d8c06a7 034/100: got it in decent working shape, modulo an occasional error, ELPA Syncer, 2024/06/06
- [elpa] externals/auctex-cont-latexmk 8b6924f833 038/100: fix typo and tweak README.org, ELPA Syncer, 2024/06/06
- [elpa] externals/auctex-cont-latexmk 30694ac352 039/100: make TAB switch from compilation buffer back to tex file, ELPA Syncer, 2024/06/06
- [elpa] externals/auctex-cont-latexmk ef4f329804 045/100: change description,
ELPA Syncer <=
- [elpa] externals/auctex-cont-latexmk b208286d55 083/100: Add some tips to README, ELPA Syncer, 2024/06/06
- [elpa] externals/auctex-cont-latexmk a769d92a2c 100/100: rename: tex-continuous -> auctex-cont-latexmk, ELPA Syncer, 2024/06/06
- [elpa] externals/auctex-cont-latexmk 91870fa1a2 075/100: add ":after latex" to the use-package declaration, ELPA Syncer, 2024/06/06
- [elpa] externals/auctex-cont-latexmk d2f6dbaae4 073/100: correct use-package declaration, ELPA Syncer, 2024/06/06
- [elpa] externals/auctex-cont-latexmk 1ffdaaf722 080/100: Add some clarifications and remarks to the readme, ELPA Syncer, 2024/06/06
- [elpa] externals/auctex-cont-latexmk 831be210d9 082/100: Deactivate upon file rename, ELPA Syncer, 2024/06/06
- [elpa] externals/auctex-cont-latexmk 5c367ff46e 091/100: Replace tex-continuous--build-file with TeX-master-output-file, ELPA Syncer, 2024/06/06
- [elpa] externals/auctex-cont-latexmk 6a9518e566 097/100: indentation, swap cl for seq, ELPA Syncer, 2024/06/06
- [elpa] externals/auctex-cont-latexmk acfaf552b7 011/100: Add .html to .gitignore, ELPA Syncer, 2024/06/06
- [elpa] externals/auctex-cont-latexmk 119577bfdf 076/100: Allow latexmk completion to be detected based on timing, ELPA Syncer, 2024/06/06