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

commit 54a8fff9f1a1cebbd9502c68b5bd877f0ed94a08
Author: Tassilo Horn <[email protected]>
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  <[email protected]>
+
+       * tex-buf.el (TeX-parse-error): Add another exception.
+
 2014-04-06  Tassilo Horn  <[email protected]>
 
        * 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