[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#33309: Add flatten-list?
From: |
Alex Branham |
Subject: |
bug#33309: Add flatten-list? |
Date: |
Mon, 10 Dec 2018 17:17:21 -0600 |
User-agent: |
mu4e 1.1.0; emacs 27.0.50 |
On Mon 10 Dec 2018 at 16:42, Basil L. Contovounesios <contovob@tcd.ie> wrote:
> Given Emacs' recursive limitations, wouldn't an iterative implementation
> be better? For instance, the following currently blows
> max-specpdl-size:
Yes, that does seem better, updated patch attached. I also updated the
docstring to explicitly state how it handles nil values and dotted
pairs.
Basil, if you want git author credit, feel free to use yourself as the
author since you wrote the function :-)
Alex
0001-New-function-flatten-tree.patch
Description: Text Data
- bug#33309: Add flatten-list?, Michael Albinus, 2018/12/10
- bug#33309: Add flatten-list?, Stefan Monnier, 2018/12/10
- bug#33309: Add flatten-list?, Basil L. Contovounesios, 2018/12/10
- bug#33309: Add flatten-list?,
Alex Branham <=
- bug#33309: Add flatten-list?, Basil L. Contovounesios, 2018/12/10
- bug#33309: Add flatten-list?, Stephen Berman, 2018/12/10
- bug#33309: Add flatten-list?, Michael Albinus, 2018/12/11
- bug#33309: Add flatten-list?, martin rudalics, 2018/12/11