[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemacs-devel] Change background colour
From: |
Pau Rul·lan Ferragut |
Subject: |
Re: [Qemacs-devel] Change background colour |
Date: |
Tue, 30 Nov 2004 22:27:17 +0100 |
User-agent: |
KMail/1.7 |
On Monday 29 November 2004 21:47, John Robinson wrote:
> On 29/11/2004 18:22, Pau Rul·lan Ferragut wrote:
> > On Monday 29 November 2004 19:03, Peter Hoffmann wrote:
>
> [...]
>
> >>// simple styles
> >>set_style("mode-line", "background-color", "grey");
> >>set_style("mode-line", "color", "black");
>
> [...]
>
> > The problem was that, if I changed the .qe/config to:
> > set_style("mode-line", "foreground-color", "black");
> > set_style("mode-line", "background-color", "grey");
> > It just segfaults. I am on Debian unstable, ppc architecture if you are
> > curiuos.
>
> Hmm, try setting "color" rather than "foreground-color"?
It seems it does not recognize the diference (does not change the apearance)
Did you mean something like this?
set_style("mode-line", "color", "grey");
Cheers,
Pau Rul·lan Ferragut