aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArash Esbati2026-01-01 15:59:22 +0100
committerArash Esbati2026-01-01 16:12:43 +0100
commit17ddfd66e65c19f44dee41ee1b7ee1ce23ef3ed2 (patch)
tree66f4152c01d31df5e97b0e8f083b8f5f5ab7caf5
parent10eece2cf05931c305d57b382309d3e9c31d4423 (diff)
downloademacs-17ddfd66e65c19f44dee41ee1b7ee1ce23ef3ed2.tar.gz
emacs-17ddfd66e65c19f44dee41ee1b7ee1ce23ef3ed2.zip
; Don't mark some symbols as links
* lisp/textmodes/reftex-vars.el (reftex-auto-recenter-toc) (reftex-label-alist, reftex-index-phrases-logical-and-regexp) (reftex-index-phrases-logical-or-regexp): Don't mark symbols as links.
-rw-r--r--lisp/textmodes/reftex-vars.el26
1 files changed, 13 insertions, 13 deletions
diff --git a/lisp/textmodes/reftex-vars.el b/lisp/textmodes/reftex-vars.el
index c51f153f286..e9793c86398 100644
--- a/lisp/textmodes/reftex-vars.el
+++ b/lisp/textmodes/reftex-vars.el
@@ -360,11 +360,11 @@ more than `reftex-idle-time' seconds.
360Value t means, turn on immediately when RefTeX gets started. Then, 360Value t means, turn on immediately when RefTeX gets started. Then,
361recentering will work for any TOC window created during the session. 361recentering will work for any TOC window created during the session.
362 362
363Value `frame' (the default) means, turn automatic recentering on only while the 363Value \\+`frame' (the default) means, turn automatic recentering on only
364dedicated TOC frame does exist, and do the recentering only in that frame. So 364while the dedicated TOC frame does exist, and do the recentering only in
365when creating that frame (with `d' key in an ordinary TOC window), the 365that frame. So when creating that frame (with `d' key in an ordinary
366automatic recentering is turned on. When the frame gets destroyed, automatic 366TOC window), the automatic recentering is turned on. When the frame
367recentering is turned off again. 367gets destroyed, automatic recentering is turned off again.
368 368
369This feature can be turned on and off from the menu 369This feature can be turned on and off from the menu
370\(Ref->Options)." 370\(Ref->Options)."
@@ -489,7 +489,7 @@ examples in the manual. Looking at the builtin defaults in the constant
489 489
490Set this variable to define additions and changes to the default. The only 490Set this variable to define additions and changes to the default. The only
491things you MUST NOT change is that `?s' is the type indicator for section 491things you MUST NOT change is that `?s' is the type indicator for section
492labels, and SPC for the `any' label type. These are hard-coded at other 492labels, and SPC for the \\+`any' label type. These are hard-coded at other
493places in the code. 493places in the code.
494 494
495The value of the variable must be a list of items. Each item is a list 495The value of the variable must be a list of items. Each item is a list
@@ -509,7 +509,7 @@ ENV-OR-MACRO
509 a star to mark the label argument, if any. The macro does not have to 509 a star to mark the label argument, if any. The macro does not have to
510 have a label argument - you could also use \\label{..} inside one of 510 have a label argument - you could also use \\label{..} inside one of
511 its arguments. 511 its arguments.
512 Special names: `section' for section labels, `any' to define a group 512 Special names: `section' for section labels, \\+`any' to define a group
513 which contains all labels. 513 which contains all labels.
514 514
515 This may also be a function to do local parsing and identify point to 515 This may also be a function to do local parsing and identify point to
@@ -535,7 +535,7 @@ TYPE-KEY
535LABEL-PREFIX 535LABEL-PREFIX
536 Label prefix string, like \"tab:\". 536 Label prefix string, like \"tab:\".
537 The prefix is a short string used as the start of a label. It may be the 537 The prefix is a short string used as the start of a label. It may be the
538 empty string. The prefix may contain the following `%' escapes: 538 empty string. The prefix may contain the following \\+`%' escapes:
539 %f Current file name with directory and extension stripped. 539 %f Current file name with directory and extension stripped.
540 %F Current file name relative to directory of master file. 540 %F Current file name relative to directory of master file.
541 %m Master file name, directory and extension stripped. 541 %m Master file name, directory and extension stripped.
@@ -1534,27 +1534,27 @@ This extension will be added to the base name of the master file."
1534 :type 'string) 1534 :type 'string)
1535 1535
1536(defcustom reftex-index-phrases-logical-and-regexp " *&& *" 1536(defcustom reftex-index-phrases-logical-and-regexp " *&& *"
1537 "Regexp matching the `and' operator for index arguments in phrases file. 1537 "Regexp matching the \\+`and' operator for index arguments in phrases file.
1538When several index arguments in a phrase line are separated by this 1538When several index arguments in a phrase line are separated by this
1539operator, each part will generate an index macro. So each match of 1539operator, each part will generate an index macro. So each match of
1540the search phrase will produce *several* different index entries. 1540the search phrase will produce *several* different index entries.
1541 1541
1542Note: make sure this does no match things which are not separators. 1542Note: make sure this does no match things which are not separators.
1543This logical `and' has higher priority than the logical `or' specified in 1543This logical \\+`and' has higher priority than the logical \\+`or' specified in
1544`reftex-index-phrases-logical-or-regexp'." 1544`reftex-index-phrases-logical-or-regexp'."
1545 :group 'reftex-index-support 1545 :group 'reftex-index-support
1546 :type 'regexp) 1546 :type 'regexp)
1547 1547
1548(defcustom reftex-index-phrases-logical-or-regexp " *|| *" 1548(defcustom reftex-index-phrases-logical-or-regexp " *|| *"
1549 "Regexp matching the `or' operator for index arguments in phrases file. 1549 "Regexp matching the \\+`or' operator for index arguments in phrases file.
1550When several index arguments in a phrase line are separated by this 1550When several index arguments in a phrase line are separated by this
1551operator, the user will be asked to select one of them at each match 1551operator, the user will be asked to select one of them at each match
1552of the search phrase. The first index arg will be the default - a 1552of the search phrase. The first index arg will be the default - a
1553number key 1-9 must be pressed to switch to another. 1553number key 1-9 must be pressed to switch to another.
1554 1554
1555Note: make sure this does no match things which are not separators. 1555Note: make sure this does no match things which are not separators.
1556The logical `and' specified in `reftex-index-phrases-logical-or-regexp' 1556The logical \\+`and' specified in `reftex-index-phrases-logical-or-regexp'
1557has higher priority than this logical `or'." 1557has higher priority than this logical \\+`or'."
1558 :group 'reftex-index-support 1558 :group 'reftex-index-support
1559 :type 'regexp) 1559 :type 'regexp)
1560 1560