[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.
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
- Re: [PATCH] sequence manipulation functions, (continued)
- Re: [PATCH] sequence manipulation functions, Daniel Colascione, 2014/11/07
- Re: [PATCH] sequence manipulation functions, Stefan Monnier, 2014/11/10
- Re: [PATCH] sequence manipulation functions, Nicolas Petton, 2014/11/10
- Re: [PATCH] sequence manipulation functions, Nicolas Petton, 2014/11/10
- Re: [PATCH] sequence manipulation functions, Stefan Monnier, 2014/11/10
- Re: [PATCH] sequence manipulation functions, Nicolas Petton, 2014/11/12
- Re: [PATCH] sequence manipulation functions, Bozhidar Batsov, 2014/11/12
- Re: [PATCH] sequence manipulation functions, Nicolas Petton, 2014/11/12
- Re: [PATCH] sequence manipulation functions, Stefan Monnier, 2014/11/12
- Re: [PATCH] sequence manipulation functions, Nicolas Petton, 2014/11/12
- Re: [PATCH] sequence manipulation functions,
Nicolas Petton <=
- Re: [PATCH] sequence manipulation functions, Nic Ferrier, 2014/11/12
- Re: [PATCH] sequence manipulation functions, Leo Liu, 2014/11/12
- RE: [PATCH] sequence manipulation functions, Drew Adams, 2014/11/13
- Re: [PATCH] sequence manipulation functions, Leo Liu, 2014/11/14
- Re: [PATCH] sequence manipulation functions, Bozhidar Batsov, 2014/11/16
- Re: [PATCH] sequence manipulation functions, Nicolas Petton, 2014/11/16
- RE: [PATCH] sequence manipulation functions, Drew Adams, 2014/11/16
- Re: [PATCH] sequence manipulation functions, Stefan Monnier, 2014/11/16
- Re: [PATCH] sequence manipulation functions, Richard Stallman, 2014/11/16
- Re: [PATCH] sequence manipulation functions, Nicolas Petton, 2014/11/17