Searched +refs:face +refs:default +refs:spec (Results 1 - 15 of 15) sorted by relevance

/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, respec
[all...]
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
61 (set-default symbol value)
66 (defcustom face-font-family-alternatives
77 (set-default symbol value)
82 (defcustom face-font-registry-alternatives
103 (set-default symbol value)
114 (defun face
1873 (defface default function
[all...]
H A Dcus-edit.el44 ;; Usually extracted by 'default-value', but can be extracted with
46 ;; property. Similarly, set-default (or the 'custom-set' property)
142 (require 'cus-face)
521 (default (and (symbolp v) (custom-variable-p v) (symbol-name v)))
525 (if default (format "Customize variable (default %s): " default)
527 obarray 'custom-variable-p t nil nil default))
623 ("-face\\'" face)
3632 (define-widget 'face 'symbol function
[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...]
H A Dcustom.el33 ;; The code implementing face declarations is in `cus-face.el'.
53 (defun custom-initialize-default (symbol value)
55 This will do nothing if symbol already has a default binding.
57 the car of that and use it as the default binding for symbol.
58 Otherwise, VALUE will be evaluated and used as the default binding for
60 (unless (default-boundp symbol)
62 (set-default symbol (if (get symbol 'saved-value)
68 If the symbol doesn't have a default binding already,
69 then set it using its `:set' function (or `set-default' i
[all...]
H A Dsubr.el57 (defmacro def-edebug-spec (symbol spec)
58 "Set the `edebug-form-spec' property of SYMBOL according to SPEC.
61 `(put (quote ,symbol) 'edebug-form-spec (quote ,spec)))
123 (defmacro dolist (spec &rest body)
126 Then evaluate RESULT to get return value, default nil.
134 `(let ((,temp ,(nth 1 spec))
135 ,(car spec))
137 (setq ,(car spec) (ca
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/play/
H A Dgamegrid.el46 (defvar gamegrid-face nil
47 "Indicates the face to use as a default.")
48 (make-variable-buffer-local 'gamegrid-face)
62 (defvar gamegrid-face-table nil)
84 (make-variable-buffer-local 'gamegrid-face-table)
90 (defvar gamegrid-grid-x-face nil)
91 (defvar gamegrid-mono-x-face nil)
92 (defvar gamegrid-mono-tty-face nil)
164 (defun gamegrid-set-font (face)
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Detags.el48 (defcustom tags-case-fold-search 'default
55 (other :tag "Use default" default))
139 (defcustom find-tag-default-function nil
140 "*A function of no arguments used by \\[find-tag] to pick a default tag.
142 has a `find-tag-default-function' property (see `put'), that is used.
143 Otherwise, `find-tag-default' is used."
153 (defcustom tags-tag-face 'default
156 :type 'face
[all...]
H A Didlw-shell.el157 The default makes the frame splittable, so that completion works correctly."
217 So by default setting a breakpoint will be on C-c C-d C-b."
410 strings. Here is some example code which makes use of the default spells.
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)
490 We use a single character by default, sinc
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dgnus-util.el122 (put 'gnus-eval-in-buffer-window 'edebug-form-spec '(form body))
345 (defun gnus-completing-read-with-default (default prompt &rest args)
346 ;; Like `completing-read', except that DEFAULT is the default argument.
347 (let* ((prompt (if default
348 (concat prompt " (default " default "): ")
352 default
403 non-number, then the corresponding FORMAT is used as a default value.
410 and `gnus-seconds-year' in the AGE spec
[all...]
H A Dgnus-art.el37 (require 'gnus-spec)
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."
370 (mapcar (lambda (spec)
[all...]
H A Dgnus-sum.el36 (require 'gnus-spec)
213 (defcustom gnus-summary-default-score 0
217 :group 'gnus-score-default
221 (defcustom gnus-summary-default-high-score 0
226 :group 'gnus-score-default
229 (defcustom gnus-summary-default-low-score 0
234 :group 'gnus-score-default
239 Articles with scores closer than this to `gnus-summary-default-score'
276 "*If non-nil, which is the default, ignore subjects and do all threading based on the Reference header.
675 %u User-defined spec
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/erc/
H A Derc.el132 (defvaralias 'erc-default-coding-system 'erc-server-coding-system)
133 (erc-make-obsolete-variable 'erc-default-coding-system
216 "Asks before using the default password, or whether to enter a new one."
367 (put 'erc-with-server-buffer 'edebug-form-spec '(body))
686 `erc-echo-notice-in-default-buffer',
697 :options '(erc-echo-notice-in-default-buffer
708 '(erc-echo-notice-in-default-buffer)
717 `erc-echo-notice-in-default-buffer',
728 :options '(erc-echo-notice-in-default-buffer
1116 ;; destroys face propertie
[all...]
/macosx-10.9.5/emacs-92/emacs/etc/
H A Drefcard.tex456 \key{set face}{M-o}
476 \key{fetch later minibuffer input or default}{M-n}
669 The \kbd{interactive} spec says how to read arguments interactively.
H A Dpl-refcard.tex613 %\key{set face}{M-g}
642 %\key{fetch later minibuffer input or default}{M-n}
988 %The \kbd{interactive} spec says how to read arguments interactively.

Completed in 370 milliseconds