Searched refs:faces (Results 1 - 25 of 44) sorted by relevance

12

/macosx-10.9.5/emacs-92/emacs/lisp/erc/
H A Derc-track.el7 ;; Keywords: comm, faces
154 (defcustom erc-track-use-faces t
155 "*Use faces in the mode-line.
156 The faces used are the same as used for text in the buffers.
161 (defcustom erc-track-faces-priority-list
166 "A list of faces used to highlight active buffer names in the modeline.
167 If a message contains one of the faces in this list, the buffer name will
172 (defcustom erc-track-priority-faces-only nil
175 are no faces corresponding to your `erc-track-faces
[all...]
/macosx-10.9.5/tcl-102/tk/tk/unix/
H A DtkUnixRFont.c28 UnixFtFace *faces; member in struct:__anon13625
72 FcCharSet *charset = fontPtr->faces[i].charset;
83 if (!fontPtr->faces[i].ftFont) {
85 fontPtr->pattern, fontPtr->faces[i].source);
108 fontPtr->faces[i].ftFont = ftFont;
110 return fontPtr->faces[i].ftFont;
233 fontPtr->faces = (UnixFtFace *) ckalloc(set->nfont * sizeof(UnixFtFace));
241 fontPtr->faces[i].ftFont = 0;
242 fontPtr->faces[i].source = set->fonts[i];
245 fontPtr->faces[
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dfaces.el0 ;;; faces.el --- Lisp faces
44 :group 'faces)
129 ;; Make frame-local faces (this also makes the global one).
135 ;; Define frame-local faces for all frames from X resources.
224 ;; of realized faces. The ID assigned to Lisp faces is used to
225 ;; support faces in display table entries.
236 "Non-nil if faces FACE1 and FACE2 are equal.
305 :group 'faces)
[all...]
H A Dcus-theme.el8 ;; Keywords: help, faces
63 (defvar custom-theme-faces nil)
78 (make-local-variable 'custom-theme-faces)
85 Insert the names of all variables and faces you want the theme to include.
224 ;;; Theme faces
228 (cond ((assq symbol custom-theme-faces)
242 (push (cons symbol widget) custom-theme-faces)
284 (setq custom-theme-faces
285 (assq-delete-all (widget-value widget) custom-theme-faces))
321 (faces custo
[all...]
H A Dman.el868 (let ((faces nil)
881 (if faces (put-text-property start (match-beginning 0) 'face
882 (if (cdr faces) faces (car faces))))
883 (setq faces
890 faces))
897 faces))))
H A Dansi-color.el1 ;;; ansi-color.el --- translate ANSI escape sequences into faces
33 ;; faces.
95 "Translating SGR control sequences to faces.
104 (defcustom ansi-color-faces-vector
107 This vector holds the faces used for SGR control sequence parameters 0
269 faces the last call to `ansi-color-apply' ended with, and FRAGMENT is a
309 are given in `ansi-color-faces-vector' and `ansi-color-names-vector'.
361 faces the last call to `ansi-color-apply-on-region' ended with, and
393 given in `ansi-color-faces-vector' and `ansi-color-names-vector'. See
523 (defun ansi-color-apply-sequence (escape-sequence faces)
[all...]
H A Dfinder.el69 (faces . "support for multiple fonts")
H A Dparen.el8 ;; Keywords: languages, faces
75 (defgroup paren-showing-faces nil
76 "Group for faces of Show Paren mode."
78 :group 'faces
91 :group 'paren-showing-faces)
99 :group 'paren-showing-faces)
H A Dhi-lock.el7 ;; Keywords: faces, minor-mode, matching, display
34 ;; highlighting and a set of appropriate faces is provided. The
142 (defgroup hi-lock-faces nil
145 :group 'faces)
154 :group 'hi-lock-faces)
160 :group 'hi-lock-faces)
169 :group 'hi-lock-faces)
175 :group 'hi-lock-faces)
180 :group 'hi-lock-faces)
186 :group 'hi-lock-faces)
[all...]
H A Dwhitespace.el300 (defgroup whitespace-faces nil
304 :group 'faces)
317 :group 'whitespace-faces)
H A Dfacemenu.el7 ;; Keywords: faces
28 ;; This file defines a menu of faces (bold, italic, etc) which allows you to
29 ;; set the face used for a region of the buffer. Some faces also have
68 ;; The order of the faces that appear in the menu and their keybindings can be
70 ;; `facemenu-new-faces-at-end'. List faces that you want to use in documents
71 ;; in `facemenu-listed-faces'.
78 ;; There is at present no way to display what the faces look like in
81 ;; `list-faces-display' shows the faces i
[all...]
H A Dcus-edit.el8 ;; Keywords: help, faces
216 :link '(custom-group-link :tag "Font Lock Faces group" font-lock-faces)
222 :link '(custom-group-link :tag "Font Lock Faces group" font-lock-faces)
329 :link '(custom-group-link :tag "Font Lock Faces group" font-lock-faces)
332 (defgroup faces nil function
357 (defgroup custom-faces nil
360 :group 'faces)
1156 This includes new user option variables and faces, and new
1157 customization groups, as well as older options and faces whose meanings
1262 If FACE is nil, customize all faces
[all...]
H A Dhilit-chg.el7 ;; Keywords: faces
47 ;; `highlight-changes-rotate-faces'. This rotates through a series
48 ;; of different faces, so you can distinguish "new" changes from "older"
49 ;; changes. You can customize these "rotated" faces in two ways. You can
51 ;; `highlight-changes-face-list'. If, however, the faces differ from
54 ;; the faces are required they will be constructed from
85 ;; (add-hook 'write-file-functions 'highlight-changes-rotate-faces nil t)
89 ;; (remove-hook 'write-file-functions 'highlight-changes-rotate-faces t)
150 ;; highlight-changes-rotate-faces
155 ;; You can automatically rotate faces whe
[all...]
H A Dfont-lock.el8 ;; Keywords: languages, faces
34 ;; Regexps are used to display selected patterns in other faces.
37 ;; When this minor mode is on, the faces of the current line are updated with
195 ;; - Keep the faces distinct from each other as far as possible.
220 :group 'faces)
222 (defgroup font-lock-faces nil
292 ;; Now we create our own faces, but we keep these variables for compatibility
1815 ;; Note that `defface' will not overwrite any faces declared above via
1836 :group 'font-lock-faces)
1847 :group 'font-lock-faces)
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/obsolete/
H A Dfast-lock.el8 ;; Keywords: faces files
86 ;; - Lucid: Use `list-faces' for `face-list'
112 ;; - XEmacs: Removed `list-faces' `defalias'
132 ;; - Added `fast-lock-save-faces' list of faces to save (idea from Stig/Tibor)
157 ;; - XEmacs: Made `fast-lock-save-faces' default to `font-lock-face-list'
214 "Return non-nil if FACE is one of `fast-lock-save-faces'."
215 `(or (null fast-lock-save-faces)
217 (memq ,face fast-lock-save-faces)
218 (let ((faces ,fac
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dcwarn.el7 ;; Keywords: c, languages, faces
124 :group 'faces)
H A Dcc-defs.el1229 (defsubst c-got-face-at (pos faces)
1231 faces in the list FACES."
1232 (let ((pos-faces (get-text-property pos 'face)))
1233 (if (consp pos-faces)
1235 (while (and pos-faces
1236 (not (memq (car pos-faces) faces)))
1237 (setq pos-faces (cdr pos-faces)))
1238 pos-faces)
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dgnus-cite.el298 "*List of faces used for highlighting citations.
323 (defcustom gnus-article-boring-faces (cons 'gnus-signature gnus-cite-face-list)
324 "List of faces that are not worth reading.
373 The faces are taken from `gnus-cite-face-list'.
388 (faces gnus-cite-face-list)
397 face (car faces)
398 faces (or (cdr faces) gnus-cite-face-list)
H A Dgnus-art.el219 `gnus-article-boring-faces'."
925 (defcustom gnus-picon-databases '("/usr/lib/picon" "/usr/local/faces"
927 "Defines the location of the faces database.
2222 (let (face faces from)
2231 (push (mail-header-field-value) faces))))
2232 (when faces
2240 (while faces
2241 (when (setq png (gnus-convert-face-to-png (pop faces)))
2262 (let (x-faces from face)
2274 (push (mail-header-field-value) x-faces))
[all...]
/macosx-10.9.5/emacs-92/emacs/src/
H A Dmsdos.c999 /* Since faces get cached and uncached behind our back, we can't
1068 IT_set_face (cf); /* handles invalid faces gracefully */
1312 all kinds of faces and display tables could have changed
1793 frame is being created, but its faces are not yet realized. In
1795 any valid faces and will abort. Instead, use the initial screen
2488 face_change_count++; /* forces xdisp.c to recompute basic faces */
3609 IT_menu_display (XMenu *menu, int y, int x, int pn, int *faces, int disp_help)
3631 face = faces[enabled + mousehere * 2];
3787 int faces[4], buffers_num_deleted = 0;
3807 faces[
3603 IT_menu_display(XMenu *menu, int y, int x, int pn, int *faces, int disp_help) argument
3780 int faces[4], buffers_num_deleted = 0; local
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/term/
H A Dw32-win.el78 (require 'faces)
1081 (setq frame-creation-function 'x-create-frame-with-faces)
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dru-refcard.tex478 ��������� ���������� � ���������� (faces) & \kbd{M-x customize} \\
H A Dsurvival.tex389 \key{M-x customize} customize variables and faces
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dreftex.el2325 (defun reftex-verified-face (&rest faces)
2334 (while (setq face (pop faces))
/macosx-10.9.5/emacs-92/emacs/lisp/mh-e/
H A Dmh-e.el982 ;; the groups mh-faces and mh-hooks which are last .
1000 ;; All faces must be placed in the mh-faces group; in addition, add
1002 ;; described. Since the mh-faces group appears near the end of this
1003 ;; section, the faces will appear at the end of these other groups.
1152 (defgroup-mh mh-faces nil
1156 :group 'faces
1893 `ftp://ftp.cs.indiana.edu/pub/faces/compface/compface.tar.Z'). The
2814 `ftp://ftp.cs.indiana.edu/pub/faces/compface/compface.tar.z'). Recent
3150 ;;; Faces (:group 'mh-faces
[all...]

Completed in 261 milliseconds

12