[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/auctex-cont-latexmk 8b6924f833 038/100: fix typo and tw
From: |
ELPA Syncer |
Subject: |
[elpa] externals/auctex-cont-latexmk 8b6924f833 038/100: fix typo and tweak README.org |
Date: |
Thu, 6 Jun 2024 03:57:54 -0400 (EDT) |
branch: externals/auctex-cont-latexmk
commit 8b6924f833a114418c11cdcd6c349087aee118a8
Author: Paul Nelson <ultrono@gmail.com>
Commit: Paul Nelson <ultrono@gmail.com>
fix typo and tweak README.org
---
README.org | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.org b/README.org
index 089d385feb..9cb1169ed5 100644
--- a/README.org
+++ b/README.org
@@ -13,10 +13,10 @@ Download this repository, install using =M-x
package-install-file= (or package-v
#+end_src
Replace the keybinding with whatever you prefer (or delete it and just run the
command via =M-x=).
-You can tweak underlying the =latexmk= command via =M-x customize-variable
czm-tex-compile-command=.
+You can tweak the underlying =latexmk= command via =M-x customize-variable
czm-tex-compile-command=.
The command =czm-tex-compile-toggle= behaves the way that I prefer -- it
enables both =czm-tex-compile-mode= and =flymake-mode=, restricting the
backends for the latter to those coming from the former. Depending upon your
preferences, you may wish to write your own "wrapper" for
=czm-tex-compile-mode= akin to =czm-tex-compile-toggle=.
-The way the Flymake backend works, it will update only when the latexmk
process reaches a "watching for changes" state and the buffer is unmodified.
The workflow to have errors and warnings reported is to save the file and wait
a few seconds without editing.
+The way the Flymake backend works, it will update only when the latexmk
process reaches a "watching for changes" state and the buffer is unmodified.
The workflow is thus to save the file and then wait a few seconds before
editing further, then to use Flymake to navigate the errors. I also use =(setq
flymake-show-diagnostics-at-end-of-line t)=, which displays the error/warning
messages in the buffer itself.
That's all. I prefer this workflow to the alternative in which one compiles
the document manually via =TeX-command-master= (=C-c C-c=) and navigates the
warning/error messages using =next-error= (=M-n=) and =previous-error= (=M-p=).
It also gives a handy way to keep the .aux files up-to-date; I take advantage
of this feature in the packages
[[https://github.com/ultronozm/czm-preview.el][czm-preview.el]] and
[[https://github.com/ultronozm/czm-tex-fold.el][czm-tex-fold.el]] to annotate t
[...]
- [elpa] externals/auctex-cont-latexmk ad6dc99345 033/100: fix flycheck warnings, (continued)
- [elpa] externals/auctex-cont-latexmk ad6dc99345 033/100: fix flycheck warnings, ELPA Syncer, 2024/06/06
- [elpa] externals/auctex-cont-latexmk 7c3c45f924 041/100: fix "tab goes from compilation buffer to tex buffer" feature, ELPA Syncer, 2024/06/06
- [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 <=
- [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, 2024/06/06
- [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