Variable: reftex-no-include-regexps

reftex-no-include-regexps is a customizable variable defined in reftex-vars.el.gz.

Value

("\\.pstex_t\\'")

Documentation

List of regular expressions to exclude certain input files from parsing.

If the name of a file included via \include or \input is matched by any of the regular expressions in this list, that file is not parsed by RefTeX.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/reftex-vars.el.gz
(defcustom reftex-no-include-regexps '("\\.pstex_t\\'")
  "List of regular expressions to exclude certain input files from parsing.
If the name of a file included via \\include or \\input is matched by any
of the regular expressions in this list, that file is not parsed by RefTeX."
  :group 'reftex-optimizations-for-large-documents
  :type '(repeat (regexp)))