Searched +refs:face +refs:name (Results 1 - 25 of 138) sorted by relevance

123456

/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 Dfacemenu.el1 ;;; facemenu.el --- create a face menu for interactively adding fonts to text
29 ;; set the face used for a region of the buffer. Some faces also have
36 ;; Selecting a face from the menu or typing the keyboard equivalent will
37 ;; change the region to use that face. If you use transient-mark-mode and the
38 ;; region is not active, the face will be remembered and used for the next
96 ;;;###autoload (autoload 'facemenu-keymap "facemenu" "Keymap for face-changing commands." t 'keymap)
103 "Create a face menu for interactively adding fonts to text."
114 Each element is itself a list: the car is the name of the face,
125 :type '(repeat (cons face strin
[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)
84 ;; The word "print" or "spool" in the command name determines when the
107 ;; The word "buffer" or "region" in the command name determines how much of the
114 ;; The -with-faces suffix on the command name means that the command will
147 ;; printer; you will be prompted for the name of the file to save the image to.
154 ;; When invoked this way, `ps-despool' will prompt you for the name of the file
176 ;; The variable `ps-printer-name' determine
[all...]
H A Ddescr-text.el41 (symbol-name (if (symbolp widget) widget (car widget)))
72 The `category', `face' and `font-lock-face' properties are made
74 `describe-face' when pushed."
85 'face 'help-argument-name))
88 (symbol-name value)
92 ((memq key '(face font-lock-face mouse-face))
[all...]
H A Dcus-edit.el142 (require 'cus-face)
521 (default (and (symbolp v) (custom-variable-p v) (symbol-name v)))
537 current name action filter)
540 name (nth 0 current)
545 (push (cons name action) result)
546 (push name result)))
568 (symbol-name symbol))
606 (defun custom-unlispify-tag-name (symbol)
614 (concat (symbol-name symbol) "-"))
619 (defcustom custom-guess-name
3632 (define-widget 'face 'symbol function
[all...]
H A Dman.el89 ;; - Allow completion on the manpage name when calling man. This
149 (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
240 "The name of the program that produces man pages.")
263 (defvar Man-name-regexp "[-a-zA-Z0-9_�+][-a-zA-Z0-9_.:�+]*"
264 "Regular expression describing the name o
[all...]
H A Dcus-theme.el50 (set (make-local-variable 'widget-documentation-face) 'custom-documentation)
51 (set (make-local-variable 'widget-button-face) custom-button)
52 (set (make-local-variable 'widget-button-pressed-face) custom-button-pressed)
53 (set (make-local-variable 'widget-mouse-face) custom-button-mouse)
61 (defvar custom-theme-name nil)
66 (defvar custom-theme-insert-face-marker)
76 (make-local-variable 'custom-theme-name)
81 (make-local-variable 'custom-theme-insert-face-marker)
112 (widget-insert "\n\nTheme name: ")
113 (setq custom-theme-name
[all...]
/macosx-10.9.5/emacs-92/emacs/src/
H A Dfontset.h42 char *name; member in struct:font_info
44 /* Full name of the font given by a window system. */
69 /* 1 iff `vertical-centering-font-regexp' matches this font name.
174 char *name, int));
178 extern struct font_info *(*query_font_func) P_ ((struct frame *f, char *name));
194 struct face;
196 extern void free_face_fontset P_ ((FRAME_PTR, struct face *));
198 extern int face_suitable_for_char_p P_ ((struct face *, int));
199 extern int face_for_char P_ ((FRAME_PTR, struct face *, int));
203 struct face *));
[all...]
H A Dxfaces.c22 /* New face implementation by Gerd Moellmann <gerd@gnu.org>. */
27 changed by defining `faces'. Each face can specify the following
30 1. Font family name.
60 When this attribute is specified, the face uses a font opened by
62 attributes (1st thru 5th) are generated from the opened font name.
64 specified, this attribute is set to nil. In that case, the face
65 doesn't inherit this attribute from the `default' face, and uses a
67 from the `default' face).
69 15. A face name o
1854 char *name; member in struct:table_entry
1926 char *name; member in struct:font_name
2497 const char *name = SDATA (XCAR (tem)); local
2561 Lisp_Object name; local
2981 Lisp_Object pattern, face, frame, maximum, width; variable
3020 struct face *face = (face_id < 0 variable in typeref:struct:face
3846 Lisp_Object face, frame; variable
3852 CHECK_SYMBOL (face); variable
3934 Lisp_Object face, frame; variable
4013 Lisp_Object face, attr, value, frame; variable
4022 CHECK_SYMBOL (face); variable
4519 Lisp_Object face = Qnil; local
4643 Lisp_Object face, attr, value, frame; variable
4645 CHECK_SYMBOL (face); variable
4705 struct face *face = FACE_FROM_ID (f, MENU_FACE_ID); local
4949 Lisp_Object face, frame; variable
4993 Lisp_Object face, frame; variable
5014 struct face *face = FACE_FROM_ID (f, face_id); variable in typeref:struct:face
5108 Lisp_Object face, frame; variable
5214 struct face *face = (struct face *) xmalloc (sizeof *face); local
5402 struct face *face = c->faces_by_id[i]; local
5467 struct face *face; local
5605 struct face *face; local
5659 struct face *face; local
5764 struct face *face; local
5826 struct face *face; local
5955 struct face *face; local
6846 Lisp_Object name; local
6977 struct face *face; local
7143 struct face *face; local
7190 struct face *face = NULL; local
7489 struct face *face; local
7579 struct face *face = FACE_FROM_ID (f, DEFAULT_FACE_ID); local
7854 struct face *face; local
7929 struct face *face; variable in typeref:struct:face
7934 dump_realized_face (face); variable
[all...]
H A Dfontset.c67 created implicitly when a face is realized for ASCII characters. A
68 face is also realized for multibyte characters based on an ASCII
69 face. All of the multibyte faces based on the same ASCII face
77 FONTNAME is a font name pattern for the corresponding character.
79 a font name for the corresponding character. INDEX specifies for
86 An element of a realized fontset is FACE-ID which is a face to use
100 The 2nd slot is a name of the fontset. This is nil for a realized
101 face.
104 for a default face
959 Lisp_Object fontset, name; local
990 Lisp_Object name, fontlist; variable
998 CHECK_STRING (name); variable
1134 Lisp_Object name, character, fontname, frame; variable
1228 Lisp_Object name, frame; variable
1236 CHECK_STRING (name); variable
1300 struct face *face; variable in typeref:struct:face
1436 Lisp_Object name, frame; variable
1508 struct face *face; variable in typeref:struct:face
1540 Lisp_Object name, ch; variable
[all...]
H A Dw32term.c105 extern Cursor w32_load_cursor (LPCTSTR name);
122 NAME is the name of the frame.
463 #if 0 /* Rows in a current matrix containing glyphs in mouse-face have
466 flag set. So, rows containing mouse-face glyphs are never
503 struct face *face;
511 face = FACE_FROM_ID (f, VERTICAL_BORDER_FACE_ID);
512 if (face)
513 w32_fill_rect (f, hdc, face->foreground, &r);
527 glyphs in mouse-face wer
498 struct face *face; local
681 struct face *face = p->face; local
1315 struct face *face; local
3166 char *name; local
4991 struct face *face = FACE_FROM_ID (f, cursor_glyph->face_id); local
5182 LPCTSTR name; local
[all...]
H A Dterm.c982 /* Identify a run of glyphs with the same face. */
990 /* Turn appearance modes of the face of the run on. */
1404 char *cap, *name;
1551 intern (keys[i].name)));
1630 If the standard name isn't found, try the IBM name. */
1652 /* Avoid name clash with functions defined in xterm.c */
1665 character's face. Padding glyphs are appended if IT->c has a
1980 /* Turn appearances of face FACE_ID on tty frame F on.
1981 FACE_ID is a realized face I
1395 char *cap, *name; member in struct:fkey_table
1977 struct face *face = FACE_FROM_ID (f, face_id); local
2078 struct face *face = FACE_FROM_ID (f, face_id); local
[all...]
H A Dmacterm.c124 x_display_list and in the same order. NAME is the name of the
1986 #if 0 /* Rows in a current matrix containing glyphs in mouse-face have
1989 flag set. So, rows containing mouse-face glyphs are never
2025 struct face *face;
2027 face = FACE_FROM_ID (f, VERTICAL_BORDER_FACE_ID);
2028 if (face)
2030 face->foreground);
2041 glyphs in mouse-face were overwritten. In that case we have to
2070 /* If a row with mouse-face wa
2023 struct face *face; local
2189 struct face *face = p->face; local
2644 struct face *face; local
5689 struct face *face = FACE_FROM_ID (f, cursor_glyph->face_id); local
7614 Str255 name; local
8083 char *name; local
8763 struct face *face; local
[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)
167 (set-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
70 This face is used for text specifically marked as fixed-width, for example
107 '((face (bold-italic "bold" "italic")
114 (nil enriched-encode-other-face))
361 (defun enriched-encode-other-face (old new)
362 "Generate annotations for random face change.
364 (cons (and old (enriched-face-ans old))
365 (and new (enriched-face-ans new))))
367 (defun enriched-face-ans (face)
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dcpp.el58 "*File name to save cpp configuration."
62 (define-widget 'cpp-face 'lazy
63 "Either a face or the special symbol 'invisible'."
64 :type '(choice (const invisible) (face)))
66 (defcustom cpp-known-face 'invisible
68 :type 'cpp-face
71 (defcustom cpp-unknown-face 'highlight
73 :type 'cpp-face
76 (defcustom cpp-face-type 'light
77 "*Indicate what background face typ
[all...]
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DFontLoader.cpp189 String errorName = (source && source->isDecodeError()) ? "InvalidFontDataError" : ExceptionCodeDescription(NOT_FOUND_ERR).name;
240 CSSSegmentedFontFace* face = m_document->ensureStyleResolver()->fontSelector()->getFontFace(font.fontDescription(), f->family()); local
241 if (!face) {
246 face->loadFont(font.fontDescription(), callback);
257 CSSSegmentedFontFace* face = m_document->ensureStyleResolver()->fontSelector()->getFontFace(font.fontDescription(), f->family()); local
258 if (!face || !face->checkFont())
/macosx-10.9.5/emacs-92/emacs/lisp/erc/
H A Derc-match.el76 regexp in the car and the face to use in the cdr. If no face is
77 specified, `erc-keyword-face' is used."
80 (list regexp face))))
182 The other element of each cons pair in this list is the buffer name to
191 (string :tag "Buffer name"))))
264 (defface erc-current-nick-face '((t (:bold t :foreground "DarkTurquoise")))
265 "ERC face for occurrences of your current nickname."
268 (defface erc-dangerous-host-face '((t (:foreground "red")))
269 "ERC face fo
[all...]
H A Derc-track.el112 "This number specifies the minimum number of characters a channel name in
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 erc-direct-msg-face erc-button erc-dangerous-host-face
164 erc-default-face er
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dgnus-ems.el84 (defvar gnus-mouse-face-prop 'mouse-face
94 (defvar gnus-tmp-name)
98 (defvar gnus-mouse-face)
144 (if (> (length gnus-tmp-name) 20)
145 (truncate-string-to-width gnus-tmp-name 20)
146 gnus-tmp-name))
149 gnus-mouse-face-prop gnus-mouse-face)
165 (defun gnus-add-minor-mode (mode name ma
[all...]
H A Dsieve.el48 ;; solution would be to come up with some better name that this file
73 "Name of name script indicator."
145 (setq mode-name "SIEVE")
160 (let ((name (sieve-script-at-point)) err)
161 (when (or (null name) (string-equal name sieve-new-script))
163 (message "Activating script %s..." name)
164 (setq err (sieve-manage-setactive name sieve-manage-buffer))
167 (message "Activating script %s...done" name)
168 (message "Activating script %s...failed: %s" name (nt
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/emacs-lisp/
H A Dgeneric.el51 ;; face different from `font-lock-keyword-face', you can use the
123 MODE is the name of the command for the generic mode; don't quote it.
138 `font-lock-keyword-face'. Each keyword should be a string.
161 (let* ((name (symbol-name mode))
162 (pretty-name (capitalize (replace-regexp-in-string
163 "-mode\\'" "" name))))
167 (add-to-list 'generic-mode-list ,name)
175 (concat pretty-name " mod
[all...]
H A Dlucid.el56 (defun real-path-name (name &optional default)
57 (file-truename (expand-file-name name default)))
79 (if (= ?\ (string-to-char (buffer-name buf)))
93 (defalias 'find-face 'internal-find-face)
94 (defalias 'get-face 'internal-get-face)
95 (defalias 'try-face
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/term/
H A Dw32-win.el62 ;; -name .name
73 (error "%s: Loading w32-win.el but not compiled for w32" (invocation-name)))
115 (mapcar (lambda (file-name)
116 (let ((f (subst-char-in-string ?\\ ?/ file-name))
117 (coding (or file-name-coding-system
118 default-file-name-coding-system)))
119 (setq file-name
125 (concat "file:" file-name)))
178 (error "%s: missing argument to `%s' option" (invocation-name) switc
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/eshell/
H A Desh-test.el49 "*The face used to highlight OK result strings."
52 (put 'eshell-test-ok-face 'face-alias 'eshell-test-ok)
58 "*The face used to highlight FAILED result strings."
61 (put 'eshell-test-failed-face 'face-alias 'eshell-test-failed)
100 (when (let ((sym (intern-soft (concat "eshell-" (symbol-name module)))))
116 (put-text-property 0 6 'face 'eshell-test-ok str))
119 (put-text-property 0 6 'face 'eshell-test-failed str))
132 (name (substrin
[all...]

Completed in 323 milliseconds

123456