emacs-devel
[Top][All Lists]
Advanced

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

customize-face not working?


From: David Reitter
Subject: customize-face not working?
Date: Mon, 27 Apr 2009 08:29:44 -0400

I wonder if this is a bug (GNU Emacs from Git repo, recent. NS port.):

----
Emacs -Q

(set-face-attribute 'default nil
                    :height 130
                    :family "Lucida Grande")
;; switches default face

(customize-face 'default)
;; switch back manually to Monaco

(make-frame-command)  ;; C-x 5 2
;; the new frame is shown in the Lucida face.  Why?
----

The same thing works as I would expect in Emacs 22. I would generally assume that `customize-face' applies to faces in future frames as well. If this is no bug, I think an entry in NEWS under "Faces" would be appropriate....

Cc'ing Bob Halley who isolated this (but doesn't think it's a bug).


PS.: text-scale-mode is mentioned twice in NEWS.








reply via email to

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