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: Stefan Monnier
Subject: Re: cl-pushnew and other functions
Date: Fri, 29 Jun 2012 12:53:16 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux)

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

> the same way that we have dolist in subr.el now.

Actually dolist and cl-dolist are not the same.


        Stefan



reply via email to

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