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: John Wiegley
Subject: Re: [Emacs-diffs] emacs-25 a9c48d5: Additional fixes for file notification
Date: Tue, 23 Feb 2016 14:48:33 -0800
User-agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/24.5 (darwin)

>>>>> Drew Adams <address@hidden> writes:

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

> Just remove their prefixes.

> Do that to _all_ thingies that do not have a conflict with existing
> Emacs-Lisp thingies with the same name.

> The question of which of them should be moved out of cl-lib and into
> preloaded Emacs files should be based on how much we expect them to be used.

I almost agree completely with this, except that I agree with Richard in that
I don't want everything that doesn't conflict moved out of cl-. This would
lead to unnecessary clutter in the global namespace for functions that are
rarely used.

If we want to deprecate cl.el and drop cl- prefixes from a selection of cl-lib
functions, I'm good with that plan. The next step then is determining that
list.

-- 
John Wiegley                  GPG fingerprint = 4710 CF98 AF9B 327B B80F
http://newartisans.com                          60E1 46C4 BD1A 7AC1 4BA2



reply via email to

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