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

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

Re: Persistent white background


From: Peter Dyballa
Subject: Re: Persistent white background
Date: Mon, 17 Jan 2005 00:49:50 +0100


Am 15.01.2005 um 21:55 schrieb Pascal Bourguignon:

Oops, I forgot I have an advice on set-background-color:

(defadvice set-background-color (after sbc-fringe last (color-name) activate)
    (when (facep 'fringe) (set-face-background 'fringe color-name)))

Isn't the fringe just a wide and colourful vertical border at both sides of the buffer that contains line continuation marks?

Have you tried to set X defaults this way?

Emacs*background:    LightSteelBlue
Emacs*foreground:    DarkGreen

Could you check with strings what GNU Emacs expects as X ressources?

strings /usr/bin/emacs-21.3.50 | egrep '(back|fore)ground'

I too made GTK Emacsen under Red Hat Linux and Mac OS X and had no problems with X resoources.

--
Mit friedvollen Grüßen

  Pete

Remember: use logout to logout.




reply via email to

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