Variable: TeX-parse-all-errors

TeX-parse-all-errors is a customizable variable defined in tex.el.

Value

t

Documentation

Whether to automatically collect all warning and errors after running TeX.

If t, it makes it possible to use TeX-previous-error with TeX commands.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
(defcustom TeX-parse-all-errors t
  "Whether to automatically collect all warning and errors after running TeX.

If t, it makes it possible to use `TeX-previous-error' with TeX
commands."
  :group 'TeX-command
  :type 'boolean)