emacs-devel
[Top][All Lists]
Advanced

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

Re: moving more cl seq/mapping support into core


From: Leo
Subject: Re: moving more cl seq/mapping support into core
Date: Sun, 26 Sep 2010 14:13:07 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (Mac OS X 10.6.4)

On 2010-09-26 11:37 +0100, Richard Stallman wrote:
> Since they would occupy parts of the address space that users expect
> is theirs, we would need to document them all in the Lisp manual.

Thanks. I think we need not to worry the user address space too much.
Those functions are descriptive so it is unlikely someone wants to name
a function say remove-if that does something different. Even if they do
they can still play with the name by adding *, +, ++, x etc as we have
seen in many places. The majority can continue to like what remove-if
does.

> Aside from that, the keyword-based interfaces of these functions does
> not fit the style of Emacs Lisp very well.

But all the major build blocks like define-derived-mode, defcustom,
define-minor-mode, easy-menu-define etc use keyword arguments.

And completing-read, I often want to specify the DEF argument and it is
pretty difficult to remember where it is without checking it out with
C-h f.

Leo




reply via email to

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