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

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

Re: [h-e-w] Configuring for Unix colors


From: Lennart Borgman (gmail)
Subject: Re: [h-e-w] Configuring for Unix colors
Date: Thu, 17 May 2007 19:28:20 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.3) Gecko/20070326 Thunderbird/2.0.0.0 Mnenhy/0.7.5.666

Unfortunately color-theme.el brakes things because it does

   (require 'cl)

instead of the correct

   (eval-when-compile (require 'cl))

I did a search on EmacsWiki.org and noticed that quite a few of the files there have this error.

Maybe these files should be quarantained until they are fixed on EmacsWiki since they can create trouble that is quite hard to find?



Chris McMahan wrote:
I would highly recommend you install a package called color-theme.
There are dozens of prebuilt color themes available, and you can
create your own as well.

http://www.emacswiki.org/cgi-bin/wiki?ColorTheme

- Chris

Sean LeBlanc writes:
By "unix" colors, I mean the default that one gets on at least some
installations of Emacs on *nix...a green background (with yellow fg?).

Is there configuration code I could copy into my .emacs to do this? I
started down the path of trying to guess what the defaults are and putting
those in my file, but that seems a rather naive way of going about this,
especially if it's already taken care of with a module or someone else
.emacs config.

Thanks!

--
Sean LeBlanc:address@hidden http://sean-leblanc.blogspot.com/ C makes it easy for you to shoot yourself in the foot. C++ makes that harder, but when you do, it blows away your whole leg. -Bjarne Stroustrup






reply via email to

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