emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] emacs-25 a9c48d5: Additional fixes for file notificati


From: Stefan Monnier
Subject: Re: [Emacs-diffs] emacs-25 a9c48d5: Additional fixes for file notification
Date: Tue, 23 Feb 2016 11:50:39 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

>> We have that.  It's called cl.el.

> That's acceptable to me, so long as its still OK to (eval-when-compile
> (require 'cl)) in core modules.  I think this decision started because
> someone did that and you asked them to use cl-lib.el.

I made an effort to try and eliminate all uses of `cl' (both
compile-time and run-time), with the aim to mark `cl' as obsolete at
some point, and move it to GNU ELPA.

Now, you're the boos, so you don't have to do what I planned.

Still, I think it's silly to keep cl.el other than for backward
compatibility.  Better move the few commonly used thingies out of cl-lib
and remove their "cl-" prefix.  As we've already done over the years
with push/pop/dolist/dotimes/setf/...


        Stefan



reply via email to

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