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

Lines Matching +defs:font +defs:size

47   :link '(custom-group-link :tag "Font Lock Faces group" font-lock-faces)
68 (defcustom ps-mode-paper-size '(595 842)
69 "*Default paper size.
125 (defcustom ps-run-font-lock-keywords-2
130 '(0 font-lock-function-name-face nil nil))))
132 (0 font-lock-keyword-face nil nil))
134 (0 font-lock-warning-face nil nil))
136 (1 font-lock-comment-face nil nil)
137 (2 font-lock-warning-face nil nil))))
140 See documentation on font-lock for details."
191 ;; Constants used for font-lock.
211 ;; Level 1 font-lock:
217 (defconst ps-mode-font-lock-keywords-1
218 '(("\\`%!PS.*" . font-lock-reference-face)
220 . font-lock-reference-face)
222 (1 font-lock-comment-face nil t)
223 (2 font-lock-string-face nil t))
224 ("([^()\n%]*\\|[^()\n]*)" . font-lock-warning-face)
225 ("[\200-\377]+" (0 font-lock-warning-face prepend nil)))
228 ;; Level 2 font-lock:
231 (defconst ps-mode-font-lock-keywords-2
233 ps-mode-font-lock-keywords-1
238 '(2 font-lock-keyword-face))))
241 ;; Level 3 font-lock:
258 (defconst ps-mode-font-lock-keywords-3
260 ps-mode-font-lock-keywords-1
262 '("//\\w+" . font-lock-type-face)
269 . (1 font-lock-function-name-face))
270 '("/\\w+" . font-lock-variable-name-face)
271 (cons ps-mode-operators 'font-lock-keyword-face)))
274 (defconst ps-mode-font-lock-keywords ps-mode-font-lock-keywords-1
277 ;; Level 1 font-lock for ps-run-mode
279 (defconst ps-run-font-lock-keywords-1
284 'font-lock-function-name-face)))
287 (defconst ps-run-font-lock-keywords ps-run-font-lock-keywords-1
504 `ps-mode-paper-size'
507 `ps-run-font-lock-keywords-2'
532 (set (make-local-variable 'font-lock-defaults)
533 '((ps-mode-font-lock-keywords
534 ps-mode-font-lock-keywords-1
535 ps-mode-font-lock-keywords-2
536 ps-mode-font-lock-keywords-3)
553 ps-run-font-lock-keywords-2)))
559 ps-mode-paper-size
562 ps-run-font-lock-keywords-2
571 ;; Helper functions for font-lock.
852 % `new-font-name' `encoding-vector' `old-font-name' RE -
973 (car ps-mode-paper-size)
974 (car (cdr ps-mode-paper-size))))
998 (set (make-local-variable 'font-lock-defaults)
999 '((ps-run-font-lock-keywords
1000 ps-run-font-lock-keywords-1
1001 ps-run-font-lock-keywords-2)