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

12

/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 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 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 Dhelp-fns.el161 (defface help-argument-name '((((supports :slant italic)) :inherit italic))
167 It returns ARG in face `help-argument-name'; ARG is also
169 face (according to `face-differs-from-default-p')."
170 (propertize (if (face-differs-from-default-p 'help-argument-name)
173 'face 'help-argument-name))
542 (when (and (local-variable-if-set-p variable)
545 (local-variable-if-set-p variable))))
546 (princ "\nAutomatically becomes buffer-local when set i
[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 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 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)
152 italic)
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
[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.")
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 'face-alias 'widget-button)
122 (defcustom widget-mouse-face 'highligh
3649 (define-widget 'set 'checklist function
[all...]
H A Dinfo.el73 '((((class color) (background light)) :foreground "brown" :weight bold :slant italic)
74 (((class color) (background dark)) :foreground "white" :weight bold :slant italic)
75 (t :weight bold :slant italic))
88 (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 'fac
[all...]
H A Dprinting.el130 ;; Then try to set the variables: `pr-ps-name', `pr-ps-printer-alist',
142 ;; One way to set variables is by calling `pr-customize', customize all
202 ;; set, as they are implicit set by `pr-ps-printer-alist' and
230 ;; there is no paper in the printer, then try to set `pr-delete-temp-file'
469 ;; (global-set-key [print] 'pr-ps-fast-fire)
470 ;; (global-set-key [M-print] 'pr-ps-mode-using-ghostscript)
471 ;; (global-set-key [S-print] 'pr-ps-mode-using-ghostscript)
472 ;; (global-set-key [C-print] 'pr-txt-fast-fire)
473 ;; (global-set
[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
70 This face is used for text specifically marked as fixed-width, for example
75 '((t (:slant italic)))
86 These are set front-sticky everywhere except at hard newlines.")
107 '((face (bold-italic "bold" "italic")
109 (italic "italic")
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
425 ; ("{\\\\\\(em\\|it\\|sl\\)\\([^}]+\\)}" 2 'italic 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...]
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/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
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 is maintained by emacs.
218 ;; some code moved from hilit-highlight-region to hilit-set
[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\)\>"
252 hi def htmlBoldItalic term=bold,italic cterm=bold,italic gui=bold,italic
253 hi def htmlBoldUnderlineItalic term=bold,italic,underline cterm=bold,italic,underline gui=bold,italic,underline
255 hi def htmlUnderlineItalic term=italic,underline cterm=italic,underlin
[all...]
H A D2html.vim23 set cpo-=C
81 " For inverse, we always must set both colors (and exchange them)
93 if synIDattr(a:id, "italic") | let a = a . "<i>" | endif
102 if synIDattr(a:id, "italic") | let a = a . "</i>" | endif
166 " For inverse, we always must set both colors (and exchange them)
178 if synIDattr(a:id, "italic") | let a = a . "font-style: italic; " | endif
213 set notitle noicon
215 set nomore
216 set repor
[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...]
H A Dtramp.el172 ;; used in XEmacs, so we set it here and there. The following is needed
231 (set :inline t
239 "*Put auto-save files in this directory, if set.
291 when initializing a multi-hop connection. Therefore, the set of
561 MUST be a Bourne-like shell. It is normally not necessary to set
608 to do this, set `tramp-copy-program' in the method.
634 (set (list (const tramp-connection-function) function)
803 (tramp-set-completion-function
805 (tramp-set-completion-function
807 (tramp-set
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
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...]
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
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."
363 ("/" "/" italic)
[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...]
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/cxxfilt-11/cxxfilt/texinfo/
H A Dtexinfo.tex115 % Set up fixed words for English if not already set.
181 par-a-digms rec-tan-gu-lar ro-bot-ics se-vere-ly set-up spa-ces
272 \newdimen\outerhsize \newdimen\outervsize % set by the paper size routines
702 \endgraf % Not \par, as it may have been set to \lisppar.
1196 % We have to set dummies so commands such as @code in a section title
1400 % So we set up a \sf.
1442 \def\rmbshape{bx} %where the normal face is bold
1583 % of just \STYLE. We do this because \STYLE needs to also set the
1585 % \tenSTYLE to set the current font.
1687 %% serif) and @ii for TeX italic
[all...]

Completed in 217 milliseconds

12