>>>> "Jan" == Jan Vroonhof
<vroonhof(a)math.ethz.ch> writes:
Jan> Adrian Aichner <aichner(a)ecf.teradyne.com> writes:
> Built from CVS on natively on Windows NT.
> Built info docs using my modifications to nt/xemacs.mak to generate
> info docs with XEmacs itself (no requirement to install texinfo).
>
> I believe a 21.2 bug which broke face specifiers has infiltrated
> 21.1.4.
Jan> Are you sure you checked out 21.1.4? My specifier based custom stuff
After time travelling all the way back to 21.1-b2 I was convinced that
all those verions can't be broken.
Here's the scoop, Jan:
When the problem
(
http://www.xemacs.org/list-archives/xemacs-beta/9906/msg00235.html)
first occured in 21.2-b16 I modified my .emacs like this:
(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
Regards,
Adrian
Jan> isn't in 21.1.x (I checked using cvsweb: faces.el has stayed the same
Jan> all the time)
> Jan fixed this bug for 21.2-b17++. I'll see whether the fix
works for
> 21.1.4 too.
Jan> So it works for you, that is nice.
Jan> Jan