From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: ELPA update Newsgroups: gmane.emacs.sources,gmane.emacs.devel Subject: [GNU ELPA] Seq version 2.24 Date: Sun, 31 Mar 2024 05:53:44 -0400 Message-ID: <85wmpisp5j.fsf@elpa.gnu.org> Reply-To: help-gnu-emacs@gnu.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="34562"; mail-complaints-to="usenet@ciao.gmane.io" Cc: nil To: gnu-emacs-sources@gnu.org Original-X-From: gnu-emacs-sources-bounces+gnu-gnu-emacs-sources=m.gmane-mx.org@gnu.org Sun Mar 31 11:54:39 2024 Return-path: Envelope-to: gnu-gnu-emacs-sources@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1rqrtf-0008py-Pn for gnu-gnu-emacs-sources@m.gmane-mx.org; Sun, 31 Mar 2024 11:54:39 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rqrsq-00064S-Ab; Sun, 31 Mar 2024 05:53:48 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rqrsm-00060r-U8; Sun, 31 Mar 2024 05:53:44 -0400 Original-Received: from elpa.gnu.org ([2001:470:142::89]) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rqrsm-0005U4-M7; Sun, 31 Mar 2024 05:53:44 -0400 Original-Received: by elpa.gnu.org (Postfix, from userid 1002) id 9FB4C6225A; Sun, 31 Mar 2024 05:53:44 -0400 (EDT) X-BeenThere: gnu-emacs-sources@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: GNU Emacs source code postings and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gnu-emacs-sources-bounces+gnu-gnu-emacs-sources=m.gmane-mx.org@gnu.org Original-Sender: gnu-emacs-sources-bounces+gnu-gnu-emacs-sources=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.sources:8791 gmane.emacs.devel:317425 Archived-At: Version 2.24 of package Seq has just been released in GNU ELPA. You can now find it in M-x list-packages RET. Seq describes itself as: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D Sequence manipulation functions =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D More at https://elpa.gnu.org/packages/seq.html ## Summary: Sequence-manipulation functions that complement basic functions provided by subr.el. All functions are prefixed with "seq-". All provided functions work on lists, strings and vectors. Functions taking a predicate or iterating over a sequence using a function as argument take the function as their first argument and the sequence as their second argument. All other functions take the sequence as their first argument. ## Recent NEWS: [Not provided =F0=9F=99=81]