bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#3408: customize-face not working: seems to apply to frame-face


From: David Reitter
Subject: bug#3408: customize-face not working: seems to apply to frame-face
Date: Wed, 27 May 2009 23:08:45 -0400

On May 27, 2009, at 10:12 PM, Kenichi Handa wrote:
If the arg FRAME is nil, set-face-attribute changes
attributes on all frames plus the default for new frames

But customize-face changes only the attributes of existing
frames.

(customize-face 'default) ;; set :background back to "#ffffff"

(face-attribute 'default :background nil) => "#ffffff"
(face-attribute 'default :background t) => "gray"

So is this a new, intentional "feature"?

I presume there has been a discussion about this... because without knowing the reasoning behind this, I'd say it was a bad call. Very confusing to users, who, by default, shouldn't be concerned with frame- specific faces. Note that even "save for future sessions" won't set the face for future frames. How would I set a face through the customize interface that is valid for current and future frames?

Attachment: smime.p7s
Description: S/MIME cryptographic signature


reply via email to

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