[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/auctex-cont-latexmk a3ba987e68 074/100: add tex-continu
From: |
ELPA Syncer |
Subject: |
[elpa] externals/auctex-cont-latexmk a3ba987e68 074/100: add tex-continuous--build-file back in, at least for now |
Date: |
Thu, 6 Jun 2024 03:57:57 -0400 (EDT) |
branch: externals/auctex-cont-latexmk
commit a3ba987e68803ce7c23a3d6b34da4a93153c0051
Author: Paul Nelson <ultrono@gmail.com>
Commit: Paul Nelson <ultrono@gmail.com>
add tex-continuous--build-file back in, at least for now
---
tex-continuous.el | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/tex-continuous.el b/tex-continuous.el
index a72e248541..9435a6b691 100644
--- a/tex-continuous.el
+++ b/tex-continuous.el
@@ -83,6 +83,16 @@ file."
" "
(shell-quote-argument (TeX-master-file "tex")))))
+(defun tex-continuous--build-file (ext)
+ "Return the build file with extension EXT.
+Takes into account `TeX-output-dir'."
+ (if TeX-output-dir
+ (let ((master-dir (TeX-master-directory)))
+ (concat (or (TeX--master-output-dir master-dir t)
+ master-dir)
+ (file-name-nondirectory (TeX-master-file ext))))
+ (TeX-master-file ext)))
+
(defun tex-continuous-process-item (type file line message offset _context
search-string _line-end bad-box
_error-point ignore)
- [elpa] externals/auctex-cont-latexmk d377100af3 056/100: cleaning up, hopefully not ruining everything, (continued)
- [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, 2024/06/06
- [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 <=
- [elpa] externals/auctex-cont-latexmk d99ee12fe2 077/100: Allow updates when process buffer is empty, ELPA Syncer, 2024/06/06
- [elpa] externals/auctex-cont-latexmk d63f7e1327 094/100: Rearrange file to clarify division of responsibility, ELPA Syncer, 2024/06/06
- [elpa] externals/auctex-cont-latexmk b34fcf062a 098/100: add local variable tex-continuous-force-enable, ELPA Syncer, 2024/06/06
- [elpa] externals/auctex-cont-latexmk 3eeebb581f 008/100: Fix "repeat when reversing direction" nuisance, ELPA Syncer, 2024/06/06
- [elpa] externals/auctex-cont-latexmk dc130e1bfe 021/100: Merge pull request #1 from 8vasu/patch-1, ELPA Syncer, 2024/06/06
- [elpa] externals/auctex-cont-latexmk 34c8588d7e 029/100: fix some issues involving multiline warnings, ELPA Syncer, 2024/06/06
- [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