[Mailing list added again to the list of recipients.] * Tomislav Petkovic (2009-12-03) writes:
>> If you can provide the contents of an output buffer after a LaTeX run, >> so that I can reproduce the problem, I might have a look at it over the >> weekend. > > Attached are 4 sample output buffers, for LaTeX and two for pdfLaTeX, one > for valid document and one for document with undefined command \badcommand. > > Next-error C-c` always jumps to non-existing file "MiKTeX 2.8". Okay, I've checked in a patch that is similar to yours. .*? is used instead of [^\"]* in the assumption that the file names are not broken across newlines and that the former is a bit better performance-wise. The quotation marks are stripped with `substring' which does not require a new buffer to be created. If possible please give it a try. -- Ralf _______________________________________________ bug-auctex mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-auctex
