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

Lines Matching +refs:apropos +refs:face

1050 ;;;### (autoloads (apropos-documentation apropos-value apropos apropos-documentation-property
1051 ;;;;;; apropos-command apropos-variable apropos-read-pattern) "apropos"
1052 ;;;;;; "apropos.el" (17842 58280))
1053 ;;; Generated autoloads from apropos.el
1055 (autoload (quote apropos-read-pattern) "apropos" "\
1056 Read an apropos pattern, either a word list or a regexp.
1065 (autoload (quote apropos-variable) "apropos" "\
1072 With \\[universal-argument] prefix, or if `apropos-do-all' is non-nil, also show
1077 (defalias (quote command-apropos) (quote apropos-command))
1079 (autoload (quote apropos-command) "apropos" "\
1086 With \\[universal-argument] prefix, or if `apropos-do-all' is non-nil, also show
1097 (autoload (quote apropos-documentation-property) "apropos" "\
1102 (autoload (quote apropos) "apropos" "\
1112 With \\[universal-argument] prefix, or if `apropos-do-all' is non-nil,
1119 (autoload (quote apropos-value) "apropos" "\
1126 With \\[universal-argument] prefix, or if `apropos-do-all' is non-nil, also looks
1132 (autoload (quote apropos-documentation) "apropos" "\
1139 With \\[universal-argument] prefix, or if `apropos-do-all' is non-nil, also use
5442 `cperl-pod-face', `cperl-pod-head-face' control processing of POD and
5670 ;;;;;; custom-buffer-create customize-apropos-groups customize-apropos-faces
5671 ;;;;;; customize-apropos-options customize-apropos customize-saved
5672 ;;;;;; customize-rogue customize-unsaved customize-face-other-window
5673 ;;;;;; customize-face customize-changed-options customize-option-other-window
5828 (autoload (quote customize-face) "cus-edit" "\
5829 Customize FACE, which should be a face name or nil.
5831 face-alias, customize the face it is aliased to.
5833 Interactively, when point is on text which has a face specified,
5834 suggest to customize that face, if it's customizable.
5838 (autoload (quote customize-face-other-window) "cus-edit" "\
5839 Show customization buffer for face FACE in other window.
5840 If FACE is actually a face-alias, customize the face it is aliased to.
5842 Interactively, when point is on text which has a face specified,
5843 suggest to customize that face, if it's customizable.
5862 (autoload (quote customize-apropos) "cus-edit" "\
5869 \(but we recommend using `apropos-variable' instead).
5873 (autoload (quote customize-apropos-options) "cus-edit" "\
5876 \(but we recommend using `apropos-variable' instead).
5880 (autoload (quote customize-apropos-faces) "cus-edit" "\
5885 (autoload (quote customize-apropos-groups) "cus-edit" "\
5977 ;;;;;; custom-declare-face) "cus-face" "cus-face.el" (17842 58280))
5978 ;;; Generated autoloads from cus-face.el
5980 (autoload (quote custom-declare-face) "cus-face" "\
5985 (defconst custom-face-attributes (quote ((:family (string :tag "Font Family" :help-echo "Font family or fontset alias name.")) (:width (choice :tag "Width" :help-echo "Font width." :value normal (const :tag "compressed" condensed) (const :tag "condensed" condensed) (const :tag "demiexpanded" semi-expanded) (const :tag "expanded" expanded) (const :tag "extracondensed" extra-condensed) (const :tag "extraexpanded" extra-expanded) (const :tag "medium" normal) (const :tag "narrow" condensed) (const :tag "normal" normal) (const :tag "regular" normal) (const :tag "semicondensed" semi-condensed) (const :tag "semiexpanded" semi-expanded) (const :tag "ultracondensed" ultra-condensed) (const :tag "ultraexpanded" ultra-expanded) (const :tag "wide" extra-expanded))) (:height (choice :tag "Height" :help-echo "Face's font height." :value 1.0 (integer :tag "Height in 1/10 pt") (number :tag "Scale" 1.0))) (:weight (choice :tag "Weight" :help-echo "Font weight." :value normal (const :tag "black" ultra-bold) (const :tag "bold" bold) (const :tag "book" semi-light) (const :tag "demibold" semi-bold) (const :tag "extralight" extra-light) (const :tag "extrabold" extra-bold) (const :tag "heavy" extra-bold) (const :tag "light" light) (const :tag "medium" normal) (const :tag "normal" normal) (const :tag "regular" normal) (const :tag "semibold" semi-bold) (const :tag "semilight" semi-light) (const :tag "ultralight" ultra-light) (const :tag "ultrabold" ultra-bold))) (:slant (choice :tag "Slant" :help-echo "Font slant." :value normal (const :tag "italic" italic) (const :tag "oblique" oblique) (const :tag "normal" normal))) (:underline (choice :tag "Underline" :help-echo "Control text underlining." (const :tag "Off" nil) (const :tag "On" t) (color :tag "Colored"))) (:overline (choice :tag "Overline" :help-echo "Control text overlining." (const :tag "Off" nil) (const :tag "On" t) (color :tag "Colored"))) (:strike-through (choice :tag "Strike-through" :help-echo "Control text strike-through." (const :tag "Off" nil) (const :tag "On" t) (color :tag "Colored"))) (:box (choice :tag "Box around text" :help-echo "Control box around text." (const :tag "Off" nil) (list :tag "Box" :value (:line-width 2 :color "grey75" :style released-button) (const :format "" :value :line-width) (integer :tag "Width") (const :format "" :value :color) (choice :tag "Color" (const :tag "*" nil) color) (const :format "" :value :style) (choice :tag "Style" (const :tag "Raised" released-button) (const :tag "Sunken" pressed-button) (const :tag "None" nil)))) (lambda (real-value) (and real-value (let ((lwidth (or (and (consp real-value) (plist-get real-value :line-width)) (and (integerp real-value) real-value) 1)) (color (or (and (consp real-value) (plist-get real-value :color)) (and (stringp real-value) real-value) nil)) (style (and (consp real-value) (plist-get real-value :style)))) (list :line-width lwidth :color color :style style)))) (lambda (cus-value) (and cus-value (let ((lwidth (plist-get cus-value :line-width)) (color (plist-get cus-value :color)) (style (plist-get cus-value :style))) (cond ((and (null color) (null style)) lwidth) ((and (null lwidth) (null style)) color) (t (nconc (and lwidth (\` (:line-width (\, lwidth)))) (and color (\` (:color (\, color)))) (and style (\` (:style (\, style))))))))))) (:inverse-video (choice :tag "Inverse-video" :help-echo "Control whether text should be in inverse-video." (const :tag "Off" nil) (const :tag "On" t))) (:foreground (color :tag "Foreground" :help-echo "Set foreground color (name or #RRGGBB hex spec).")) (:background (color :tag "Background" :help-echo "Set background color (name or #RRGGBB hex spec).")) (:stipple (choice :tag "Stipple" :help-echo "Background bit-mask" (const :tag "None" nil) (file :tag "File" :help-echo "Name of bitmap file." :must-match t))) (:inherit (repeat :tag "Inherit" :help-echo "List of faces to inherit attributes from." (face :Tag "Face" default)) (lambda (real-value) (cond ((or (null real-value) (eq real-value (quote unspecified))) nil) ((symbolp real-value) (list real-value)) (t real-value))) (lambda (cus-value) (if (and (consp cus-value) (null (cdr cus-value))) (car cus-value) cus-value))))) "\
5986 Alist of face attributes.
6001 given face attribute.")
6003 (autoload (quote custom-set-faces) "cus-face" "\
6022 (autoload (quote custom-theme-reset-faces) "cus-face" "\
6032 (autoload (quote custom-reset-faces) "cus-face" "\
6456 `delphi-comment-face' (default font-lock-comment-face)
6458 `delphi-string-face' (default font-lock-string-face)
6460 `delphi-keyword-face' (default font-lock-keyword-face)
6462 `delphi-other-face' (default nil)
7637 ;;;### (autoloads (standard-display-european glyph-face glyph-char
7716 Return a glyph code representing char CHAR with face FACE.
7725 (autoload (quote glyph-face) "disp-table" "\
7726 Return the face of glyph code GLYPH, or nil if glyph has default face.
9910 ;;;### (autoloads (complete-tag select-tags-table tags-apropos list-tags
10190 (autoload (quote tags-apropos) "etags" "\
10729 ;;;;;; facemenu-remove-all facemenu-remove-face-props facemenu-set-read-only
10730 ;;;;;; facemenu-set-intangible facemenu-set-invisible facemenu-set-face-from-menu
10731 ;;;;;; facemenu-set-background facemenu-set-foreground facemenu-set-face)
10735 (autoload 'facemenu-keymap "facemenu" "Keymap for face-changing commands." t 'keymap)
10737 (defvar facemenu-face-menu (let ((map (make-sparse-keymap "Face"))) (define-key map "o" (cons "Other..." (quote facemenu-set-face))) map) "\
10740 (defalias (quote facemenu-face-menu) facemenu-face-menu)
10753 Menu keymap for non-face text-properties.")
10772 (let ((map facemenu-menu)) (define-key map [dc] (cons (purecopy "Display Colors") (quote list-colors-display))) (define-key map [df] (cons (purecopy "Display Faces") (quote list-faces-display))) (define-key map [dp] (cons (purecopy "Describe Properties") (quote describe-text-properties))) (define-key map [ra] (cons (purecopy "Remove Text Properties") (quote facemenu-remove-all))) (define-key map [rm] (cons (purecopy "Remove Face Properties") (quote facemenu-remove-face-props))) (define-key map [s1] (list (purecopy "--"))))
10774 (let ((map facemenu-menu)) (define-key map [in] (cons (purecopy "Indentation") (quote facemenu-indentation-menu))) (define-key map [ju] (cons (purecopy "Justification") (quote facemenu-justification-menu))) (define-key map [s2] (list (purecopy "--"))) (define-key map [sp] (cons (purecopy "Special Properties") (quote facemenu-special-menu))) (define-key map [bg] (cons (purecopy "Background Color") (quote facemenu-background-menu))) (define-key map [fg] (cons (purecopy "Foreground Color") (quote facemenu-foreground-menu))) (define-key map [fc] (cons (purecopy "Face") (quote facemenu-face-menu))))
10778 (autoload (quote facemenu-set-face) "facemenu" "\
10806 requested face.
10808 Otherwise, this command specifies the face for the next character
10820 requested face.
10822 Otherwise, this command specifies the face for the next character
10828 (autoload (quote facemenu-set-face-from-menu) "facemenu" "\
10834 symbol's name. Any other symbol is considered the name of a face.
10838 requested face.
10840 Otherwise, this command specifies the face for the next character
10867 (autoload (quote facemenu-remove-face-props) "facemenu" "\
10868 Remove `face' and `mouse-face' text properties.
11251 ;;;;;; find-function-at-point find-function-on-key find-face-definition
11363 variable, `defface' for a face. This function does not switch to the
11371 (autoload (quote find-face-definition) "find-func" "\
11374 Finds the Emacs Lisp library containing the definition of the face
11956 `font-lock-keyword-face'. Each keyword should be a string.
11994 highlighted with face FACE. This function calculates a regular
12360 ;;;### (autoloads (gnus-convert-png-to-face gnus-convert-face-to-png
12361 ;;;;;; gnus-face-from-file gnus-x-face-from-file gnus-insert-random-x-face-header
12362 ;;;;;; gnus-random-x-face) "gnus-fun" "gnus/gnus-fun.el" (17842
12366 (autoload (quote gnus-random-x-face) "gnus-fun" "\
12367 Return X-Face header data chosen randomly from `gnus-x-face-directory'.
12371 (autoload (quote gnus-insert-random-x-face-header) "gnus-fun" "\
12372 Insert a random X-Face header from `gnus-x-face-directory'.
12376 (autoload (quote gnus-x-face-from-file) "gnus-fun" "\
12381 (autoload (quote gnus-face-from-file) "gnus-fun" "\
12386 (autoload (quote gnus-convert-face-to-png) "gnus-fun" "\
12392 (autoload (quote gnus-convert-png-to-face) "gnus-fun" "\
13427 preceded or followed by the word `face'. Variables without
13581 ;;;;;; hi-lock-face-phrase-buffer hi-lock-face-buffer hi-lock-line-face-buffer
13654 (defalias (quote highlight-lines-matching-regexp) (quote hi-lock-line-face-buffer))
13656 (autoload (quote hi-lock-line-face-buffer) "hi-lock" "\
13657 Set face of all lines containing a match of REGEXP to FACE.
13666 (defalias (quote highlight-regexp) (quote hi-lock-face-buffer))
13668 (autoload (quote hi-lock-face-buffer) "hi-lock" "\
13669 Set face of each match of REGEXP to FACE.
13678 (defalias (quote highlight-phrase) (quote hi-lock-face-phrase-buffer))
13680 (autoload (quote hi-lock-face-phrase-buffer) "hi-lock" "\
13681 Set face of each match of phrase REGEXP to FACE.
13838 Remove the change face from the region between BEG and END.
13857 Active state - means changes are shown in a distinctive face.
13859 not displayed in a different face.
13866 \\[highlight-changes-remove-highlight] - remove the change face from the region
13890 Current changes are displayed in the face described by the first element
13891 of `highlight-changes-face-list', one level older changes are shown in
13892 face described by the second element, and so on. Very old changes remain
13893 shown in the last face in the list.
14533 the text, such as `mouse-face'. And SUMMARIZER, if given, is a
15874 ;;;;;; Info-goto-emacs-command-node Info-mode info-apropos Info-index
15941 (autoload (quote info-apropos) "info" "\
15999 \\[info-apropos] Look for a string in the indices of all manuals.
21833 ;;;### (autoloads (ps-extend-face ps-extend-face-list ps-setup ps-nb-pages-region
21986 (autoload (quote ps-extend-face-list) "ps-print" "\
21987 Extend face in ALIST-SYM.
21990 with face extension in ALIST-SYM; otherwise, overrides.
21992 If optional ALIST-SYM is nil, `ps-print-face-extension-alist' is used;
21995 The elements in FACE-EXTENSION-LIST are like those for `ps-extend-face'.
21997 See `ps-extend-face' for documentation.
22001 (autoload (quote ps-extend-face) "ps-print" "\
22002 Extend face in ALIST-SYM.
22005 with face extensions in ALIST-SYM; otherwise, overrides.
22007 If optional ALIST-SYM is nil, `ps-print-face-extension-alist' is used;
22014 FACE-NAME is a face name symbol.
22276 face -- the value is a face to use for displaying TRANSLATIONs in
23061 ;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers
23087 (defvar rmail-ignored-headers (concat "^via:\\|^mail-from:\\|^origin:\\|^references:\\|^sender:" "\\|^status:\\|^received:\\|^x400-originator:\\|^x400-recipients:" "\\|^x400-received:\\|^x400-mts-identifier:\\|^x400-content-type:" "\\|^\\(resent-\\|\\)message-id:\\|^summary-line:\\|^resent-date:" "\\|^nntp-posting-host:\\|^path:\\|^x-char.*:\\|^x-face:\\|^face:" "\\|^x-mailer:\\|^delivered-to:\\|^lines:" "\\|^content-transfer-encoding:\\|^x-coding-system:" "\\|^return-path:\\|^errors-to:\\|^return-receipt-to:" "\\|^precedence:\\|^list-help:\\|^list-post:\\|^list-subscribe:" "\\|^list-id:\\|^list-unsubscribe:\\|^list-archive:" "\\|^content-length:\\|^nntp-posting-date:\\|^user-agent" "\\|^importance:\\|^envelope-to:\\|^delivery-date\\|^openpgp:" "\\|^mbox-line:\\|^cancel-lock:\\|^DomainKey-Signature:" "\\|^resent-face:\\|^resent-x.*:\\|^resent-organization:\\|^resent-openpgp:" "\\|^x-.*:") "\
23114 See also `rmail-highlight-face'.")
23118 (defvar rmail-highlight-face (quote rmail-highlight) "\
23121 (custom-autoload (quote rmail-highlight-face) "rmail" t)
25516 '((\"\\\\b\\\\w+_t\\\\b\" . font-lock-type-face)))
31376 ;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism
31390 (autoload (quote apropos-zippy) "yow" "\