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

Lines Matching defs:regexp

61        (regexp "endnotes?" "notes?" "Anmerkung\\(en\\)?" "Anm\\."))))
98 (regexp "parts?" "chapters?" "chap\\." "sections?" "sect?\\."
104 (regexp "items?" "Punkte?"))
107 (regexp "equations?" "eqs?\\." "eqn\\." "Gleichung\\(en\\)?" "Gl\\."))
111 (regexp "figure?[sn]?" "figs?\\." "Abbildung\\(en\\)?" "Abb\\."))
115 (regexp "tables?" "tab\\." "Tabellen?"))
119 (regexp "footnotes?" "Fussnoten?"))
529 - If a string, use as regexp to search *backward* from the label. Context
535 symbol will internally be translated into an appropriate regexp
561 If the first element of this wordlist is the symbol `regexp', the
563 a \"\\\\W\" to the beginning and other stuff to the end of the regexp.
607 (regexp :tag "Regexp" "")
649 The form (format regexp (regexp-quote environment)) is used to calculate
653 :type '(repeat (cons (symbol) (regexp))))
669 regexp If a regexp, only prefixes matched by the regexp are trusted.
679 to use the regexp or the list value types to fine-tune this feature.
688 (regexp)
860 :type '(regexp :tag "Regular Expression"))
1020 :type '(repeat (regexp)))
1333 (defcustom reftex-index-phrases-logical-and-regexp " *&& *"
1341 `reftex-index-phrases-logical-or-regexp'."
1343 :type 'regexp)
1345 (defcustom reftex-index-phrases-logical-or-regexp " *|| *"
1353 The logical `and' specified in `reftex-index-phrases-logical-or-regexp'
1356 :type 'regexp)
1458 MACRO-RE is matched against the macro. SEARCH-RE is the regexp used
1459 to search for cross references. `%s' in this regexp is replaced with
1463 :type '(repeat (group (regexp :tag "Macro Regexp ")
1660 :type '(repeat (regexp)))