auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 54a8fff9f1a1cebbd9502


From: Tassilo Horn
Subject: [AUCTeX-diffs] GNU AUCTeX branch, master, updated. 54a8fff9f1a1cebbd9502c68b5bd877f0ed94a08
Date: Wed, 16 Apr 2014 11:53:01 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU AUCTeX".

The branch, master has been updated
       via  54a8fff9f1a1cebbd9502c68b5bd877f0ed94a08 (commit)
      from  004e745d378bb7f3811db088f2230c16cfde6363 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
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.

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

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog  |    4 ++++
 tex-buf.el |    3 ++-
 2 files changed, 6 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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