Function: tex-display-shell

tex-display-shell is a byte-compiled function defined in tex-mode.el.gz.

Signature

(tex-display-shell)

Documentation

Make the TeX shell buffer visible in a window.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/tex-mode.el.gz
(defun tex-display-shell ()
  "Make the TeX shell buffer visible in a window."
  (display-buffer (tex-shell-buf) '(display-buffer-in-previous-window
                                    (inhibit-same-window . t)
                                    (category . tex-shell)))
  (tex-recenter-output-buffer nil))