Searched +refs:set +refs:face +refs:background (Results 1 - 25 of 35) sorted by relevance

12

/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dfont-lock.el30 ;; one face, strings in another, reserved words in another, and so on.
32 ;; Comments will be displayed in `font-lock-comment-face'.
33 ;; Strings will be displayed in `font-lock-string-face'.
60 ;; insertion or deletion). Fontification means the replacement of `face' text
61 ;; properties in a given region; Emacs displays text with these `face' text
77 ;; The syntactic pass places `face' text properties in the buffer according to
88 ;; The keyword pass places `face' text properties in the buffer according to
106 ;; mode has an entry. (Font Lock mode is set up via (a) where a mode's
151 ;; '(("\\<\\(one\\|two\\|three\\)\\>" . font-lock-keyword-face)
152 ;; ("\\<\\(four\\|five\\|six\\)\\>" . font-lock-type-face))
[all...]
H A Dcus-edit.el46 ;; property. Similarly, set-default (or the 'custom-set' property)
47 ;; can set it.
109 ;; 3. set
142 (require 'cus-face)
302 "Internationalization and alternate character-set support."
476 (set-keymap-parent map widget-keymap)
481 (define-key map "\C-c\C-c" 'Custom-set)
492 (set-keymap-parent map custom-mode-map)
623 ("-face\\'" fac
3632 (define-widget 'face 'symbol function
[all...]
H A Dps-print.el54 ;; ps-print uses the same face attributes defined through font-lock or hilit to
58 ;; ps-print allows a remap of face to another one that it is better to print,
59 ;; for example, the face font-lock-comment-face (if you are using font-lock)
161 ;; (global-set-key 'f22 'ps-spool-buffer-with-faces) ;f22 is prsc
162 ;; (global-set-key '(shift f22) 'ps-spool-region-with-faces)
163 ;; (global-set-key '(control f22) 'ps-despool)
182 ;; print, for example, `ps-printer-name-option' should be set to "-P".
186 ;; `lpr-command' set to invoke a pretty-printer such as `enscript', then
231 ;; when `ps-spool-config' is set t
[all...]
H A Dsmerge-mode.el83 '((((min-colors 88) (background light))
85 (((background light))
87 (((min-colors 88) (background dark))
89 (((background dark))
94 (put 'smerge-mine-face 'face-alias 'smerge-mine)
95 (defvar smerge-mine-face 'smerge-mine)
98 '((((background light))
100 (((background dark))
105 (put 'smerge-other-face 'fac
[all...]
H A Dwoman.el82 ;; variable is set then WoMan will use it; otherwise you may need to
84 ;; set the Lisp variable `woman-path'. Please see the online
153 ;; (global-set-key "\C-cw"
179 ;; hooks. `woman-pre-format-hook' might be appropriate for face
185 ;; current man page (using imenu). Alternatively, if you set the
261 ;; set-visited-file-name is to avoid font-locking triggered by
271 ;; set-visited-file-name
302 ;; who want complete case independence should set the NTEmacs variable
307 ;; cache by default. (It caused too much confusion!) Explicitly set
369 ;; The background informatio
[all...]
H A Dstartup.el123 ("-bg" 1 x-handle-switch background-color)
124 ("-background" 1 x-handle-switch background-color)
145 ("--background-color" 1 x-handle-switch background-color)
170 therefore, if you set `debug-on-error' non-nil in `.emacs',
178 It also follows `emacs-startup-hook'. This hook exists for users to set,
236 is not allowed, since it would not work anyway. The only way to set
237 this variable usefully is to set it while building and dumping Emacs."
241 :set '(lambd
[all...]
H A Dspeedbar.el94 ;; The variable `speedbar-power-click' is set to t in your functions
125 ;; Lastly, `speedbar-mode-functions-list' allows you to set special
242 is a set of dotted pairs of the form FUNCTIONSYMBOL, which is the name
271 This list is set by modes that wish to have special speedbar displays.
655 :set (lambda (sym val)
700 runtime, or use the configuration dialog to set it in your .emacs
707 :set (lambda (sym val)
708 (set 'speedbar-supported-extension-expressions val)
709 (set 'speedbar-file-regexp (speedbar-extension-list-to-regex val))))
747 ;; If we don't have custom, then we set i
[all...]
H A Dreplace.el442 which will run faster and will not set the mark or print anything.
501 which will run faster and will not set the mark or print anything."
604 (set-marker rend nil)
655 (set-marker rend nil)
754 (set (make-local-variable 'revert-buffer-function) 'occur-revert-function)
807 ;; This is the way to set point in the proper window.
860 (if win (set-window-point win (point))))
865 '((((class color) (min-colors 88) (background light))
866 :background "yellow")
867 (((class color) (min-colors 88) (background dar
[all...]
H A Dwid-edit.el53 ;; browse-url-browser-function' set up appropriately.]
95 (defvar widget-documentation-face 'widget-documentation
97 This exists as a variable so it can be set locally in certain buffers.")
100 (background dark))
103 (background light))
110 (put 'widget-documentation-face 'face-alias 'widget-documentation)
112 (defvar widget-button-face 'widget-button
114 This exists as a variable so it can be set locally in certain buffers.")
120 (put 'widget-button-face 'fac
3649 (define-widget 'set 'checklist function
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/eshell/
H A Dem-prompt.el73 '((((class color) (background light)) (:foreground "Red" :bold t))
74 (((class color) (background dark)) (:foreground "Pink" :bold t))
76 "*The face used to highlight prompt strings.
81 (put 'eshell-prompt-face 'face-alias 'eshell-prompt)
108 (set (make-local-variable 'paragraph-start) eshell-prompt-regexp))
110 (set (make-local-variable 'eshell-skip-prompt-function)
120 (set-marker eshell-last-output-end (point))
125 face eshell-prompt
126 rear-nonsticky (face rea
[all...]
H A Desh-test.el47 '((((class color) (background light)) (:foreground "Green" :bold t))
48 (((class color) (background dark)) (:foreground "Green" :bold t)))
49 "*The face used to highlight OK result strings."
52 (put 'eshell-test-ok-face 'face-alias 'eshell-test-ok)
55 '((((class color) (background light)) (:foreground "OrangeRed" :bold t))
56 (((class color) (background dark)) (:foreground "OrangeRed" :bold t))
58 "*The face used to highlight FAILED result strings."
61 (put 'eshell-test-failed-face 'face
[all...]
H A Dem-ls.el75 :set (lambda (symbol value)
111 '((((class color) (background light)) (:foreground "Blue" :weight bold))
112 (((class color) (background dark)) (:foreground "SkyBlue" :weight bold))
114 "*The face used for highlight directories."
117 (put 'eshell-ls-directory-face 'face-alias 'eshell-ls-directory)
120 '((((class color) (background light)) (:foreground "Dark Cyan" :weight bold))
121 (((class color) (background dark)) (:foreground "Cyan" :weight bold)))
122 "*The face used for highlight symbolic links."
125 (put 'eshell-ls-symlink-face 'fac
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/emacs-lisp/
H A Dre-builder.el150 '((((class color) (background light))
151 :background "lightblue")
152 (((class color) (background dark))
153 :background "steelblue4")
160 '((((class color) (background light))
161 :background "aquamarine")
162 (((class color) (background dark))
163 :background "blue3")
170 '((((class color) (background light))
171 :background "springgree
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/net/
H A Drcirc.el202 :set 'rcirc-set-changed
225 See `rcirc-bright-nick' face."
231 See `rcirc-dim-nick' face."
385 ;; set up process
386 (set-process-coding-system process 'raw-text 'raw-text)
388 (set-process-buffer process (current-buffer))
390 (set-process-sentinel process 'rcirc-sentinel)
391 (set-process-filter process 'rcirc-filter)
467 (set
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/mh-e/
H A Dmh-e.el51 ;; (global-set-key "\C-cr" 'mh-rmail)
52 ;; (global-set-key "\C-xm" 'mh-smail)
53 ;; (global-set-key "\C-x4m" 'mh-smail-other-window)
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)
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dgnus-srvr.el172 '((((class color) (background light)) (:foreground "PaleTurquoise" :bold t))
173 (((class color) (background dark)) (:foreground "PaleTurquoise" :bold t))
178 (put 'gnus-server-agent-face 'face-alias 'gnus-server-agent)
181 '((((class color) (background light)) (:foreground "Green3" :bold t))
182 (((class color) (background dark)) (:foreground "Green1" :bold t))
187 (put 'gnus-server-opened-face 'face-alias 'gnus-server-opened)
190 '((((class color) (background light)) (:foreground "Steel Blue" :italic t))
191 (((class color) (background dar
[all...]
H A Dgnus.el63 "Group character set issues."
301 be set in `.emacs' instead."
313 (unless (fboundp 'gnus-set-text-properties)
314 (defalias 'gnus-set-text-properties 'set-text-properties))
369 (background dark))
372 (background light))
376 "Level 1 newsgroup face."
379 (put 'gnus-group-news-1-face 'face
[all...]
H A Dgnus-art.el202 :type '(set (const :tag "Headers with no content." empty)
216 By default, if you set this t, then Gnus will display citations and
256 (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 use
[all...]
H A Dmessage.el316 `message-subject-trailing-was-query' is set to the symbol `ask'. If
330 If `message-subject-trailing-was-query' is set to t, the subject is
583 (set-syntax-table text-mode-syntax-table)
589 (set-syntax-table old-table)
607 ;; Useful to set in site-init.el
771 For e.g., if you wish to set the envelope sender address so that bounces
773 might set this variable to '(\"-f\" \"you@some.where\")."
863 (set-keymap-parent map minibuffer-local-map)
884 Fix `message-cite-prefix-regexp' if it is set to an abnormal value.
892 Fix `message-cite-prefix-regexp' if it is set t
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dtex-mode.el39 (defvar font-lock-comment-face)
40 (defvar font-lock-doc-face)
188 If two printers are not enough of a choice, you can set the variable
228 Normally set to either `plain-tex-mode' or `latex-mode'."
259 In these modes, use \\[set-variable] if you want to change it for the
419 ; 2 font-lock-function-name-face)
421 ; 2 font-lock-constant-face)
426 ; ("\\\\\\([a-zA-Z@]+\\|.\\)" . font-lock-keyword-face)
427 ; ("^[ \t\n]*\\\\def[\\\\@]\\(\\w+\\)" 1 font-lock-function-name-face keep))
430 ; 2 font-lock-function-name-face)
[all...]
H A Dorg.el45 ;; iCalendar file. It can also serve as a publishing tool for a set of
129 "Non-nil means, entering Org-mode will set `truncate-lines'.
152 has been set."
173 This option is only relevant at load-time of Org-mode, and must be set
275 been invisible before. When this is set, the hierarchy of headings
288 default default for all contexts not set explicitly"
310 been invisible before. When this is set, the heading following the
338 been invisible before. When this is set, the sibling of the current entry
402 the new state that was set by the most recent `org-cycle' command. The
422 You may also set thi
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dcperl-mode.el92 (defvar font-lock-background-mode) ; not in Emacs
114 (defmacro cperl-is-face (arg) ; Takes quoted arg
115 (cond ((fboundp 'find-face)
116 (` (find-face (, arg))))
117 (;;(and (fboundp 'face-list)
118 ;; (face-list))
119 (fboundp 'face-list)
120 (` (member (, arg) (and (fboundp 'face-list)
121 (face-list)))))
124 (defmacro cperl-make-face (ar
[all...]
H A Dgdb-ui.el193 (1 font-lock-variable-name-face)
194 (3 font-lock-keyword-face)
195 (4 font-lock-type-face))
198 (1 font-lock-variable-name-face)
199 (3 font-lock-type-face))
202 (1 font-lock-variable-name-face))
210 (1 font-lock-variable-name-face)
211 (3 font-lock-type-face))
427 (defun gdb-set-gud-minor-mode-existing-buffers ()
439 (set (mak
[all...]
H A Dcompile.el110 started. It can be used to set any variables or functions that are used
219 (2 (compilation-face '(3))))
255 (2 compilation-info-face)
256 (3 compilation-line-face nil t)
290 nil 3 nil (2) nil (1 (compilation-face '(2))))
293 nil 1 nil (3) nil (2 (compilation-face '(3))))
310 (1 compilation-line-face prepend) (2 compilation-info-face prepend))
314 (1 compilation-line-face prepend))
317 ;; So I put default face o
[all...]
H A Dmake-mode.el71 ;; list (or at least set makefile-need-target-pickup).
106 '((((class color)) (:background "hotpink"))
110 (put 'makefile-space-face 'face-alias 'makefile-space)
113 ;; This needs to go along both with foreground and background colors (i.e. shell)
114 '((t (:inherit font-lock-function-name-face)))
121 ;;'((((class color) (min-colors 88) (background light)) (:background "seashell1"))
122 ;; (((class color) (min-colors 88) (background dark)) (:background "seashell
[all...]

Completed in 504 milliseconds

12