emacs-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] sequence manipulation functions


From: Damien Cassou
Subject: Re: [PATCH] sequence manipulation functions
Date: Sun, 16 Nov 2014 08:38:38 +0100

What are the news about this?

On Nov 13, 2014 12:06 AM, "Nicolas Petton" <address@hidden> wrote:
Hi,

Here is a new version of the patch that I hope addresses all of your
comments Stefan.



I have renamed the library "seq" instead of "sequences".

This patch also adds the following functions: seq-take-while,
seq-drop-while, seq-remove, seq-count, seq-do (as an alias to mapc),
seq-each (same alias), seq-map (as an alias to mapcar), as well as the
seq-doseq macro, similar to dolist.

If you think that some important functions are missing, please tell me.

I didn't add documentation yet, as I don't really know if it should be
in the Sequences section of the Elisp manual or somewhere else.

Cheers,
Nico


reply via email to

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