Function: TeX-process

TeX-process is a byte-compiled function defined in tex.el.

Signature

(TeX-process NAME)

Documentation

Return AUCTeX process associated with the document NAME.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
(defun TeX-process (name)
  "Return AUCTeX process associated with the document NAME."
  (and TeX-process-asynchronous
       (get-buffer-process (TeX-process-buffer name))))