emacs-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] sequence manipulation functions


From: Nicolas Petton
Subject: Re: [PATCH] sequence manipulation functions
Date: Thu, 13 Nov 2014 00:06:29 +0100
User-agent: mu4e 0.9.9.6pre3; emacs 24.3.1

Hi,

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

Attachment: seq.diff
Description: Text Data

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]