Searched +refs:apropos +refs:face (Results 1 - 14 of 14) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dapropos.el0 ;;; apropos.el --- apropos commands for users and programmers
34 ;; The idea for super-apropos is based on the original implementation
40 ;; Added super-apropos capability, changed print functions.
41 ;;; Made fast-apropos and super-apropos share code.
42 ;;; Sped up fast-apropos again.
43 ;; Added apropos-do-all option.
44 ;;; Added fast-command-apropos.
51 ;; Apropos-command (ex command-apropos) doe
64 (defgroup apropos nil function
505 (defun apropos (pattern &optional do-all) function
[all...]
H A Dwoman.el179 ;; hooks. `woman-pre-format-hook' might be appropriate for face
349 ;; Add apropos facility by searching NAME (?) entry in man files?
443 (require 'apropos))
892 "*If non-nil then WoMan assumes that face support is available.
909 (put 'woman-italic-face 'face-alias 'woman-italic)
918 (put 'woman-bold-face 'face-alias 'woman-bold)
930 (put 'woman-unknown-face 'face
[all...]
H A Dbuff-menu.el81 (put 'Buffer-menu-buffer 'face-alias 'buffer-menu-buffer)
159 (define-key Buffer-menu-mode-map [follow-link] 'mouse-face)
677 (define-key map [follow-link] 'mouse-face)
691 'mouse-face 'highlight
718 ;; they work regardless of the header-line face.
726 (put-text-property 0 3 'face 'fixed-pitch header)
789 ((eq file 'apropos)
828 font-lock-face buffer-menu-buffer
829 mouse-face highlight
H A Dwid-edit.el95 (defvar widget-documentation-face 'widget-documentation
110 (put 'widget-documentation-face 'face-alias 'widget-documentation)
112 (defvar widget-button-face 'widget-button
120 (put 'widget-button-face 'face-alias 'widget-button)
122 (defcustom widget-mouse-face 'highlight
124 :type 'face
144 (put 'widget-field-face 'face
[all...]
H A Dinfo.el88 (put 'Info-title-1-face 'face-alias 'info-title-1)
96 (put 'Info-title-2-face 'face-alias 'info-title-2)
104 (put 'Info-title-3-face 'face-alias 'info-title-3)
112 (put 'Info-title-4-face 'face-alias 'info-title-4)
129 (put 'info-menu-5 'face-alias 'info-menu-star)
143 "*Non-nil to fontify references to visited nodes in `info-xref-visited' face
[all...]
H A Dldefs-boot.el1050 ;;;### (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
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/erc/
H A Derc-button.el67 ;; Make XEmacs use `erc-button-face'.
70 (lambda () (set (make-local-variable 'widget-button-face) nil))))
75 "ERC button face."
78 (defcustom erc-button-face 'erc-button
83 :type 'face
86 (defcustom erc-button-nickname-face 'erc-nick-default-face
88 :type 'face
91 (defcustom erc-button-mouse-face 'highlight
94 Buttons will be displayed in this face whe
[all...]
H A Derc.el1116 ;; destroys face properties.
1139 (defface erc-default-face '((t))
1140 "ERC default face."
1143 (defface erc-direct-msg-face '((t (:foreground "IndianRed")))
1144 "ERC face used for messages you receive in the main erc buffer."
1149 "ERC face used for the header line.
1151 This will only be used if `erc-header-line-face-method' is non-nil."
1154 (defface erc-input-face '((t (:foreground "brown")))
1155 "ERC face used for your input."
1158 (defface erc-prompt-face
[all...]
H A Derc-dcc.el369 (apropos "erc-dcc-do-.*-command")
1082 'dcc-chat-privmsg ?n (erc-propertize erc-dcc-from 'face
1083 'erc-nick-default-face) ?m line))
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Detags.el153 (defcustom tags-tag-face 'default
154 "*Face for tags in the output of `tags-apropos'."
156 :type 'face
159 (defcustom tags-apropos-verbose nil
165 (defcustom tags-apropos-additional-actions nil
166 "Specify additional actions for `tags-apropos'.
169 TO-SEARCH). For each triple, `tags-apropos' processes TO-SEARCH and
256 (defvar tags-apropos-function nil
257 "Function to do the work of `tags-apropos' (which see).")
1225 (tags-apropos
[all...]
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dru-refcard.tex93 apropos: �������� �������, ��������������� ������ & \kbd{C-h a} \\
262 ���������� ���������� (face) & \kbd{M-g} \\
H A Dpl-refcard.tex363 %\key{apropos: show commands matching a string}{C-h a}
367 \key{apropos: poka/z polecenia zgodne z napisem}{C-h a}
613 %\key{set face}{M-g}
H A Drefcard.tex307 \key{apropos: show commands matching a string}{C-h a}
456 \key{set face}{M-o}
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dgnus-art.el256 (defcustom gnus-article-x-face-command
260 'gnus-display-x-face-in-from
263 'gnus-display-x-face-in-from
268 asynchronously. The compressed face will be piped to this command."
270 (function-item gnus-display-x-face-in-from)
276 (defcustom gnus-article-x-face-too-ugly nil
277 "Regexp matching posters whose face shouldn't be shown automatically."
393 is the face used for highlighting."
416 face)
424 face)))
[all...]

Completed in 311 milliseconds