[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [AUCTeX-devel] [AUCTeX-diffs] GNU AUCTeX branch, master, updated. 36
From: |
Tassilo Horn |
Subject: |
Re: [AUCTeX-devel] [AUCTeX-diffs] GNU AUCTeX branch, master, updated. 363b751003c4b425b4b6c511740c95366481207c |
Date: |
Wed, 18 Dec 2013 14:51:36 +0100 |
User-agent: |
Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.50 (gnu/linux) |
Tassilo Horn <address@hidden> writes:
Hi again,
> This minimal patch makes it work again for me in "normal" and
> file_line_error mode.
I've now committed the following patch.
> diff --git a/tex-buf.el b/tex-buf.el
> index efc19b5..e6a3249 100644
> --- a/tex-buf.el
> +++ b/tex-buf.el
> @@ -1489,8 +1489,9 @@ You might want to examine and modify the free variables
> `file',
> \\(?:[\\/]+\\(?:\\.+[^()\r\n{} \\/]*\\|[^()\r\n{} .\\/]+\
> \\(?: [^()\r\n{} .\\/]+\\)*\\(?:\\.[-0-9a-zA-Z_.]*\\)?\\)?\\)*\\)\
> )*\\(?: \\|\r?$\\)\\|"
> - ;; End of file
> - "\\()\\))*\\|"
> + ;; End of file. The [^:] skips package messages like:
> + ;; Package hyperref Message: Driver (autodetected): hpdftex.
> + "\\()\\)[^:]\\|"
> ;; Hook to change line numbers
> " !\\(?:offset(\\([---0-9]+\\))\\|"
> ;; Hook to change file name
Bye,
Tassilo
- Re: [AUCTeX-devel] [AUCTeX-diffs] GNU AUCTeX branch, master, updated. 363b751003c4b425b4b6c511740c95366481207c, David Kastrup, 2013/12/17
- Re: [AUCTeX-devel] [AUCTeX-diffs] GNU AUCTeX branch, master, updated. 363b751003c4b425b4b6c511740c95366481207c, Tassilo Horn, 2013/12/17
- Re: [AUCTeX-devel] [AUCTeX-diffs] GNU AUCTeX branch, master, updated. 363b751003c4b425b4b6c511740c95366481207c, David Kastrup, 2013/12/17
- Re: [AUCTeX-devel] [AUCTeX-diffs] GNU AUCTeX branch, master, updated. 363b751003c4b425b4b6c511740c95366481207c, Luc Van Eycken, 2013/12/17
- Re: [AUCTeX-devel] [AUCTeX-diffs] GNU AUCTeX branch, master, updated. 363b751003c4b425b4b6c511740c95366481207c, Tassilo Horn, 2013/12/17
- Re: [AUCTeX-devel] [AUCTeX-diffs] GNU AUCTeX branch, master, updated. 363b751003c4b425b4b6c511740c95366481207c, Luc Van Eycken, 2013/12/17
- Re: [AUCTeX-devel] [AUCTeX-diffs] GNU AUCTeX branch, master, updated. 363b751003c4b425b4b6c511740c95366481207c, Tassilo Horn, 2013/12/17
- Re: [AUCTeX-devel] [AUCTeX-diffs] GNU AUCTeX branch, master, updated. 363b751003c4b425b4b6c511740c95366481207c,
Tassilo Horn <=