Vin Shelton wrote:
On Tue, Mar 4, 2008 at 3:19 AM, Didier Verna
<didier(a)xemacs.org> wrote:
> Vin Shelton wrote:
>
> > Sometime between 2008-02-15 and 2008-02-28, the 21.5 modeline got
> > messed up on my cygwin build. Please see the attached images.
> >
> > Each of these images was taken immediately after starting a -vanilla
> > xemacs on cygwin . Please notice the white background behind the
> > letters on the 2008-02-28 version. I don't see this behavior on
> > Linux.
>
> Could you please show us the output of:
>
> (face-background 'modeline[-mousable])
> (face-property-instance 'modeline[-mousable] nil nil t)
>
>
Didier,
Thanks for investigating. I spent a little time looking into this
last night, but couldn't sort it out.
The results of evaluating the expressions are the same for both the
2008-02-15 and 2008-02-28 versions:
(face-background 'modeline[-mousable]) yields an error:
I think Didier wants you to try the following function calls:
(face-background 'modeline-mousable)
(face-background 'modeline)
(face-property-instance 'modeline-mousable nil nil t)
(face-property-instance 'modeline nil nil t)
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta