> 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/
_______________________________________________
Emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug