Variable: TeX-region-hook

TeX-region-hook is a variable defined in tex.el.

Value

nil

Documentation

List of hooks to run before the region file is saved.

The hooks are run in the region buffer, you may use the variable TeX-region-master-buffer to access the buffer of the master file and TeX-region-orig-buffer to access the buffer where M-x TeX-command-region (TeX-command-region) or M-x TeX-command-buffer (TeX-command-buffer) is invoked from.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
;;; Region File


(defvar TeX-region-hook nil
  "List of hooks to run before the region file is saved.
The hooks are run in the region buffer, you may use the variable
`TeX-region-master-buffer' to access the buffer of the master
file and `TeX-region-orig-buffer' to access the buffer where
\\[TeX-command-region] or \\[TeX-command-buffer] is invoked
from.")