emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Changing mode-line-inactive


From: Karl Eichwalder
Subject: Re: Changing mode-line-inactive
Date: Wed, 13 Feb 2002 20:55:37 +0100
User-agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2.50 (i686-pc-linux-gnu)

Richard Stallman <address@hidden> writes:

> I think this change should arrange to update display immediately
> whenever face attributes are changed.  Does it work?
>
> *** xfaces.c.~1.249.~ Sat Feb  9 04:06:22 2002
> --- xfaces.c  Tue Feb 12 06:54:47 2002

Yes, it does.

Another problem is the following (using your patch):

    C-x 2

And in *Scratch* eval:

    (copy-face 'mode-line 'mode-line-inactive)

Now both mode lines are displayed with the mode-line face.  Open
another frame:

    C-x 5 b RET

The new frame has the old mode-line-inactive.  Okay.  But, and that is
a little bit astonishing, going back to *Scratch* and eval:

    (copy-face 'highlight 'mode-line-inactive)

This time it will affect the other frame, too.

-- 
address@hidden (work) / address@hidden (home):              |
http://www.suse.de/~ke/                                  |      ,__o
Free Translation Project:                                |    _-\_<,
http://www.iro.umontreal.ca/contrib/po/HTML/             |   (*)/'(*)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]