Package: auctex
Followup-For: Bug #628790

For hyperref the problem is that the "new file" regexp is
more restrictive than the "end of file" regexp, so auctex
removes from the stack a file that was never put there.
Specifically, anything of the form   (xxxxxx):  will not be
recognised as a new file because of the colon, but the closing
parenthesis is recognised as end-of-file.
Having false positives is no problem, so long as the
parentheses are blanaced (which they are), you add a non-file
to the stack and remove it again.  My personal solution was
to make the new file regexp less restrictive, although I guess
that making the end-of-file regexp more restrictive would
work just as well.

Cheers,
Itai.


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to