Variable: TeX-translate-location-hook

TeX-translate-location-hook is a variable defined in tex.el.

Value

nil

Documentation

List of functions to be called before showing an error or warning.

You might want to examine and modify the dynamically bound variables
  TeX-translate-location-file,
  TeX-translate-location-offset,
  TeX-translate-location-line,
  TeX-translate-location-string,
  TeX-translate-location-error, and
  TeX-translate-location-context
from this hook.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
(defvar TeX-translate-location-hook nil
  "List of functions to be called before showing an error or warning.

You might want to examine and modify the dynamically bound
variables
  `TeX-translate-location-file',
  `TeX-translate-location-offset',
  `TeX-translate-location-line',
  `TeX-translate-location-string',
  `TeX-translate-location-error', and
  `TeX-translate-location-context'
from this hook.")