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

Lines Matching +defs:directory +defs:predicate

68 (defcustom tex-directory "."
73 :type 'directory
272 "Command to give to shell running TeX to change directory.
273 The value of `tex-directory' is appended to this, separated by a space.")
277 Should be a simple file name with no extension or directory specification.")
909 tex-directory
955 tex-directory
1005 (add-hook 'fill-nobreak-predicate 'latex-fill-nobreak-predicate nil t)
1037 tex-directory
1272 ;; This function is used as the value of fill-nobreak-predicate
1275 (defun latex-fill-nobreak-predicate ()
1577 (defun tex-set-buffer-directory (buffer directory)
1578 "Set BUFFER's default directory to be DIRECTORY."
1579 (setq directory (file-name-as-directory (expand-file-name directory)))
1580 (if (not (file-directory-p directory))
1581 (error "%s is not a directory" directory)
1584 (setq default-directory directory))))
1637 (let* ((dir (file-name-directory tex-last-temp-file))
1638 (list (and (file-directory-p dir)
1713 Looks for hints in other buffers in the same directory or in
1716 (let ((dir default-directory)
1723 ((null all) (equal dir default-directory))
1724 ((eq all 'sub) (tex-string-prefix-p default-directory dir))
1732 ((null all) (equal dir default-directory))
1733 ((eq all 'sub) (tex-string-prefix-p default-directory dir))
1813 (list (file-name-directory (expand-file-name file)))))
1824 (if (and (file-directory-p f)
1829 (directory-files f t tex-input-files-re)
1941 (default-directory
1942 (prog1 (file-name-directory (expand-file-name file))
1948 (list default-directory
1980 default-directory))))
2017 (let ((default-directory ; Perhaps dir has changed meanwhile.
2018 (file-name-directory (buffer-file-name tex-last-buffer-texed)))
2090 variable `tex-directory' says where to put it.
2106 ;; Temp file will be written and TeX will be run in zap-directory.
2108 ;; \input of files, this must be the same directory as the file for
2110 ;; tex-directory is ".".
2111 (let* ((zap-directory
2112 (file-name-as-directory (expand-file-name tex-directory)))
2114 zap-directory)))
2125 (default-directory zap-directory)
2170 (tex-start-tex tex-command (concat tex-zap-file ".tex") zap-directory)
2188 (file-dir (file-name-directory (expand-file-name source-file))))
2316 (concat (file-name-directory file-name)
2324 (concat (file-name-directory file-name)
2349 (file-dir (file-name-directory (buffer-file-name))))