• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/emacs-92/emacs/lisp/mh-e/

Lines Matching +defs:suppress +defs:face

113                ;; Function declarations (use font-lock-function-name-face).
115 ;; Variable declarations (use font-lock-variable-name-face).
116 "\\(def\\(custom\\|face\\)-mh\\)\\|"
117 ;; Group declarations (use font-lock-type-face).
123 (1 font-lock-keyword-face)
124 (7 (cond ((match-beginning 2) font-lock-function-name-face)
125 ((match-beginning 4) font-lock-variable-name-face)
126 (t font-lock-type-face))
365 to render the signature differently or to suppress the inclusion
709 (defmacro defface-mh (face spec doc &rest args)
710 "Declare FACE as a customizable face that defaults to SPEC.
716 `(defface ,face ,spec ,doc ,@(mh-strip-package-version args)))
1001 ;; the group associated with the manual node in which the face is
1364 the default, or an empty string to suppress the default entirely."
1508 have a mechanism to suppress duplicates. If you reply to someone not
1877 the signature differently, and to suppress the signature when
1883 (defcustom-mh mh-x-face-file "~/.face"
1884 "*File containing face header field to insert in outgoing mail.
1898 Use the \"make-face\" script to convert a JPEG image to the higher
1900 `http://quimby.gnus.org/circus/face/make-face').
1906 `mh-x-face-file' to nil, or simply ensure that the file defined by
2334 within your MH directory. You can add your own face to the \"From:\"
2795 "*Non-nil means display face images in MH-show buffers.
2799 header of your message, the sender's face will appear in the \"From:\"
2811 `http://quimby.gnus.org/circus/face/'. Next is the traditional
2817 and the x-face package (see URL `ftp://ftp.jpl.org/pub/elisp/').
3045 (defcustom-mh mh-kill-folder-suppress-prompt-hooks '(mh-search-p)
3049 a non-nil value to suppress the normal prompt when you remove a
3155 ;; To add a new face:
3156 ;; 1. Add entry to variable mh-face-data.
3157 ;; 2. Create face using defface-mh (which removes min-color spec and
3159 ;; accessing face data with function mh-face-data.
3160 ;; 3. Add inherit argument to function mh-face-data if applicable.
3161 (defvar mh-face-data
3304 "MH-E face data.
3305 Used by function `mh-face-data' which returns spec that is
3308 (require 'cus-face)
3310 (defvar mh-inherit-face-flag (assq :inherit custom-face-attributes)
3319 (defun mh-face-data (face &optional inherit)
3325 FACE from the variable `mh-face-data'. This isn't a perfect
3336 (if (and inherit mh-inherit-face-flag)
3338 (or (cadr (assq face mh-face-data))
3339 (error "Could not find %s in mh-face-data" face)))))
3360 (mh-face-data 'mh-folder-subject '((t (:inherit mh-folder-subject))))
3361 "Recipient face."
3367 (mh-face-data 'mh-folder-msg-number
3372 "Body text face."
3378 (mh-face-data 'mh-folder-msg-number
3380 "Current message number face."
3386 (mh-face-data 'mh-folder-msg-number '((t (:inherit mh-folder-msg-number))))
3387 "Date face."
3393 (mh-face-data 'mh-folder-msg-number '((t (:inherit mh-folder-msg-number))))
3394 "Deleted message face."
3399 (defface-mh mh-folder-followup (mh-face-data 'mh-folder-followup)
3400 "\"Re:\" face."
3405 (defface-mh mh-folder-msg-number (mh-face-data 'mh-folder-msg-number)
3406 "Message number face."
3411 (defface-mh mh-folder-refiled (mh-face-data 'mh-folder-refiled)
3412 "Refiled message face."
3418 (mh-face-data 'mh-folder-msg-number '((t (:inherit mh-folder-date))))
3419 "Fontification hint face in messages sent directly to us.
3428 (mh-face-data 'mh-folder-followup '((t (:inherit mh-folder-followup))))
3429 "Sender face in messages sent directly to us.
3437 (defface-mh mh-folder-subject (mh-face-data 'mh-folder-subject)
3438 "Subject face."
3443 (defface-mh mh-folder-tick (mh-face-data 'mh-folder-tick)
3444 "Ticked message face."
3449 (defface-mh mh-folder-to (mh-face-data 'mh-folder-to)
3450 "\"To:\" face."
3455 (defface-mh mh-letter-header-field (mh-face-data 'mh-letter-header-field)
3456 "Editable header field value face in draft buffers."
3461 (defface-mh mh-search-folder (mh-face-data 'mh-search-folder)
3462 "Folder heading face in MH-Folder buffers created by searches."
3467 (defface-mh mh-show-cc (mh-face-data 'mh-show-cc)
3473 (defface-mh mh-show-date (mh-face-data 'mh-show-date)
3479 (defface-mh mh-show-from (mh-face-data 'mh-show-from)
3485 (defface-mh mh-show-header (mh-face-data 'mh-show-header)
3491 (defface-mh mh-show-pgg-bad (mh-face-data 'mh-show-pgg-bad)
3492 "Bad PGG signature face."
3497 (defface-mh mh-show-pgg-good (mh-face-data 'mh-show-pgg-good)
3498 "Good PGG signature face."
3503 (defface-mh mh-show-pgg-unknown (mh-face-data 'mh-show-pgg-unknown)
3504 "Unknown or untrusted PGG signature face."
3509 (defface-mh mh-show-signature (mh-face-data 'mh-show-signature)
3510 "Signature face."
3516 (mh-face-data 'mh-folder-subject '((t (:inherit mh-folder-subject))))
3522 (defface-mh mh-show-to (mh-face-data 'mh-show-to)
3529 (mh-face-data 'mh-show-from '((t (:inherit (mh-show-from highlight)))))
3530 "X-Face image face.
3536 (defface-mh mh-speedbar-folder (mh-face-data 'mh-speedbar-folder)
3537 "Basic folder face."
3543 (mh-face-data 'mh-speedbar-folder
3545 "Folder face when folder contains unread messages."
3551 (mh-face-data 'mh-speedbar-selected-folder)
3552 "Selected folder face."
3558 (mh-face-data 'mh-speedbar-selected-folder
3560 "Selected folder face when folder contains unread messages."