• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/emacs-93/emacs/lisp/textmodes/

Lines Matching defs:?r

12 ;; GNU Emacs is free software; you can redistribute it and/or modify
14 ;; the Free Software Foundation; either version 2, or (at your option)
19 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE See the
252 The file name is expected after the command, either in braces or separated
345 "*Fraction of the width or height of the frame to be used for TOC window.
382 N, ask for confirmation only if N or more section commands are going to be
465 with \\label and \\ref, or a LaTeX macro defining a label as (or inside)
469 Name of the environment (like \"table\") or macro (like \"\\\\myfig\").
481 should return either nil or a cons cell (FUNCTION . POSITION) with
491 Any label inside the environment or macro is assumed to belong to this
524 (not a good choice for environments like eqnarray or enumerate,
531 \"\\\\\\\\caption[[{]\" will use the caption in a figure or table
544 (defun my-context-function (env-or-mac)
571 When omitted or nil, no TOC entries will be made.
573 If the type indicator characters of two or more entries are the same, RefTeX
586 (choice :tag "Package or Detailed "
590 (choice :tag "Environment or \\macro "
606 (number :tag "Macro arg nr" 1)
651 or macro."
679 to use the regexp or the list value types to fine-tune this feature.
681 labels fn:xxx, you may want to set this variable to the value \"^fn:$\" or
713 `\\ex.', `\\a.', etc for lists which are terminated by `\\z.' or an empty
741 ;; Make sure no empty line or \\z. is between us and the item macro
784 nil nil Insert simple label, like eq:22 or sec:13. No query.
789 Each flag may be set to t, nil, or a string of label type letters
818 to derive a label from it. The intended application is to convert ISO or
911 Each of these flags can be set to t or nil, or to a string of type letters
949 Instead of nil or t, this may also be a string of type letters indicating
953 ;;;###autoload(put 'reftex-vref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x))))
960 Instead of nil or t, this may also be a string of type letters indicating
964 ;;;###autoload(put 'reftex-fref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x))))
1027 in non-LaTeX files. The files will be searched along the BIBINPUTS or TEXBIB
1047 It can be a string or an alist or a symbol. In the simplest case this
1085 `reftex-cite-format' directly yourself or set it to the SYMBOL of one of
1246 Needed for `reftex-index-selection-or-word' and for indexing from the
1269 (integer :tag "Macro arg Nr" :value 1))
1286 "The default index macro for \\[reftex-index-selection-or-word].
1304 creating index entries or displaying a specific index. This variable controls
1306 during selection or completion. Valid values of this variable are:
1319 When `reftex-index-selection-or-word' is executed inside TeX math mode,
1340 This logical `and' has higher priority than the logical `or' specified in
1341 `reftex-index-phrases-logical-or-regexp'."
1345 (defcustom reftex-index-phrases-logical-or-regexp " *|| *"
1346 "Regexp matching the `or' operator for index arguments in phrases file.
1353 The logical `and' specified in `reftex-index-phrases-logical-or-regexp'
1354 has higher priority than this logical `or'."
1385 the match is inside an index macro argument, or if an index macro is directly
1386 before or after the phrase. If that is the case, that match will
1395 non-nil, newlines will be added as necessary before and/or after the
1424 In the index buffer, pressing any of these capital letters or `!' will jump
1471 argument of a \\ref or \\cite macro, and no other message is being
1524 Directories ending in `//' or `!!' will be expanded recursively.
1539 Directories ending in `//' or `!!' will be expanded recursively.
1551 TYPE: File type like \"bib\" or \"tex\".
1552 DEF-EXT: The default extension for that file type, like \".tex\" or \".bib\".
1602 TYPE is either \"tex\" or \"bib\". PROGRAM is the external program to use with
1623 The created buffers can be kept for later use, or be thrown away immediately
1646 Instead of t or nil, this variable may also be a list of hook functions to
1657 If the name of a file included via \\include or \\input is matched by any
1665 or with the `r' key in menus. When this option is t in a multifile document,
1666 we will only parse the current buffer, or the file associated with the label
1667 or section heading near point in a menu. Requesting re-parsing of an entire
1668 multifile document then requires a `C-u C-u' prefix or the capital `R' key
1687 - exiting Emacs or killing a buffer in reftex-mode will cause a new version
1758 instead or as well. The variable may have one of these values:
1766 to become effective (keys `g' or `r')."
1867 You may also set the variable itself to t or nil in order to turn all
1868 plug-ins on or off, respectively.