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

Lines Matching +defs:other +defs:file

10 ;; This file is part of GNU Emacs.
23 ;; along with GNU Emacs; see the file COPYING If not, write to the
129 Lower-case symbols correspond to a style file of the same name in the LaTeX
227 Lower-case symbols correspond to a style file of the same name in the LaTeX
250 (defcustom reftex-include-file-commands '("include" "input")
251 "LaTeX commands which input another file.
252 The file name is expected after the command, either in braces or separated
307 "*Non-nil means, \\part is like any other sectioning command.
353 (defcustom reftex-toc-keep-other-windows t
356 When nil, all other windows except the selected one will be deleted, so
361 (defcustom reftex-toc-include-file-boundaries nil
362 "*Non-nil means, include file boundaries in *toc* buffer.
398 "*Non-nil means, point in *toc* buffer will cause other window to follow.
399 The other window will show the corresponding part of the document.
455 labels, and SPC for the `any' label type. These are hard-coded at other
503 %f Current file name with directory and extension stripped.
504 %F Current file name relative to directory of master file.
505 %m Master file name, directory and extension stripped.
506 %M Directory name (without path) where master file is located.
510 Example: In a file `intro.tex', \"eq:%f:\" will become \"eq:intro:\").
563 a \"\\\\W\" to the beginning and other stuff to the end of the regexp.
906 FOLLOW Follow full context in other window.
915 for everything else. Setting it to \"^sf\" makes it the other way round.
929 (choice :tag "Follow context in other window " ,@reftex-tmp)
1030 :type '(repeat (file)))
1060 It is also possible to access all other BibTeX database fields:
1068 Usually, only %l is needed. The other stuff is mainly for the echo area
1139 Is is possible that other packages have other conventions about which
1327 (defcustom reftex-index-phrase-file-extension ".rip"
1328 "File extension for the index phrase file.
1329 This extension will be added to the base name of the master file."
1334 "Regexp matching the `and' operator for index arguments in phrases file.
1346 "Regexp matching the `or' operator for index arguments in phrases file.
1436 "*Non-nil means, point in *Index* buffer will cause other window to follow.
1437 The other window will show the corresponding part of the document.
1471 argument of a \\ref or \\cite macro, and no other message is being
1504 for X-Symbol, but may have other uses as well."
1525 See also `reftex-use-external-file-finders'."
1540 See also `reftex-use-external-file-finders'."
1546 (defcustom reftex-file-extensions '(("tex" . (".tex" ".ltx"))
1548 "*Association list with file extensions for different file types.
1552 DEF-EXT: The default extension for that file type, like \".tex\" or \".bib\".
1553 OTHER-EXT: Any number of other valid extensions for this file type.
1556 we try the default extension first, and then the naked file name.
1559 TeX-file-extensions."
1565 "Non-nil means, try all extensions listed in `reftex-file-extensions'.
1566 When searching for a file, LaTeX uses only the default extension. However,
1568 some other file, and you want RefTeX to scan the web file instead of the
1569 tex file, you need to set this option. You also need to make the noweb
1571 `reftex-file-extensions'.
1572 Note that if you are using external file finders, this option has no effect."
1587 (defcustom reftex-use-external-file-finders nil
1592 option `reftex-external-file-finders' instead. As a side effect,
1598 (defcustom reftex-external-file-finders '(("tex" . "kpsewhich -format=.tex %f")
1603 any arguments. %f will be replaced by the name of the file to be found.
1605 Only relevant when `reftex-use-external-file-finders' is non-nil."
1631 If a buffer is to be kept, the file is visited normally (which is potentially
1642 "*Non-nil means do initializations even when visiting file temporarily.
1643 When nil, RefTeX may turn off find-file hooks and other stuff to briefly
1644 visit a file.
1645 When t, the full default initializations are done (find-file-hook etc.).
1657 If the name of a file included via \\include or \\input is matched by any
1658 of the regular expressions in this list, that file is not parsed by RefTeX."
1663 "*Non-nil means, re-parse only 1 file when asked to re-parse.
1666 we will only parse the current buffer, or the file associated with the label
1682 "*Non-nil means, save information gathered with parsing in a file.
1683 The file MASTER.rel in the same directory as MASTER.tex is used to save the
1686 will read that file (if available) instead of parsing the document.
1688 of the file to be written."
1692 (defcustom reftex-parse-file-extension ".rel"
1693 "*File extension for the file in which parser information is stored.
1694 This extension is added to the base name of the master file."
1784 (defcustom reftex-file-boundary-face 'font-lock-comment-face
1785 "Face name for file boundaries in selection buffer."