Variable: TeX-error-overview-open-after-TeX-run

TeX-error-overview-open-after-TeX-run is a customizable variable defined in tex.el.

Value

nil

Documentation

Whether to open automatically the error overview after running TeX.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
(defcustom TeX-error-overview-open-after-TeX-run nil
  "Whether to open automatically the error overview after running TeX."
  :group 'TeX-output
  :type 'boolean)