From: Eli Zaretskii Newsgroups: comp.os.msdos.djgpp Subject: Re: emacs background colors Date: Sat, 08 Apr 2000 11:59:30 +0200 Organization: NetVision Israel Lines: 15 Message-ID: <38EF0302.84BC9408@is.elta.co.il> References: <38EED3AF DOT 57D0E9C AT interchange DOT ubc DOT ca> NNTP-Posting-Host: ras1-p97.rvt.netvision.net.il Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news.netvision.net.il 955187906 27617 62.0.172.99 (8 Apr 2000 09:58:26 GMT) X-Complaints-To: abuse AT netvision DOT net DOT il NNTP-Posting-Date: 8 Apr 2000 09:58:26 GMT X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en,ru,hebrew To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Frank Doyle wrote: > > Does anyone know how to change the background color in emacs? I use a > .Xdefaults file on my unix system, but I haven't been able to figure it > out for my ms-dos system. M-x set-background-color RET blue RET However, I don't recommend changing the default background color. Many colors defined by Emacs packages assume the default light-gray background; if you change that, chances are that you will need to frob many definitions of other colors/faces as well. Down that path lies madness. Just stick to the default background for a while. You will get used to it, eventually. I did.