GNU bug report logs -
#73431
Add `setf` support for `stream.el` in ELPA
Previous Next
Reported by: Okamsn <okamsn <at> protonmail.com>
Date: Mon, 23 Sep 2024 01:35:01 UTC
Severity: wishlist
Done: Stefan Monnier <monnier <at> iro.umontreal.ca>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Okamsn <okamsn <at> protonmail.com> writes:
> For shortening the first line of the documentation of `seq-take-while`,
> do you think changing "Return a stream of the successive elements for
> which (PRED elt) is non-nil in STREAM" to "Return a stream of serial
> elements in STREAM for which PRED returns non-nil" works?
Hmm. How about
"Return the starting consecutive elements that fulfill PRED."
Or "front elements"?
I tried to emphasize that the function is not about the whole sequence
but starts at the front and aborts once PRED is not fulfilled. We can
later say explicitly that the predicate is called like (PRED ELT) - that
alone makes the sentence shorter.
But I'm not that good when using English language - better versions
welcome.
> Also, do you think that the documentation string for `seq-drop-while`
> should also be changed for consistency?
Sure.
Michael.
This bug report was last modified 264 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.