[Top][All Lists]
[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/ | (*)/'(*)
- Changing mode-line-inactive, Karl Eichwalder, 2002/02/09
- Re: Changing mode-line-inactive, Eli Zaretskii, 2002/02/09
- Re: Changing mode-line-inactive, Karl Eichwalder, 2002/02/11
- Re: Changing mode-line-inactive, Kim F. Storm, 2002/02/11
- Re: Changing mode-line-inactive, Richard Stallman, 2002/02/12
- Re: Changing mode-line-inactive, Richard Stallman, 2002/02/12