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

Lines Matching +defs:face +defs:background

31 ;; UNIX manual pages.  Formatting is done in background so that you
49 ;; background process, and which correctly deciphered such options as
65 ;; + Runs "man" in the background and pipes the results through a
67 ;; is done in the background. The cleaning commands are configurable.
149 (defcustom Man-overstrike-face 'bold
151 :type 'face
154 (defcustom Man-underline-face 'underline
156 :type 'face
159 (defcustom Man-reverse-face 'highlight
161 :type 'face
208 being sent to the man background process."
544 "Builds the entire background manpage and cleaning command."
681 ;; Top level command and background process sentinel
692 command to retrieve and clean a manpage in the background and places the
717 (Man-getpage-in-background man-args))
728 (defun Man-getpage-in-background (topic)
736 (message "Invoking %s %s in the background" manual-program man-args)
881 (if faces (put-text-property start (match-beginning 0) 'face
887 (?2 Man-overstrike-face)
888 (?4 Man-underline-face)
889 (?7 Man-reverse-face))
894 (?1 Man-overstrike-face)
895 (?4 Man-underline-face)
896 (?7 Man-reverse-face))
908 (put-text-property (point) (1+ (point)) 'face Man-underline-face))
912 (put-text-property (1- (point)) (point) 'face Man-underline-face))))
916 (put-text-property (point) (1+ (point)) 'face Man-underline-face))
920 (put-text-property (1- (point)) (point) 'face Man-underline-face))
924 (put-text-property (1- (point)) (point) 'face Man-overstrike-face))
928 (put-text-property (1- (point)) (point) 'face 'bold))
932 (put-text-property (1- (point)) (point) 'face 'bold))
941 'face Man-overstrike-face)))
1024 "Manpage background process sentinel.
1401 (Man-getpage-in-background