emacs-devel
[Top][All Lists]
Advanced

[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.




reply via email to

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