Tassilo Horn <[email protected]> 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


_______________________________________________
auctex-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/auctex-devel

Reply via email to