Ryan Yeske <[EMAIL PROTECTED]> writes:

> It is well tested under both 21.3 and emacs-cvs (22).  I'll update
> this text, or should I just remove it?

I suggest you remove it.

>
>>> (require 'cl)
>>
>> Do you really require cl at runtime or just at compile time?
>
> How can I find out?  If I only use macros from the cl package? 

I guess so...

> I must
> admit I don't really understand when to use (eval-when-compile
> (require 'cl)) and simply (require 'cl).

We prefer the eval-when-compile form whenever possible.

The best way to find out is probably just to try it and look
at the byte compiler warnings (I think it warns if CL functions
are called at run-time).

-- 
Kim F. Storm <[EMAIL PROTECTED]> http://www.cua.dk



_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

Reply via email to