all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bad interaction of face-spec-set and customize-face
@ 2008-03-01 22:25 Glenn Morris
  2008-03-02 17:25 ` Richard Stallman
  0 siblings, 1 reply; 3+ messages in thread
From: Glenn Morris @ 2008-03-01 22:25 UTC (permalink / raw)
  To: emacs-devel


emacs -Q
M-x customize-face font-lock-comment-face
Change foreground to blue
"Set for current session"
   -> face changes to blue

emacs -Q
(face-spec-set 'font-lock-comment-face
                    '((t (:foreground "OrangeRed"))))
M-x customize-face font-lock-comment-face
Change foreground to blue
"Set for current session"
  -> face does not change




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-03-03  9:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-01 22:25 bad interaction of face-spec-set and customize-face Glenn Morris
2008-03-02 17:25 ` Richard Stallman
2008-03-03  9:11   ` Glenn Morris

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.