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

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

Re: problems with face-spec-reset-face and set-face-attribute


From: Juri Linkov
Subject: Re: problems with face-spec-reset-face and set-face-attribute
Date: Mon, 10 Oct 2005 09:14:59 +0300
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

> Here, again, is the recipe to reproduce the bug:
>
>     emacs -q
>     (setq pop-up-frames t)
>     M-x list-faces-display
>     Click mouse-2 on completions-first-difference. It shows Inherit: bold.
>     M-: (set-face-attribute 'completions-first-difference nil
>     :inherit 'unspecified)

`unspecified' does just what it says, i.e. leaves the default frame
value untouched.  If you want to change the default for new frames,
you can set the value of this attribute to nil.  So this should work
just fine:

    (set-face-attribute 'completions-first-difference nil :inherit nil)
                                                                   ===

-- 
Juri Linkov
http://www.jurta.org/emacs/





reply via email to

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