emacs-devel
[Top][All Lists]
Advanced

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

Re: cl-pushnew and other functions


From: PJ Weisberg
Subject: Re: cl-pushnew and other functions
Date: Fri, 29 Jun 2012 13:36:13 -0700

On Fri, Jun 29, 2012 at 9:53 AM, Stefan Monnier
<address@hidden> wrote:
>> I think the basic function in CL should just be considered part of the Emacs
>> Lisp language,
>
> We simply disagree.  But at least now you can use all cl-* functions
> (like cl-remove-if) in Elisp packages bundled with Emacs (tho we don't
> want to preload cl-lib, so those functions cannot be used in preloaded
> files).

And for packages *not* bundled with Emacs, you can always put

(with-no-warnings
  (require 'cl))

at the top of every file just out of obstinacy.  :-)

-PJ

Gehm's Corollary to Clark's Law: Any technology distinguishable from
magic is insufficiently advanced.



reply via email to

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