bug-gnu-emacs
[Top][All Lists]
Advanced

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

Re: modeline face under a tty


From: Alex Schroeder
Subject: Re: modeline face under a tty
Date: Fri, 02 Nov 2001 18:34:04 +0100
User-agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.1 (i686-pc-linux-gnu)

"Eli Zaretskii" <eliz@is.elta.co.il> writes:

>> Date: Fri, 2 Nov 2001 12:18:26 +0200
>> From: "Ehud Karni" <ehud@unix.simonwiesel.co.il>
>> 
>> Well, my solution is to keep the inverse video attribute and define the
>> reversed colors. The problem of reversed color on X is solved by:
>> 
>> (set-face-foreground 'mode-line
>>            (if window-system "white"    "magenta"))
>> (set-face-background 'mode-line
>>            (if window-system "magenta"  "white"))
> 
> That's what I do as well, but Richard thinks it's wrong.

And in color-theme.el I have code that does this as well.  I think
inverse-video and foreground/background are orthogonal concepts.  If
the tty has no colors, I want an inverse modeline, if the tty has
colors, I want the colors I custmized.

Maybe we can convince Richard?  Why did he think it's wrong?

Alex.
-- 
http://www.emacswiki.org/



reply via email to

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