Variable: reftex-enable-partial-scans

reftex-enable-partial-scans is a customizable variable defined in reftex-vars.el.gz.

Value

nil

Documentation

Non-nil means, re-parse only 1 file when asked to re-parse.

Re-parsing is normally requested with a C-u (universal-argument) prefix to many RefTeX commands, or with the \r key in menus. When this option is t in a multifile document, we will only parse the current buffer, or the file associated with the label or section heading near point in a menu. Requesting re-parsing of an entire multifile document then requires a C-u (universal-argument) C-u (universal-argument) prefix or the capital \R key in menus.

Probably introduced at or before Emacs version 20.3.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/reftex-vars.el.gz
(defcustom reftex-enable-partial-scans nil
  "Non-nil means, re-parse only 1 file when asked to re-parse.
Re-parsing is normally requested with a \\[universal-argument] prefix to many RefTeX commands,
or with the \\`r' key in menus.  When this option is t in a multifile document,
we will only parse the current buffer, or the file associated with the label
or section heading near point in a menu.  Requesting re-parsing of an entire
multifile document then requires a \\[universal-argument] \
\\[universal-argument] prefix or the capital \\`R' key
in menus."
  :group 'reftex-optimizations-for-large-documents
  :type 'boolean)