[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: modeline face under a tty
From: |
Eli Zaretskii |
Subject: |
Re: modeline face under a tty |
Date: |
Fri, 02 Nov 2001 14:28:09 +0200 |
> 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.
> It may need a tweaking for MS-DOG, Eli what say you ?
Yes, you should use display-graphic-p instead of window-system.
- Re: modeline face under a tty, Eli Zaretskii, 2001/11/01
- Message not available
- Message not available
- Re: modeline face under a tty, Edward O'Connor, 2001/11/01
- Re: modeline face under a tty, Eli Zaretskii, 2001/11/01
- Re: modeline face under a tty, Ehud Karni, 2001/11/02
- Re: modeline face under a tty,
Eli Zaretskii <=
- Re: modeline face under a tty, Richard Stallman, 2001/11/02
- Re: modeline face under a tty, Eli Zaretskii, 2001/11/02
- Re: modeline face under a tty, Richard Stallman, 2001/11/03
- Re: modeline face under a tty, Eli Zaretskii, 2001/11/04
- Re: modeline face under a tty, Alex Schroeder, 2001/11/04
- Re: modeline face under a tty, Eli Zaretskii, 2001/11/05
- Re: modeline face under a tty, Alex Schroeder, 2001/11/05
- Re: modeline face under a tty, Alex Schroeder, 2001/11/02