branch: externals/auctex-cont-latexmk
commit 62c2eb652a5ee3a45844988846fa1661bbce6752
Author: Paul Nelson <[email protected]>
Commit: Paul Nelson <[email protected]>
print entire warning message (not every warning is a LaTeX warning)
---
czm-tex-compile.el | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/czm-tex-compile.el b/czm-tex-compile.el
index 62d1fabe83..a58ab1eab3 100644
--- a/czm-tex-compile.el
+++ b/czm-tex-compile.el
@@ -124,7 +124,10 @@ Used for navigating LaTeX warnings in the log file."
(description-raw (nth (if error-p 3 5) item))
(description (if error-p description-raw
(substring description-raw
- (length "LaTeX
Warning: ") -1)))
+ 0
+ ;; (progn
(string-match " Warning: " description-raw)
+ ;; (match-end
0))
+ -1)))
line prefix
region)
(if error-p