>>>> "Jan" == Jan Vroonhof
<vroonhof(a)math.ethz.ch> writes:
Jan> 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
Jan> Please define 'does not work' more exactly. Note that the new
Please see:
APA> When the problem
APA> (
http://www.xemacs.org/list-archives/xemacs-beta/9906/msg00235.html)
APA> first occured in 21.2-b16 I modified my .emacs like this:
Jan> customize specifier stuff is written to fix real problems
Jan> that occur when mixing old and new ways of setting the
Jan> fonts. So it is not in itself surprising that there are
Jan> problems with the old method. However we need to check we
Jan> didn't introduce any new ones by accident in the 21.1.x
Jan> series.
This is why I spent 1/4 of a night building 21.2-b2, 21.1.3, 21.1.4
again to track down the problem.
The result is that
'(default ((t (:background "white" :bold nil :italic nil))) t)
exposes the same problem under 21.1.[2-4]
as
'(default ((t (:family "Courier New" :bold nil :italic nil))) t)
did under 21.2-b1[67] until your frob-face-property patch came along.
HTH,
Adrian