emacs-devel
[Top][All Lists]
Advanced

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

Re: rcirc.el


From: Kim F. Storm
Subject: Re: rcirc.el
Date: Mon, 10 Oct 2005 12:31:52 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Ryan Yeske <address@hidden> 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 <address@hidden> http://www.cua.dk





reply via email to

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