unofficial mirror of emacs-devel@gnu.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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).