emacs-devel
[Top][All Lists]
Advanced

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

Re: cl-macs and (require 'cl)


From: Davis Herring
Subject: Re: cl-macs and (require 'cl)
Date: Tue, 30 Jun 2009 14:07:07 -0700 (PDT)
User-agent: SquirrelMail/1.4.8-5.7.lanl3.newsieve

> How is cl-macs.el supposed to be loaded? cl-macs.el has a (require
> 'cl) in it. Is that a bug or?

If you do the recommended "(eval-when-compile (require 'cl))" in your code
and then use only macros from the CL package, the compiled file has
already had the macros expanded and contains no references to objects in
the CL package or to the 'cl symbol.  So it doesn't matter what's in
cl-macs.el.

Davis

-- 
This product is sold by volume, not by mass.  If it appears too dense or
too sparse, it is because mass-energy conversion has occurred during
shipping.




reply via email to

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