emacs-devel
[Top][All Lists]
Advanced

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

Re: [ELPA] New package: transient


From: Philippe Vaucher
Subject: Re: [ELPA] New package: transient
Date: Wed, 29 Apr 2020 21:24:20 +0200

> So, basically something like list.el containing:
>
> (defalias 'list-append 'append)
> (defalias 'list-map 'mapcar)
> (defalias 'list-add 'add-to-list)

We have seq-append and seq-map for the first two; do we need the list- versions too?

No of course we don't. It might make more sense to enhance seq to cover all list/vector operations. 

reply via email to

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