[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#73431: Add `setf` support for `stream.el` in ELPA
From: |
Stefan Monnier |
Subject: |
bug#73431: Add `setf` support for `stream.el` in ELPA |
Date: |
Tue, 29 Oct 2024 12:25:19 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
>> Maybe such examples would be better in a shortdoc.
> I dunno, but the example also tells something essential: that the
> mapping happens in a delayed way. That, and the implications, might not
> be obvious. Maybe it's not wrong to have that in a docstring - maybe
> even more explicit than currently?
AFAIK, `seq-map` and `seq-mapn` always return a sequence of the same
type (same type as the first sequence in the case of `seq-mapn`).
Maybe their doc should say so more explicitly.
That info would be sufficient to know that the `seq-map(n)` does its
job lazily when applied to a stream (it would be a clear misfeature to
return a stream and yet to build that stream eagerly).
Stefan
- bug#73431: Add `setf` support for `stream.el` in ELPA, (continued)
- bug#73431: Add `setf` support for `stream.el` in ELPA, Stefan Monnier, 2024/10/28
- bug#73431: Add `setf` support for `stream.el` in ELPA, Michael Heerdegen, 2024/10/29
- bug#73431: Add `setf` support for `stream.el` in ELPA, Michael Heerdegen, 2024/10/29
- bug#73431: Add `setf` support for `stream.el` in ELPA, Eli Zaretskii, 2024/10/29
- bug#73431: Add `setf` support for `stream.el` in ELPA, Michael Heerdegen, 2024/10/29
- bug#73431: Add `setf` support for `stream.el` in ELPA, Eli Zaretskii, 2024/10/29
- bug#73431: Add `setf` support for `stream.el` in ELPA, Michael Heerdegen, 2024/10/29
- bug#73431: Add `setf` support for `stream.el` in ELPA, Stefan Monnier, 2024/10/29
- bug#73431: Add `setf` support for `stream.el` in ELPA, Stefan Monnier, 2024/10/29
- bug#73431: Add `setf` support for `stream.el` in ELPA, Michael Heerdegen, 2024/10/29
- bug#73431: Add `setf` support for `stream.el` in ELPA,
Stefan Monnier <=
- bug#73431: Add `setf` support for `stream.el` in ELPA, Philip Kaludercic, 2024/10/19
- bug#73431: Add `setf` support for `stream.el` in ELPA, Stefan Monnier, 2024/10/05
- bug#73431: Add `setf` support for `stream.el` in ELPA, Okamsn, 2024/10/05