emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bad interaction of face-spec-set and customize-face


From: Glenn Morris
Subject: bad interaction of face-spec-set and customize-face
Date: Sat, 01 Mar 2008 17:25:13 -0500
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]