David Kastrup wrote:

> Andreas Matthias <[EMAIL PROTECTED]> writes:
> 
>> [EMAIL PROTECTED] src $ diff -c auctex-cvs-orig/preview/preview.el 
>> auctex-cvs/preview/preview.el
>> *** auctex-cvs-orig/preview/preview.el  2007-02-09 08:15:48.000000000 +0100
>> --- auctex-cvs/preview/preview.el       2007-04-05 23:04:43.000000000 +0200
>> ***************
>> *** 2674,2680 ****
>>   \\(?:/+\\(?:\\.+[^()\r\n{} /]*\\|[^()\r\n{} ./]+\
>>   \\(?: [^()\r\n{} ./]+\\)*\\(?:\\.[-0-9a-zA-Z_.]*\\)?\\)?\\)*\\)\
>>   )*\\(?: \\|\r?$\\)\\|\
>> ! )+\\([ >]\\|\r?$\\)\\|\
>>    !\\(?:offset(\\([---0-9]+\\))\\|\
>>   name(\\([^)]+\\))\\)\\|\
>>   ^Preview: \\([a-zA-Z]+\\) \\([^\n\r]*\\)\r?$" nil t)
>> --- 2674,2680 ----
>>   \\(?:/+\\(?:\\.+[^()\r\n{} /]*\\|[^()\r\n{} ./]+\
>>   \\(?: [^()\r\n{} ./]+\\)*\\(?:\\.[-0-9a-zA-Z_.]*\\)?\\)?\\)*\\)\
>>   )*\\(?: \\|\r?$\\)\\|\
>> ! )+\r?$\\|\
> 
> This would have to be
>   \\()+\\)\
> I guess, so that the paren count stays consistent.

The error message stays the same. :-/

Ciao
Andreas



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

Reply via email to