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: Stephen Leake
Subject: Re: [h-e-w] Configuring for Unix colors
Date: Fri, 18 May 2007 02:56:52 -0400
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (windows-nt)

"Lennart Borgman (gmail)" <address@hidden> writes:

> Unfortunately color-theme.el brakes things because it does
>
>     (require 'cl)
>
> instead of the correct
>
>     (eval-when-compile (require 'cl))

That just means all of cl is loaded at run time, rather than just at
compile time. 

I understand the convention is that if the code is only using cl
macros, and not cl functions, it should use the latter construct.

Using the former construct may be inefficient, but why do you say it
is "broken"?

-- 
-- Stephe




reply via email to

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