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

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

Re: Debian emacs -nw and background colour


From: sven . bretfeld
Subject: Re: Debian emacs -nw and background colour
Date: Sun, 22 Apr 2007 19:45:28 +0200
User-agent: Mutt/1.5.13 (2006-08-11)

Hi Branden

On Sun, Apr 22, 2007 at 04:27:29PM +0100, Brendan Halpin wrote:
> When I run emacs in an xterm under Debian, the background switches
> >from white (255,255,255) to grey90 right at the end of reading
> .emacs.

I have no idea what causes this effect. But have you tried to define a
color theme in your .emacs in the following way?

(when (not window-system)
  (color-theme-emacs-nw)
)

However, the theme emacs-nw has a grey background. Maybe any other
theme of the Debian emacs-goodies package is suitable for your
needs. Or maybe a color definition using the (when (not window-system)
(...)) command has the wanted effect.

Good luck,
Sven





reply via email to

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