comparison lisp/textmodes/reftex-vars.el @ 27192:f70a80cecdd3

New version number. (reftex-parse-file-extionsion,reftex-index-phrase-file-extension): New options
author Carsten Dominik <dominik@science.uva.nl>
date Wed, 05 Jan 2000 15:15:41 +0000
parents 083669ed376a
children 0b645a4a64fa
comparison
equal deleted inserted replaced
27191:72b373463022 27192:f70a80cecdd3
1 ;;; reftex-vars.el - Configuration variables for RefTeX 1 ;;; reftex-vars.el - Configuration variables for RefTeX
2 ;; Copyright (c) 1997, 1998, 1999 Free Software Foundation, Inc. 2 ;; Copyright (c) 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
3 3
4 ;; Author: Carsten Dominik <dominik@strw.LeidenUniv.nl> 4 ;; Author: Carsten Dominik <dominik@strw.LeidenUniv.nl>
5 ;; Version: 4.9 5 ;; Version: 4.10
6 ;; Keywords: tex 6 ;;
7 7
8 ;; This file is part of GNU Emacs. 8 ;; This file is part of GNU Emacs.
9 9
10 ;; GNU Emacs is free software; you can redistribute it and/or modify 10 ;; GNU Emacs is free software; you can redistribute it and/or modify
11 ;; it under the terms of the GNU General Public License as published by 11 ;; it under the terms of the GNU General Public License as published by
1124 (e.g. `$') to the string. 1124 (e.g. `$') to the string.
1125 Requires the `texmathp.el' library which is part of AUCTeX." 1125 Requires the `texmathp.el' library which is part of AUCTeX."
1126 :group 'reftex-index-support 1126 :group 'reftex-index-support
1127 :type 'string) 1127 :type 'string)
1128 1128
1129 (defcustom reftex-index-phrase-file-extension ".rip"
1130 "File extension for the index phrase file.
1131 This extension will be added to the base name of the master file."
1132 :group 'reftex-index-support
1133 :type 'string)
1134
1129 (defcustom reftex-index-phrases-logical-and-regexp " *&& *" 1135 (defcustom reftex-index-phrases-logical-and-regexp " *&& *"
1130 "Regexp matching the `and' operator for index arguments in phrases file. 1136 "Regexp matching the `and' operator for index arguments in phrases file.
1131 When several index arguments in a phrase line are separated by this 1137 When several index arguments in a phrase line are separated by this
1132 operator, each part will generate an index macro. So each match of 1138 operator, each part will generate an index macro. So each match of
1133 the search phrase will produce *several* different index entries. 1139 the search phrase will produce *several* different index entries.
1456 will read that file (if available) instead of parsing the document. 1462 will read that file (if available) instead of parsing the document.
1457 - exiting Emacs or killing a buffer in reftex-mode will cause a new version 1463 - exiting Emacs or killing a buffer in reftex-mode will cause a new version
1458 of the file to be written." 1464 of the file to be written."
1459 :group 'reftex-optimizations-for-large-documents 1465 :group 'reftex-optimizations-for-large-documents
1460 :type 'boolean) 1466 :type 'boolean)
1467
1468 (defcustom reftex-parse-file-extension ".rel"
1469 "*File extension for the file in which parser information is stored.
1470 This extension is added to the base name of the master file."
1471 :group 'reftex-optimizations-for-large-documents
1472 :type 'string)
1461 1473
1462 (defcustom reftex-use-multiple-selection-buffers nil 1474 (defcustom reftex-use-multiple-selection-buffers nil
1463 "*Non-nil means use a separate selection buffer for each label type. 1475 "*Non-nil means use a separate selection buffer for each label type.
1464 These buffers are kept from one selection to the next and need not to be 1476 These buffers are kept from one selection to the next and need not to be
1465 created for each use - so the menu generally comes up faster. The 1477 created for each use - so the menu generally comes up faster. The