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

123

/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dcus-face.el1 ;;; cus-face.el --- customization support for faces
34 ;;; Declaring a face.
37 (defun custom-declare-face (face spec doc &rest args)
39 (unless (get face 'face-defface-spec)
41 (unless (facep face)
42 ;; If the user has already created the face, respect that.
43 (let ((value (or (get face 'saved-face) spe
[all...]
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.el50 ;; buffer's bold and italic text attributes are preserved in the printer
54 ;; 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)
60 ;; could have bold or italic attribute when printing, besides foreground color.
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 t
[all...]
H A Druler-mode.el37 ;; [header-line (shift down-mouse-1)] set left margin end to the ruler
40 ;; [header-line (shift down-mouse-3)] set right margin beginning to
74 ;; - `ruler-mode-default' the ruler default face.
75 ;; - `ruler-mode-fill-column' the face used to highlight the
77 ;; - `ruler-mode-comment-column' the face used to highlight the
79 ;; - `ruler-mode-goal-column' the face used to highlight the
81 ;; - `ruler-mode-current-column' the face used to highlight the
83 ;; - `ruler-mode-tab-stop' the face used to highlight tab stop
85 ;; - `ruler-mode-margins' the face used to highlight graduations
87 ;; - `ruler-mode-fringes' the face use
[all...]
H A Dman.el149 (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
164 ;; Use the value of the obsolete user option Man-notify, if set.
406 (set-keymap-parent Man-mode-map button-buffer-map)
622 if it was set t
[all...]
H A Dstartup.el170 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 '(lambda (variable value)
254 ;; Empty string means "not set yet".
272 if you have not already set `auto-save-list-file-name' yourself.
447 (if (fboundp 'frame-set-background-mode)
450 ;; frame-set-background-mode is idempotent, so it won't
455 ;; Don't override default set b
[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
560 with \".conf\". If MANPATH is not set bu
[all...]
H A Dibuffer.el144 `((10 buffer-read-only font-lock-constant-face)
148 font-lock-doc-face)
149 (20 (string-match "^*" (buffer-name)) font-lock-keyword-face)
153 (30 (memq major-mode ibuffer-help-buffer-modes) font-lock-comment-face)
154 (35 (eq major-mode 'dired-mode) font-lock-function-name-face))
158 buffer, and FACE is the face to use for fontification. If the FORM
167 face))
352 (defcustom ibuffer-marked-face 'font-lock-warning-face
354 :type 'face
[all...]
H A Dbs.el51 ;; (global-set-key "\C-x\C-b" 'bs-show) ;; or another key
83 ;; (global-set-key [(f9)] 'bs-cycle-previous)
84 ;; (global-set-key [(f10)] 'bs-cycle-next)
123 ;; If you want to use a different configuration for cycling you have to set
194 (list ;; header in font-lock-type-face
196 '(1 font-lock-type-face append) '(1 'bold append))
200 ;; problem in XEmacs with font-lock-constant-face
201 (if (facep 'font-lock-constant-face)
202 'font-lock-constant-face
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Denriched.el63 ;; Emacs doesn't have a "fixed" face by default, since all faces currently
67 '((t (:weight bold)))
70 This face is used for text specifically marked as fixed-width, for example
86 These are set front-sticky everywhere except at hard newlines.")
107 '((face (bold-italic "bold" "italic")
108 (bold "bold")
114 (nil enriched-encode-other-face))
[all...]
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)
422 ; ;; It seems a bit dubious to use `bold' and `italic' faces since we might
424 ; ("{\\\\bf\\([^}]+\\)}" 1 'bold keep)
426 ; ("\\\\\\([a-zA-Z@]+\\|.\\)" . font-lock-keyword-face)
[all...]
H A Dsgml-mode.el254 '((t (:inherit font-lock-builtin-face)))
255 "`sgml-mode' face used to highlight the namespace part of identifiers."
257 (defvar sgml-namespace-face 'sgml-namespace)
261 `((,(concat "<\\([!?]" sgml-name-re "\\)") 1 font-lock-keyword-face)
265 (1 (if (match-end 2) sgml-namespace-face font-lock-function-name-face))
266 (2 font-lock-function-name-face nil t))
273 (1 (if (match-end 2) sgml-namespace-face font-lock-variable-name-face))
274 (2 font-lock-variable-name-face ni
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/obsolete/
H A Dhilit19.el72 ;; For example, green/black-bold-italic-underline would be created as
73 ;; a face with a green foreground, and a black background, using a
74 ;; bold-italic font...with underlining for good measure.
104 ;; Emacs cannot properly find bold and italic fonts unless you specify a
133 ;; ("Courier 18-b" "-adobe-courier-bold-r-normal--*-180-*-*-m-*-*-1")
197 ;; added default face mapping for 'formula' which is needed for new latex
203 ;; hilit-set-mode-patterns was screwing up two part patterns. it doesn't now.
206 ;; changed references to default-bold-italic to just bold-italic because the
207 ;; font for that face i
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/erc/
H A Derc-track.el58 This can alternatively be set to either t or nil, which indicate
129 If this variable is set to `max', then channel names will be shortened
131 given set of existing channels. When shortening to the max, the shortened
132 channel names will be unique for the set of active channels only.
157 \(e.g. `erc-pal-face' is used if a pal sent a message to that channel.)"
162 '(erc-error-face erc-current-nick-face erc-keyword-face erc-pal-face
163 erc-nick-msg-face er
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/eshell/
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))
113 (t (: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 use
[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/gnus/
H A Dgnus-salt.el115 (if (not (set (make-local-variable 'gnus-pick-mode)
120 (set (make-local-variable 'gnus-auto-select-first) nil)
127 (set (make-local-variable 'gnus-summary-goto-unread) 'never)
138 (set-buffer gnus-summary-buffer)
220 (mouse-set-point e)
243 (mouse-set-point start-event)
300 ;; because it would fail to set up a region.
396 (defcustom gnus-selected-tree-face 'modeline
398 :type 'face
481 (gnus-set
[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."
361 '(("\\*" "\\*" bold ni
[all...]
H A Dgnus-spec.el85 (defvar gnus-mouse-face)
86 (defvar gnus-mouse-face-prop)
107 gnus-mouse-face-prop gnus-mouse-face)
120 gnus-mouse-face-prop gnus-mouse-face)
136 gnus-mouse-face-prop gnus-mouse-face))
176 (set
219 (set
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
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 Dcperl-mode.el114 (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 (arg descr) ; Takes unquoted arg
125 (cond ((fboundp 'make-face)
[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 Dsh-script.el57 ;; You can set each to a numeric value, but it is often more convenient
69 ;; There are 4 commands to help set the indentation variables:
75 ;; `sh-set-indent'
76 ;; This allows you to set the value of the variable controlling the
85 ;; command. It will set the variable to the value that makes the line
86 ;; indent like that. If called with a prefix argument then it will set
94 ;; easily find where something was set. It is popped to automatically
97 ;; `sh-indent-comment' will be set if all comments follow the same
98 ;; pattern; if they don't it will be set to nil.
99 ;; Whether `sh-basic-offset' is set i
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dhtml.vim67 syn keyword htmlArg contained cols colspan content coords enctype face
111 syn match htmlPreStmt contained "<!--#\(config\|echo\|exec\|fsize\|flastmod\|include\|printenv\|set\|if\|elif\|else\|endif\|geoguide\)\>"
250 hi def htmlBold term=bold cterm=bold gui=bold
251 hi def htmlBoldUnderline term=bold,underline cterm=bold,underline gui=bold,underline
252 hi def htmlBoldItalic term=bold,italic cterm=bold,itali
[all...]

Completed in 332 milliseconds

123