[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/auctex-cont-latexmk 61cf12f244 032/100: for errors, ju
From: |
ELPA Syncer |
Subject: |
[elpa] externals/auctex-cont-latexmk 61cf12f244 032/100: for errors, just get line number directly |
Date: |
Thu, 6 Jun 2024 03:57:53 -0400 (EDT) |
branch: externals/auctex-cont-latexmk
commit 61cf12f244693e6688331369c96e534a90454262
Author: Paul Nelson <ultrono@gmail.com>
Commit: Paul Nelson <ultrono@gmail.com>
for errors, just get line number directly
---
czm-tex-compile.el | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/czm-tex-compile.el b/czm-tex-compile.el
index a58ab1eab3..31aa39f14b 100644
--- a/czm-tex-compile.el
+++ b/czm-tex-compile.el
@@ -134,9 +134,8 @@ Used for navigating LaTeX warnings in the log file."
(with-temp-buffer
(insert (nth 5 item))
(goto-char (point-min))
- (when (re-search-forward "^\nl\\.\\([0-9]+\\) "
nil t)
- (setq line (when (match-string 1)
- (string-to-number (match-string
1))))
+ (setq line (nth 2 item))
+ (when (re-search-forward "\nl\\.\\([0-9]+\\) "
nil t)
(setq prefix
(buffer-substring-no-properties (point)
(line-end-position)))))
(when (string-match "input line \\([0-9]+\\)"
description)
- [elpa] externals/auctex-cont-latexmk dc130e1bfe 021/100: Merge pull request #1 from 8vasu/patch-1, (continued)
- [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
- [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 <=
- [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, 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