[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] elpa ae34515 03/23: Better control for presence of errors
From: |
Tassilo Horn |
Subject: |
[elpa] elpa ae34515 03/23: Better control for presence of errors |
Date: |
Wed, 30 Mar 2016 19:08:02 +0000 |
branch: elpa
commit ae34515f48c4124869025d17c70762c2f5ab941b
Author: Mosè Giordano <address@hidden>
Commit: Mosè Giordano <address@hidden>
Better control for presence of errors
* tex-buf.el (TeX-LaTeX-sentinel): Use `TeX-error-report-switches'
instead of `TeX-error-list'.
---
tex-buf.el | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tex-buf.el b/tex-buf.el
index b271a98..1212ec7 100644
--- a/tex-buf.el
+++ b/tex-buf.el
@@ -1551,7 +1551,7 @@ Rerun to get mark in right position\\." nil t)
(md5 (current-buffer)))))
(push (cons idx-file t) LaTeX-idx-changed-alist)))
- (unless (memq 'error (mapcar #'car TeX-error-list))
+ (unless (plist-get TeX-error-report-switches (intern (TeX-master-file)))
(run-hook-with-args 'TeX-after-compilation-finished-functions
(with-current-buffer TeX-command-buffer
(expand-file-name
- [elpa] elpa updated (df2c08f -> 7573813), Tassilo Horn, 2016/03/30
- [elpa] elpa a8a803c 02/23: Call TeX-after-compilation-finished-functions on warnings, Tassilo Horn, 2016/03/30
- [elpa] elpa ae34515 03/23: Better control for presence of errors,
Tassilo Horn <=
- [elpa] elpa 0f8baf6 16/23: TikZ: Ignore case when prompting for argument types., Tassilo Horn, 2016/03/30
- [elpa] elpa 4a1728b 15/23: TikZ: Apply suggestions from checkdoc., Tassilo Horn, 2016/03/30
- [elpa] elpa cf4ce35 18/23: TikZ: Add more path connector types., Tassilo Horn, 2016/03/30
- [elpa] elpa f23fbd6 14/23: Fill environment content onley when auto-fill-mode is active, Tassilo Horn, 2016/03/30
- [elpa] elpa eddf3ff 20/23: Fix previous commit, Tassilo Horn, 2016/03/30
- [elpa] elpa 608e874 01/23: Add the beginnings of TikZ support., Tassilo Horn, 2016/03/30
- [elpa] elpa 201ed15 06/23: Fix a misplaced closing parenthesis, Tassilo Horn, 2016/03/30
- [elpa] elpa 1288609 07/23: Add fontification support, Tassilo Horn, 2016/03/30
- [elpa] elpa 00740ed 08/23: TikZ: split out the prompts to TeX-TikZ-arg-node & TeX-TikZ-macro-arg., Tassilo Horn, 2016/03/30
- [elpa] elpa c49b547 17/23: TikZ: Rename 'text' to 'label' to be consistent with TikZ terminology., Tassilo Horn, 2016/03/30