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

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

Re: Persistent white background


From: Pascal Bourguignon
Subject: Re: Persistent white background
Date: 15 Jan 2005 18:22:27 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

Torsten Bronger <bronger@physik.rwth-aachen.de> writes:

> Hallöchen!
> 
> I've just compiled the current Emacs CVS with the "gtk" option and
> installed it on my SUSE 9.2 system.  Everything works fine except
> for the background.  The proper background color is set only behind
> characters, but not in the empty part of the frame.  So my
> background is partly black (the actual set-background-color) and
> white.  Settings in ~/.Xdefaults didn't help (and shouldn't be
> necessary, should they?), neither did the "don't apply KDE colours
> to non-KDE application" setting of KDE.  What could have gone wrong?

You must use both these calls:

        (set-face-background 'border color)
        (set-background-color        color)

-- 
__Pascal Bourguignon__                     http://www.informatimago.com/
Litter box not here.
You must have moved it again.
I'll poop in the sink. 

reply via email to

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