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: Lars Ingebrigtsen
Subject: Re: [Emacs-diffs] emacs-25 a9c48d5: Additional fixes for file notification
Date: Tue, 23 Feb 2016 12:58:04 +1100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

John Wiegley <address@hidden> writes:

>> Here's a list of `cl-' stuff that I like to use, which I think wouldn't
>> bring confusion without a `cl-' prefix: `cl-find-if', `cl-remove-if-not',
>> `cl-incf', `cl-position-if', `cl-caadr', `cl-rotatef',
>> `cl-destructuring-bind'.
>
> +100 from me. I deeply dislike the cl- prefix, especially for common things
> like incf and loop.

Me three.

> I would like to see prefix-less aliases for many of the functions in
> cl-lib.  Let's create a module cl-intf that requires cl-lib and
> provides those aliases; and then allow cl-intf to be used in core, so
> long as we ensure that cl-intf never shadows existing Emacs Lisp
> functions also in core.

I kinda worry about the back-and-forthness on this issue, though.  Even
if I really dislike typing and reading stuff like `cl-incf', at least we
had finally arrived at a solution where those functions could be used.
Do we want to rehash this discussion once more?  :-)

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



reply via email to

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