[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: rcirc.el
From: |
Henrik Enberg |
Subject: |
Re: rcirc.el |
Date: |
Mon, 10 Oct 2005 14:58:09 +0200 |
Ryan Yeske <address@hidden> writes:
> address@hidden (Kim F. Storm) writes:
>
> >
> > 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 must
> admit I don't really understand when to use (eval-when-compile
> (require 'cl)) and simply (require 'cl).
AFAICT, `member-if' and `delete-if' are the only cl.el functions used.
Another compile warning I saw was the use of the obsolete function
`read-input'. You probably want `read-string' instead. There is
also a `format' call with the wrong number of args. And a few very
long lines.
- Re: rcirc.el, (continued)
- 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