unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#3210: face customization fails after set-face-attribute
@ 2009-05-04 20:04 David Reitter
  2012-06-09  5:39 ` Chong Yidong
  0 siblings, 1 reply; 5+ messages in thread
From: David Reitter @ 2009-05-04 20:04 UTC (permalink / raw)
  To: emacs-pretest-bug

Emacs -Q

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

(customize-face 'default)
;; switch back manually to Monaco and "set for current session"

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


Upon inspection of some code, it appears unclear why `face-spec-set'  
iterates over all frame faces and sets the new spec there, but doesn't  
set the right property to set the face for future frames in case for- 
defface is t.







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

end of thread, other threads:[~2012-11-25  5:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-05-04 20:04 bug#3210: face customization fails after set-face-attribute David Reitter
2012-06-09  5:39 ` Chong Yidong
2012-06-09 15:12   ` bug#3408: " Drew Adams
2012-11-25  4:52     ` bug#3210: " Drew Adams
2012-11-25  5:04       ` Chong Yidong

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).