diff options
| author | Arash Esbati | 2026-01-01 15:59:22 +0100 |
|---|---|---|
| committer | Arash Esbati | 2026-01-01 16:12:43 +0100 |
| commit | 17ddfd66e65c19f44dee41ee1b7ee1ce23ef3ed2 (patch) | |
| tree | 66f4152c01d31df5e97b0e8f083b8f5f5ab7caf5 | |
| parent | 10eece2cf05931c305d57b382309d3e9c31d4423 (diff) | |
| download | emacs-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.el | 26 |
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. | |||
| 360 | Value t means, turn on immediately when RefTeX gets started. Then, | 360 | Value t means, turn on immediately when RefTeX gets started. Then, |
| 361 | recentering will work for any TOC window created during the session. | 361 | recentering will work for any TOC window created during the session. |
| 362 | 362 | ||
| 363 | Value `frame' (the default) means, turn automatic recentering on only while the | 363 | Value \\+`frame' (the default) means, turn automatic recentering on only |
| 364 | dedicated TOC frame does exist, and do the recentering only in that frame. So | 364 | while the dedicated TOC frame does exist, and do the recentering only in |
| 365 | when creating that frame (with `d' key in an ordinary TOC window), the | 365 | that frame. So when creating that frame (with `d' key in an ordinary |
| 366 | automatic recentering is turned on. When the frame gets destroyed, automatic | 366 | TOC window), the automatic recentering is turned on. When the frame |
| 367 | recentering is turned off again. | 367 | gets destroyed, automatic recentering is turned off again. |
| 368 | 368 | ||
| 369 | This feature can be turned on and off from the menu | 369 | This 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 | ||
| 490 | Set this variable to define additions and changes to the default. The only | 490 | Set this variable to define additions and changes to the default. The only |
| 491 | things you MUST NOT change is that `?s' is the type indicator for section | 491 | things you MUST NOT change is that `?s' is the type indicator for section |
| 492 | labels, and SPC for the `any' label type. These are hard-coded at other | 492 | labels, and SPC for the \\+`any' label type. These are hard-coded at other |
| 493 | places in the code. | 493 | places in the code. |
| 494 | 494 | ||
| 495 | The value of the variable must be a list of items. Each item is a list | 495 | The 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 | |||
| 535 | LABEL-PREFIX | 535 | LABEL-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. |
| 1538 | When several index arguments in a phrase line are separated by this | 1538 | When several index arguments in a phrase line are separated by this |
| 1539 | operator, each part will generate an index macro. So each match of | 1539 | operator, each part will generate an index macro. So each match of |
| 1540 | the search phrase will produce *several* different index entries. | 1540 | the search phrase will produce *several* different index entries. |
| 1541 | 1541 | ||
| 1542 | Note: make sure this does no match things which are not separators. | 1542 | Note: make sure this does no match things which are not separators. |
| 1543 | This logical `and' has higher priority than the logical `or' specified in | 1543 | This 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. |
| 1550 | When several index arguments in a phrase line are separated by this | 1550 | When several index arguments in a phrase line are separated by this |
| 1551 | operator, the user will be asked to select one of them at each match | 1551 | operator, the user will be asked to select one of them at each match |
| 1552 | of the search phrase. The first index arg will be the default - a | 1552 | of the search phrase. The first index arg will be the default - a |
| 1553 | number key 1-9 must be pressed to switch to another. | 1553 | number key 1-9 must be pressed to switch to another. |
| 1554 | 1554 | ||
| 1555 | Note: make sure this does no match things which are not separators. | 1555 | Note: make sure this does no match things which are not separators. |
| 1556 | The logical `and' specified in `reftex-index-phrases-logical-or-regexp' | 1556 | The logical \\+`and' specified in `reftex-index-phrases-logical-or-regexp' |
| 1557 | has higher priority than this logical `or'." | 1557 | has higher priority than this logical \\+`or'." |
| 1558 | :group 'reftex-index-support | 1558 | :group 'reftex-index-support |
| 1559 | :type 'regexp) | 1559 | :type 'regexp) |
| 1560 | 1560 | ||