Variable: preview-find-end-function

preview-find-end-function is a variable defined in preview.el.

Value

nil

Documentation

Function used to compute the end position for a new overlay.

The function bound to this variable will be called inside preview-parse-messages with one argument, an integer describing the beginning of the overlay. This is intended to be used in conjunction with preview-preprocess-function when the latter introduces significant modifications.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/preview.el
(defvar preview-find-end-function nil
  "Function used to compute the end position for a new overlay.
The function bound to this variable will be called inside
`preview-parse-messages' with one argument, an integer describing the
beginning of the overlay.  This is intended to be used in conjunction
with `preview-preprocess-function' when the latter introduces
significant modifications.")