bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#16963: A patch to create a list-with-tail primitive.


From: Lars Ingebrigtsen
Subject: bug#16963: A patch to create a list-with-tail primitive.
Date: Wed, 24 Feb 2016 13:51:43 +1100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

Demetrios Obenour <demetriobenour@gmail.com> writes:

> Since a comment in backquote.el said that backquote-list* needed to be a
> primitive, here is an implementation of it as one, under the name
> list-with-tail.

[...]

> -(defun cl-list* (arg &rest rest)
> +(defalias 'cl-list* (symbol-function 'list*)
>    "Return a new list with specified ARGs as elements, consed to last

Reading this bug report, there seemed to be general agreement that Emacs
should have `list*', and that `cl-list*' should be an alias for it, but
these patches were not applied.

I can't find your name in the Emacs copyright assignment file -- would
you be willing to sign a copyright assignment to the FSF?

And then, could you re-spin the patches, along with changes to the
lispref manual as needed (and an etc/NEWS entry)?

-- 
(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]