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: Mon, 11 Feb 2002 08:56:39 +0100
User-agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2.50 (i686-pc-linux-gnu)

Richard Stallman <address@hidden> writes:

> Is this not generally true now?

The inactive mode line doesn't see the change; calling something like
switch-to-buffer will propagate it.  Maybe, it is not necessary to care
about it as long as there's a recipe how to disable this new feature.
Is it enough to add to this fragment to .emacs:

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


Eli Zaretskii <address@hidden> writes:

> I never tried to use copy-face in my customizations,

Whenever I try to improve face I use it a lot.  Admittedly, I stopped to
change the mode line appearance once I figured out these settings are
good for my needs:

    (set-face-font 'modeline
                   "-*-helvetica-medium-r-normal--12-*-*-*-p-*-iso8859-*")
    (set-face-background 'modeline "lightgrey")

At the moment I'm inclined to believe I should drop the 3D look to gain
one more pixel.

> I'm not sure what was reported is a failure.

It's all archived :)

-- 
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]