Variable: reftex-revisit-to-echo

reftex-revisit-to-echo is a customizable variable defined in reftex-vars.el.gz.

Value

nil

Documentation

Non-nil means, automatic citation display will revisit files if necessary.

When nil, citation display in echo area will only be active for cached entries and for BibTeX database files with live associated buffers.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/reftex-vars.el.gz
(defcustom reftex-revisit-to-echo nil
  "Non-nil means, automatic citation display will revisit files if necessary.
When nil, citation display in echo area will only be active for cached
entries and for BibTeX database files with live associated buffers."
  :group 'reftex-viewing-cross-references
  :type 'boolean)