emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] 242/299: Add another exception to error parsing.


From: Stefan Monnier
Subject: [elpa] 242/299: Add another exception to error parsing.
Date: Sun, 02 Nov 2014 03:11:43 +0000

monnier pushed a commit to branch externals/auctex
in repository elpa.

commit 54a8fff9f1a1cebbd9502c68b5bd877f0ed94a08
Author: Tassilo Horn <address@hidden>
Date:   Wed Apr 16 13:51:52 2014 +0200

    Add another exception to error parsing.
    
    * tex-buf.el (TeX-parse-error): Add another exception.
---
 ChangeLog  |    4 ++++
 tex-buf.el |    3 ++-
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 6be70ac..d5dc59f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-04-16  Tassilo Horn  <address@hidden>
+
+       * tex-buf.el (TeX-parse-error): Add another exception.
+
 2014-04-06  Tassilo Horn  <address@hidden>
 
        * tex-info.el (TeX-texinfo-mode): Use `texinfo-current-defun-name'
diff --git a/tex-buf.el b/tex-buf.el
index 3e788fe..84ca2da 100644
--- a/tex-buf.el
+++ b/tex-buf.el
@@ -1491,7 +1491,8 @@ You might want to examine and modify the free variables 
`file',
 )*\\(?: \\|\r?$\\)\\|"
          ;; End of file.  The [^:] skips package messages like:
          ;; Package hyperref Message: Driver (autodetected): hpdftex.
-         "\\()\\)[^:]\\|"
+         ;; [Loading MPS to PDF converter (version 2006.09.02).]
+         "\\()\\)[^:.]\\|"
          ;; Hook to change line numbers
          " !\\(?:offset(\\([---0-9]+\\))\\|"
          ;; Hook to change file name



reply via email to

[Prev in Thread] Current Thread [Next in Thread]