Ryan Yeske <[EMAIL PROTECTED]> writes: > [EMAIL PROTECTED] (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. _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel