Searched +refs:face +refs:spec +refs:match (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dfaces.el43 "Influencing face font selection."
47 (defcustom face-font-selection-order
49 "*A list specifying how face font selection chooses fonts.
53 those face attributes first that appear first in the list. For
66 (defcustom face-font-family-alternatives
82 (defcustom face-font-registry-alternatives
114 (defun face-list ()
115 "Return a list of all defined face names."
116 (mapcar #'car face-new-frame-defaults))
121 (defun make-face (fac
[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
151 ;; '(("\\<\\(one\\|two\\|three\\)\\>" . font-lock-keyword-face)
152 ;; ("\\<\\(four\\|five\\|six\\)\\>" . font-lock-type-face))
172 ;; '(("\\<\\(uno\\|due\\|tre\\)\\>" . font-lock-keyword-face)
[all...]
/macosx-10.9.5/emacs-92/emacs/src/
H A Dimage.c915 /* Parse image spec SPEC according to KEYWORDS. A valid image spec
922 parse_image_spec (spec, keywords, nkeywords, type)
923 Lisp_Object spec;
931 if (!IMAGEP (spec))
934 plist = XCDR (spec);
1062 image_spec_value (spec, key, found)
1063 Lisp_Object spec, key;
1068 xassert (valid_image_p (spec));
1070 for (tail = XCDR (spec);
1094 Lisp_Object spec, pixels, frame; variable
1125 Lisp_Object spec, frame; variable
1149 Lisp_Object spec, frame; variable
1755 Lisp_Object conversion, spec; local
3124 #define match macro
3247 #undef match macro
4323 #define match macro
4527 #undef match macro
8431 Lisp_Object spec; variable
8439 Lisp_Object spec; variable
8446 debug_print (spec); variable
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/erc/
H A Derc.el352 (save-match-data
353 (while (string-match "[]\\[~]" s)
354 (aset s (match-beginning 0)
355 (cdr (assq (aref s (match-beginning 0)) c)))))
367 (put 'erc-with-server-buffer 'edebug-form-spec '(body))
823 anything, so it won't be able to match the user and host of those
894 If no elements match, then the empty string is used.
918 If no elements match, then the empty string is used.
1116 ;; destroys face properties.
1139 (defface erc-default-face '((
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Didlw-shell.el124 "*Regexp to match IDL prompt at beginning of a line.
385 When these expressions match, IDLWAVE switches to character input mode and
392 "The three regular expressions which match the magic spells for input modes.
473 'face Use `idlwave-shell-stop-line-face' to highlight the line.
474 t Use what IDLWAVE thinks is best. Will be a face where possible,
478 a face highlighting may be better.
485 (const :tag "Highlight with face" face)
497 (defcustom idlwave-shell-stop-line-face 'highligh
[all...]
/macosx-10.9.5/emacs-92/emacs/etc/
H A Drefcard.tex403 \key{{\bf back up} to the previous match}{^}
456 \key{set face}{M-o}
556 \threecol{{\bf entity}}{{\bf match start}}{{\bf match end}}
561 \threecol{{\bf class of characters}}{{\bf match these}}{{\bf match others}}
669 The \kbd{interactive} spec says how to read arguments interactively.
H A Dpl-refcard.tex524 %\key{{\bf back up} to the previous match}{^}
613 %\key{set face}{M-g}
786 %\threecol{{\bf entity}}{{\bf match start}}{{\bf match end}}
794 %\threecol{{\bf class of characters}}{{\bf match these}}{{\bf match others}}
988 %The \kbd{interactive} spec says how to read arguments interactively.
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dgnus-sum.el36 (require 'gnus-spec)
129 "*A regexp to match subjects to be excluded from loose thread gathering.
264 :match (lambda (widget value)
675 %u User-defined spec
929 (defcustom gnus-summary-selected-face 'gnus-summary-selected
932 :type 'face)
978 of the face field after the first true form is used. You can change
979 how those summary lines are displayed, by editing the face field.
992 face)))
1041 "Alist of regexps (to match grou
[all...]

Completed in 283 milliseconds