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

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

Re: unckeck attributes in .Xresources?


From: Scott Frazer
Subject: Re: unckeck attributes in .Xresources?
Date: Fri, 18 Apr 2008 07:26:59 -0400
User-agent: Thunderbird 2.0.0.12 (Windows/20080213)

Zordid wrote:
Hi I'm using gnu emacs version 22.1.1 and I'm trying to uncheck some
face attributes from my .Xresources file. I know how to do it from
the .emacs file but I would really like to do it from the .Xresouces
file.

For example . . .
I can set the background color of the region highlight like this:

Emacs.region*attributesBackground: black

But how do I remove the attribute? I tried:

Emacs.region*attributesBackground: nil
Emacs.region*attributesBackground: off
Emacs.region*attributesBackground: false

But the result are the same. The background value is set to either
nil, off or false.
How do I unset/uncheck the value from the .Xresources file?

xrdb -remove "Emacs.region*attributesBackground"


reply via email to

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