* Fabio Leimgruber (2010-02-15) writes: > This is almost it. What I am after is the help window that you get when > calling TeX-next-error - preferably with point at the position where the > error is explained.
Hm, one would probably need a hook which is run after an error is found. Something like that is not provided at the moment. > One last question: I want to call TeX-next-error from another function > and the doc says: (TeX-next-error reparse). So what is this reparse > argument? Which argument do I have to pass? See the documentation of the function: ,----[ C-h f TeX-next-error <RET> ] | TeX-next-error is an interactive compiled Lisp function in | `tex-buf.el'. | | It is bound to C-c `. | | (TeX-next-error REPARSE) | | Find the next error in the TeX output buffer. | With C-u prefix, start from the beginning of the errors. `---- -- Ralf _______________________________________________ auctex mailing list [email protected] http://lists.gnu.org/mailman/listinfo/auctex
