Variable: reftex-allow-automatic-rescan

reftex-allow-automatic-rescan is a customizable variable defined in reftex-vars.el.gz.

Value

t

Documentation

Non-nil means, RefTeX may rescan the document when this seems necessary.

Currently this applies only to rescanning after label insertion, when the new label cannot be inserted correctly into the internal label list.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/reftex-vars.el.gz
(defcustom reftex-allow-automatic-rescan t
  "Non-nil means, RefTeX may rescan the document when this seems necessary.
Currently this applies only to rescanning after label insertion, when
the new label cannot be inserted correctly into the internal label
list."
  :group 'reftex-optimizations-for-large-documents
  :type 'boolean)