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

Lines Matching +defs:font +defs:size

73 (defvar font-lock-extra-managed-props)
74 (defvar font-lock-keywords)
75 (defvar font-lock-maximum-size)
76 (defvar font-lock-support-mode)
384 Additional HIGHLIGHTs as described under `font-lock-keywords' can
415 (defvar compilation-mode-font-lock-keywords
418 (1 font-lock-variable-name-face)
422 (1 font-lock-function-name-face) (3 compilation-line-face nil t))
527 '((t :inherit font-lock-warning-face))
554 '((t :inherit font-lock-variable-name-face))
560 '((t :inherit font-lock-type-face))
590 (defvar compilation-enter-directory-face 'font-lock-function-name-face
593 (defvar compilation-leave-directory-face 'font-lock-type-face
653 ;; This function is the central driver, called when font-locking to gather
786 `(debug (,(assoc (with-no-warnings matcher) font-lock-keywords)
796 (defun compilation-mode-font-lock-keywords ()
871 compilation-mode-font-lock-keywords)))
1135 (let ((font-lock-verbose nil)) ; shut up font-lock messages
1136 (font-lock-fontify-buffer))
1328 compilation-mode-font-lock-keywords
1354 (defconst compilation-turn-on-font-lock 'turn-on-font-lock)
1372 (set (make-local-variable 'font-lock-extra-managed-props)
1378 (set (make-local-variable 'font-lock-support-mode) nil)
1379 (set (make-local-variable 'font-lock-maximum-size) nil)
1381 (let ((fld font-lock-defaults))
1382 (font-lock-add-keywords nil (compilation-mode-font-lock-keywords))
1383 (if font-lock-mode
1385 (font-lock-fontify-buffer)
1386 (font-lock-change-mode)
1387 (turn-on-font-lock))
1388 (turn-on-font-lock)))
1389 (setq font-lock-defaults '(compilation-mode-font-lock-keywords t))
1390 ;; maybe defer font-lock till after derived mode is set up
1391 (run-mode-hooks 'compilation-turn-on-font-lock)))
1405 (font-lock-remove-keywords nil (compilation-mode-font-lock-keywords))
1406 (font-lock-fontify-buffer)))
1419 (font-lock-remove-keywords nil (compilation-mode-font-lock-keywords))
1420 (font-lock-fontify-buffer)))
1749 ;; Ideally, the window-size should be passed to `display-buffer' (via
1951 ;; Must start with a face, for font-lock.
1970 ;; but we can't do that from here because font-lock is using
1974 ;; Reset compilation-parsing-end each time because font-lock
1978 ;; because font-lock has just removed the `message' property so
1997 ;; (put-text-property src (line-end-position) 'font-lock-face 'font-lock-warning-face)