* Fabio Leimgruber (2010-02-15) writes: >>> 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. >> `---- >> > As I said: I read this documentation. But there is no mention of what > the reparse expression should be...
The `C-u' prefix aka `universal-argument'. See e.g. (info "(emacs)Arguments"). -- Ralf _______________________________________________ auctex mailing list [email protected] http://lists.gnu.org/mailman/listinfo/auctex
