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

Lines Matching +defs:zap +defs:list

152     "list"		"minipage"	"picture"	"quotation"
275 (defvar tex-zap-file nil
325 (defvar latex-metasection-list
336 (concat "\\\\" (regexp-opt latex-metasection-list t)))
364 (make-list
403 (regexp-opt (append latex-metasection-list
476 (list
486 (list "\\$\\$\\([^$]+\\)\\$\\$" 1 'tex-math-face)
488 (list (concat slash headings "\\*?" opt arg)
502 (list (concat slash "\\(?:provide\\|\\(?:re\\)?new\\)command\\** *\\(\\\\[A-Za-z@]+\\)")
505 (list (concat slash variables " *" arg) 2 'font-lock-variable-name-face)
507 (list (concat slash includes opt arg) 3 'font-lock-builtin-face)
552 (list
555 (list (concat slash citations opt arg) 3 'font-lock-constant-face)
565 (list (concat "\\(" slash specials-2 "\\)\\([^a-zA-Z@]\\|\\'\\)")
571 (list (concat slash bold " *" arg) 2
573 (list (concat slash italic " *" arg) 2
575 ;; (list (concat slash type arg) 2 '(quote bold-italic) 'append)
578 (list (concat "\\\\\\(em\\|it\\|sl\\)\\>" args)
582 (list (concat "\\\\\\(bf\\(series\\)?\\)\\>" args)
610 (list (match-beginning 0) end beg end)
611 (list beg beg beg beg)))))
754 (define-key map "\C-c}" 'up-list)
1167 (setq occur-revert-arguments (list nil 0 (list buffer))))
1299 Every element of the list has the form (NAME . SKEL-ELEM) where NAME is
1312 Every element of the list has the form (NAME . SKEL-ELEM) where NAME is
1395 (list "Containing expression ends prematurely"
1416 (list "Containing expression ends prematurely"
1452 (defun latex-down-list ()
1453 "Like (down-list 1) but aware of multi-char elements."
1457 (down-list 1)
1496 (list (region-beginning) (region-end))
1497 (list (point-min) (point-max))))
1638 (list (and (file-directory-p dir)
1643 (while list
1647 (not (string-match "\\.dvi$" (car list)))
1648 (delete-file (concat dir (car list))))
1649 (delete-file (concat dir (car list))))
1650 (setq list (cdr list))))))
1668 "If non-nil, use RefTeX's list of files to determine what command to use."
1720 (dolist (buf (if (consp all) all (buffer-list)))
1729 (dolist (buf (if (consp all) all (buffer-list)))
1813 (list (file-name-directory (expand-file-name file)))))
1876 (setq cmds (if cmds (nreverse cmds) (list (car tex-compile-commands))))
1897 (dolist (cmd (prog1 (cdr cmds) (setq cmds (list (car cmds)))))
1907 (setq latest (nth 1 cmd) cmds (list cmd)))))))
1926 (setq hist nil cmds (list cmd)))))
1945 (fspec (list (cons ?r (shell-quote-argument root))
1948 (list default-directory
1952 (list (format-spec (eval (car x)) fspec)))
2016 (setq compilation-error-list nil)
2037 (backward-up-list 1)
2041 (backward-up-list 1)
2049 (if (equal filename (concat tex-zap-file ".tex"))
2065 (if (and compilation-error-list
2077 compilation-error-list ; Add the new error
2079 compilation-error-list))
2082 (setq compilation-error-list (nreverse compilation-error-list)))
2089 The file's name comes from the variable `tex-zap-file' and the
2104 (or tex-zap-file
2105 (setq tex-zap-file (tex-generate-zap-file-name)))
2106 ;; Temp file will be written and TeX will be run in zap-directory.
2111 (let* ((zap-directory
2113 (tex-out-file (expand-file-name (concat tex-zap-file ".tex")
2114 zap-directory)))
2125 (default-directory zap-directory)
2170 (tex-start-tex tex-command (concat tex-zap-file ".tex") zap-directory)
2195 (defun tex-generate-zap-file-name ()
2417 up-list-pos)
2425 (setq up-list-pos (nth 2 err))))
2428 ((integerp up-list-pos)
2430 (goto-char up-list-pos)
2443 (> pos (progn (latex-down-list)
2449 (goto-char up-list-pos)