summaryrefslogtreecommitdiff
path: root/lisp/textmodes/reftex-vars.el
diff options
context:
space:
mode:
authorCarsten Dominik <dominik@science.uva.nl>2000-01-05 15:15:41 +0000
committerCarsten Dominik <dominik@science.uva.nl>2000-01-05 15:15:41 +0000
commit9f286482cc42aa8647652c289ec96659732b8ef3 (patch)
treecc39c05d487bf65e6fad2d4a4bce00b64c1a4414 /lisp/textmodes/reftex-vars.el
parent88807984992d3e24606e02999e29765d8b8088ed (diff)
downloademacs-9f286482cc42aa8647652c289ec96659732b8ef3.tar.gz
New version number.
(reftex-parse-file-extionsion,reftex-index-phrase-file-extension): New options
Diffstat (limited to 'lisp/textmodes/reftex-vars.el')
-rw-r--r--lisp/textmodes/reftex-vars.el18
1 files changed, 15 insertions, 3 deletions
diff --git a/lisp/textmodes/reftex-vars.el b/lisp/textmodes/reftex-vars.el
index a295aac1db2..e1f088eeae4 100644
--- a/lisp/textmodes/reftex-vars.el
+++ b/lisp/textmodes/reftex-vars.el
@@ -1,9 +1,9 @@
;;; reftex-vars.el - Configuration variables for RefTeX
-;; Copyright (c) 1997, 1998, 1999 Free Software Foundation, Inc.
+;; Copyright (c) 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
;; Author: Carsten Dominik <dominik@strw.LeidenUniv.nl>
-;; Version: 4.9
-;; Keywords: tex
+;; Version: 4.10
+;;
;; This file is part of GNU Emacs.
@@ -1126,6 +1126,12 @@ Requires the `texmathp.el' library which is part of AUCTeX."
:group 'reftex-index-support
:type 'string)
+(defcustom reftex-index-phrase-file-extension ".rip"
+ "File extension for the index phrase file.
+This extension will be added to the base name of the master file."
+ :group 'reftex-index-support
+ :type 'string)
+
(defcustom reftex-index-phrases-logical-and-regexp " *&& *"
"Regexp matching the `and' operator for index arguments in phrases file.
When several index arguments in a phrase line are separated by this
@@ -1459,6 +1465,12 @@ information. When this variable is t,
:group 'reftex-optimizations-for-large-documents
:type 'boolean)
+(defcustom reftex-parse-file-extension ".rel"
+ "*File extension for the file in which parser information is stored.
+This extension is added to the base name of the master file."
+ :group 'reftex-optimizations-for-large-documents
+ :type 'string)
+
(defcustom reftex-use-multiple-selection-buffers nil
"*Non-nil means use a separate selection buffer for each label type.
These buffers are kept from one selection to the next and need not to be