[Top][All Lists]
[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
- Re: rcirc.el, (continued)
- Re: rcirc.el, Richard M. Stallman, 2005/10/18
- Re: rcirc.el, Ryan Yeske, 2005/10/19
- Re: rcirc.el, Richard M. Stallman, 2005/10/19
- Re: rcirc.el, Ryan Yeske, 2005/10/19
- Re: rcirc.el, Richard M. Stallman, 2005/10/20
- Re: rcirc.el, Romain Francoise, 2005/10/20
- Re: rcirc.el, Henrik Enberg, 2005/10/20
- Re: rcirc.el, Romain Francoise, 2005/10/20
Re: rcirc.el, Kim F. Storm, 2005/10/10
Re: rcirc.el, Stefan Monnier, 2005/10/10
Re: rcirc.el, Richard M. Stallman, 2005/10/10