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

Lines Matching +defs:temp +defs:face

703 `idlwave-class-arrow-face'.  The command \\[idlwave-routine-info]
709 (defcustom idlwave-class-arrow-face 'bold
1163 (1 font-lock-keyword-face)
1164 (2 font-lock-function-name-face nil t)))
1169 (1 font-lock-keyword-face) ; "common"
1170 (2 font-lock-reference-face nil t) ; block name
1175 (1 font-lock-variable-name-face) ; variable names
1180 '("^[ \t]*\\(@[^ \t\n]+\\)" (1 font-lock-string-face)))
1184 '("\\<FIXME:" (0 font-lock-warning-face t)))
1188 '("^[ \t]*\\([a-zA-Z]\\sw*:\\)" (1 font-lock-reference-face)))
1193 (1 font-lock-keyword-face)
1194 (2 font-lock-reference-face)))
1198 ;; face. It also matches named subscript ranges,
1201 '("\\<\\([a-zA-Z][a-zA-Z0-9_]*:\\)[^:]" (1 font-lock-reference-face)))
1206 (2 font-lock-function-name-face)))
1214 (6 font-lock-reference-face)))
1219 (1 font-lock-variable-name-face)))
1223 '("[<>#]" (0 font-lock-keyword-face)))
1227 '("[-*^#+<>/]" (0 font-lock-keyword-face)))
1231 '(idlwave-match-class-arrows (0 idlwave-class-arrow-face))))
4876 (with-temp-file idlwave-xml-system-rinfo-converted-file
5827 (defvar idlwave-shell-temp-pro-file)
5828 (defvar idlwave-shell-temp-rinfo-save-file)
5832 (file-readable-p (idlwave-shell-temp-file 'rinfo)))
5835 (idlwave-shell-temp-file 'pro)))
5840 (concat ".run \"" idlwave-shell-temp-pro-file "\"")
5844 (idlwave-shell-temp-file 'rinfo))
5852 idlwave-shell-temp-rinfo-save-file
5853 idlwave-shell-temp-rinfo-save-file)
6458 `(idlwave-class ,class face ,idlwave-class-arrow-face
7079 (remove-text-properties beg (point) '(face nil))))
7106 (temp-buffer-show-hook (if (fboundp 'fit-window-to-buffer)
7123 (with-output-to-temp-buffer "*Completions*"
7204 (with-output-to-temp-buffer "*Completions*"
7234 (with-output-to-temp-buffer "*Completions*"
7856 'face 'font-lock-string-face)))))))
7955 '(idlwave-class nil face nil))
8383 (face 'idlwave-help-link)
8407 (setq props (list 'mouse-face 'highlight
8418 (add-text-properties beg (point) (list 'face 'bold))
8423 (setq props (list 'mouse-face 'highlight
8427 (if html-file (setq props (append (list 'face face 'link html-file)
8451 props (list 'mouse-face 'highlight
8456 (if system (setq props (append (list 'face face) props)))
8465 (setq props (list 'mouse-face 'highlight
8568 (add-text-properties beg (point) (list 'face 'bold)))
8731 (props (list 'mouse-face 'highlight
9354 (with-output-to-temp-buffer "*Help*"