Variable: TeX-debug-warnings

TeX-debug-warnings is a customizable variable defined in tex.el.

Value

nil

Documentation

Non-nil means also find LaTeX or package warnings with M-x TeX-next-error (TeX-next-error).

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
(defcustom TeX-debug-warnings nil
  "Non-nil means also find LaTeX or package warnings with \\[TeX-next-error]."
  :group 'TeX-output
  :type 'boolean)