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

Lines Matching +defs:auto +defs:mode +defs:list

285 This list is also used for promotion and demption of sectioning commands.
287 commands, promotion only works correctly if this list is sorted first
316 (defcustom reftex-auto-recenter-toc 'frame
397 (defcustom reftex-toc-follow-mode nil
405 "*Non-nil means, follow-mode will revisit files if necessary.
406 When nil, follow-mode will be suspended for stuff in unvisited files."
411 (defcustom reftex-toc-mode-hook nil
412 "Mode hook for reftex-toc-mode."
430 The value of this variable is a list of symbols with associations in the
431 constant `reftex-label-alist-builtin'. Check that constant for a full list
441 (list 'const :tag (concat (symbol-name (nth 0 x))
458 The value of the variable must be a list of items. Each item is a list
464 Each list entry describes either an environment carrying a counter for use
466 one of its arguments. The elements of each list entry are:
492 type. The same character may occur several times in this list, to cover
559 `reftex-reference', the label list offered will be automatically
578 Any list entry may also be a symbol. If that has an association in
580 list. However, builtin defaults should normally be set with the variable
588 (list :tag "Detailed Entry"
609 (const :tag "Item in list" item)
622 (list 'const :tag (concat (symbol-name (nth 0 x)))
629 this list is used to determine the correct prefix string depending on the
631 The list is an alist, with each entry of the form (KEY . PREFIX)
670 list List of accepted prefixes, as strings. The colon is part of
679 to use the regexp or the list value types to fine-tune this feature.
697 purpose of each function in this list is to detect if point is
712 Here is an example. The LaTeX package linguex.sty defines list macros
731 2. Write a function to detect the list macros and the determinators as well.
733 (defun my-detect-linguex-list (bound)
743 ;; Return nil because list was already closed
752 (setq reftex-special-environment-functions '(my-detect-linguex-list))
800 :type '(list (choice :tag "Derive label from context"
828 This variable is a list of the following items.
842 :type '(list (integer :tag "Number of words " 3)
864 This variable is a list of the following items.
871 :type '(list
924 `(list
995 (defcustom reftex-select-label-mode-hook nil
996 "Mode hook for reftex-select-label-mode."
1012 (defvar reftex-bibfile-ignore-list nil) ; compatibility
1058 %e Works like %a, but on list of editor names. (%2e and %E work a well)
1098 (list 'const :tag (concat (symbol-name (nth 0 x))
1168 This is a list of 3 strings.
1173 :type '(list
1175 (string :tag "Separator for last name in list")
1188 (defcustom reftex-select-bib-mode-hook nil
1189 "Mode hook for reftex-select-bib-mode."
1209 "Special characters in index entries. The value is a list of five strings.
1212 :type '(list
1262 :type `(list
1265 (list :value ("" "idx" ?a "" nil)
1280 (list 'const :tag (concat (symbol-name (nth 0 x))
1287 This is a list with (MACRO-KEY DEFAULT-TAG).
1295 :type '(list
1318 "Format of index entries when copied from inside math mode.
1319 When `reftex-index-selection-or-word' is executed inside TeX math mode,
1435 (defcustom reftex-index-follow-mode nil
1467 (defcustom reftex-auto-view-crossref t
1498 survives document scans. In order to clear it, use M-x reftex-reset-mode."
1548 "*Association list with file extensions for different file types.
1549 This is a list of items, each item is like: (TYPE . (DEF-EXT OTHER-EXT ...))
1570 extension the default extension, i.e. the first in the list in
1600 "*Association list with external programs to call for finding files.
1646 Instead of t or nil, this variable may also be a list of hook functions to
1658 of the regular expressions in this list, that file is not parsed by RefTeX."
1677 list."
1687 - exiting Emacs or killing a buffer in reftex-mode will cause a new version
1704 `reftex-auto-update-selection-buffers'."
1709 (defcustom reftex-auto-update-selection-buffers t
1858 This variable is a list of 4 boolean flags. When a flag is non-nil,
1869 \\<LaTeX-mode-map>Supplying labels in new sections and environments applies when creating
1881 (list
1904 (defcustom reftex-mode-hook nil
1905 "Hook which is being run when turning on RefTeX mode."