Variable: TeX-show-compilation
TeX-show-compilation is a customizable variable defined in tex.el.
Value
nil
Documentation
If non-nil, show output of TeX compilation in other window.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
(defcustom TeX-show-compilation nil
"If non-nil, show output of TeX compilation in other window."
:group 'TeX-command
:type 'boolean)