Adrian Aichner <aichner(a)ecf.teradyne.com> writes:
(custom-set-faces
- '(default ((t (:family "Courier New" :bold nil :italic nil))) t)
+ '(default ((t (:background "white" :bold nil :italic nil))) t)
'(gui-button-face ((t (:foreground "black" :background
"white"))) t)
This works fine with 21.2-b17+ with your frob-face-property patch applied.
However, the new setting for face 'default does not work for
21.1-b2
21.1.3
21.1.4
Please define 'does not work' more exactly. Note that the new
customize specifier stuff is written to fix real problems that occur
when mixing old and new ways of setting the fonts. So it is not in
itself surprising that there are problems with the old method. However
we need to check we didn't introduce any new ones by accident in the
21.1.x series.