unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Re: master 92df7cd923 1/2: Add 'seq-keep'
       [not found] ` <20221004194628.0CB36C0CD98@vcs2.savannah.gnu.org>
@ 2022-10-06 12:48   ` Arash Esbati
  2022-10-06 12:57     ` Lars Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: Arash Esbati @ 2022-10-06 12:48 UTC (permalink / raw)
  To: emacs-devel; +Cc: Lars Ingebrigtsen

Lars Ingebrigtsen <larsi@gnus.org> writes:

> branch: master
> commit 92df7cd923d0e870f08484cec06c2726be30882b
> Author: Lars Ingebrigtsen <larsi@gnus.org>
> Commit: Lars Ingebrigtsen <larsi@gnus.org>
>
>     Add 'seq-keep'
>     
>     * doc/lispref/sequences.texi (Sequence Functions): Document it.
>     * lisp/emacs-lisp/seq.el (seq-keep): New function (bug#58278).
>
> diff --git a/etc/NEWS b/etc/NEWS
> index eb5d3afbd8..06e91f5d71 100644
> --- a/etc/NEWS
> +++ b/etc/NEWS
> @@ -3150,6 +3150,11 @@ These can be used for buttons in buffers and the like.  See the
>  This returns a list of the (zero-based) indices of elements matching a
>  given predicate in the specified sequence.
>  
> ++++
> +** New function 'seq-keep'.
> +This is like 'seq-map', but removes all non-nil results from the
                                           ^^^

Is this possibly a typo?  

> +returned list.

Best, Arash



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: master 92df7cd923 1/2: Add 'seq-keep'
  2022-10-06 12:48   ` master 92df7cd923 1/2: Add 'seq-keep' Arash Esbati
@ 2022-10-06 12:57     ` Lars Ingebrigtsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Ingebrigtsen @ 2022-10-06 12:57 UTC (permalink / raw)
  To: Arash Esbati; +Cc: emacs-devel

Arash Esbati <arash@gnu.org> writes:

>> +** New function 'seq-keep'.
>> +This is like 'seq-map', but removes all non-nil results from the
>                                            ^^^
>
> Is this possibly a typo?  

Yup; thanks.  Now fixed.



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-10-06 12:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <166491278711.16632.4424287381002829720@vcs2.savannah.gnu.org>
     [not found] ` <20221004194628.0CB36C0CD98@vcs2.savannah.gnu.org>
2022-10-06 12:48   ` master 92df7cd923 1/2: Add 'seq-keep' Arash Esbati
2022-10-06 12:57     ` Lars Ingebrigtsen

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).