[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-AUCTeX] 11.85; Problem with parentheses in file names
From: |
Ralf Angeli |
Subject: |
Re: [Bug-AUCTeX] 11.85; Problem with parentheses in file names |
Date: |
Sat, 12 Dec 2009 19:45:51 +0100 |
* Tomislav Petković (2009-12-08) writes:
> The patch seems to works fine for some documents
> while for other documents next error again
> claims error is in non-existing file "MiKTeX 2.8".
>
> Replacing .*? with [^\"]* solves the problem as
> it is (probably) caused by filenames broken across
> newlines.
Okay, thanks for testing. The code now uses [^\"]*?. Also, newlines
are removed from the matched strings.
--
Ralf