From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Damien Cassou Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] sequence manipulation functions Date: Sun, 16 Nov 2014 08:38:38 +0100 Message-ID: References: <87oasmmwzt.fsf@gmail.com> <87bnolslph.fsf@gmail.com> <87zjc2dic0.fsf@gmail.com> <87ioimtzu0.fsf@gmail.com> <87lhngcnrc.fsf@gmail.com> <87k330cj3u.fsf@gmail.com> <87ioikcf39.fsf@gmail.com> <87h9y4c93e.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e011776eb45e9ef0507f4f325 X-Trace: ger.gmane.org 1416123532 10929 80.91.229.3 (16 Nov 2014 07:38:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 16 Nov 2014 07:38:52 +0000 (UTC) Cc: Bozhidar Batsov , Stefan Monnier , Emacs developers To: Nicolas Petton Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 16 08:38:45 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XpuQ0-0001oH-0G for ged-emacs-devel@m.gmane.org; Sun, 16 Nov 2014 08:38:44 +0100 Original-Received: from localhost ([::1]:43127 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XpuPz-0007YG-I7 for ged-emacs-devel@m.gmane.org; Sun, 16 Nov 2014 02:38:43 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45691) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XpuPw-0007YB-JL for emacs-devel@gnu.org; Sun, 16 Nov 2014 02:38:41 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XpuPv-0007fG-K8 for emacs-devel@gnu.org; Sun, 16 Nov 2014 02:38:40 -0500 Original-Received: from mail-ob0-x22a.google.com ([2607:f8b0:4003:c01::22a]:40184) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XpuPv-0007fA-EY for emacs-devel@gnu.org; Sun, 16 Nov 2014 02:38:39 -0500 Original-Received: by mail-ob0-f170.google.com with SMTP id nt9so15775996obb.29 for ; Sat, 15 Nov 2014 23:38:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=fawSmKKXLQxMrE8MhUzYsap0W+o2oYhLC8l0DgVZ9M8=; b=GOsAhnmA2sURl07vCnRZlL8OAEucnVuNAuCsdgHKIefK6yLSg0KwRUBSE1acs3cqZU Gt7idxC0CyM3Io7bAPpKPPrXFxEFMJSzxCGN2/OJsUmXPLJPjKVK0ydaKgb7Ac8SckAM vQXEDan4QI5LJqdKct2BiOHT6dw5713lRT+S7B4bTNYY9bm4ffYETPjNyaVoHhfBGD8r 8mzxTkl2zx3Xr8eH6axKKbkh2M+hbE3MEkRP47L6oIG2tk1im7gstR/MatM1cEsBmxep 9ssMw7uFawRxfYUow4qxlKaSifsDwxsgSCDywU4OPP4LqTrgba7MDLH9uoobmqJXo6uN hppg== X-Received: by 10.60.98.97 with SMTP id eh1mr130210oeb.62.1416123518411; Sat, 15 Nov 2014 23:38:38 -0800 (PST) Original-Received: by 10.182.217.103 with HTTP; Sat, 15 Nov 2014 23:38:38 -0800 (PST) Original-Received: by 10.182.217.103 with HTTP; Sat, 15 Nov 2014 23:38:38 -0800 (PST) In-Reply-To: <87h9y4c93e.fsf@gmail.com> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c01::22a X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:177282 Archived-At: --089e011776eb45e9ef0507f4f325 Content-Type: text/plain; charset=ISO-8859-1 What are the news about this? On Nov 13, 2014 12:06 AM, "Nicolas Petton" wrote: > Hi, > > Here is a new version of the patch that I hope addresses all of your > comments Stefan. > > > > I have renamed the library "seq" instead of "sequences". > > This patch also adds the following functions: seq-take-while, > seq-drop-while, seq-remove, seq-count, seq-do (as an alias to mapc), > seq-each (same alias), seq-map (as an alias to mapcar), as well as the > seq-doseq macro, similar to dolist. > > If you think that some important functions are missing, please tell me. > > I didn't add documentation yet, as I don't really know if it should be > in the Sequences section of the Elisp manual or somewhere else. > > Cheers, > Nico > > --089e011776eb45e9ef0507f4f325 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable

What are the news about this?

On Nov 13, 2014 12:06 AM, "Nicolas Petton&q= uot; <petton.nicolas@gmail.c= om> wrote:
Hi= ,

Here is a new version of the patch that I hope addresses all of your
comments Stefan.



I have renamed the library "seq" instead of "sequences"= .

This patch also adds the following functions: seq-take-while,
seq-drop-while, seq-remove, seq-count, seq-do (as an alias to mapc),
seq-each (same alias), seq-map (as an alias to mapcar), as well as the
seq-doseq macro, similar to dolist.

If you think that some important functions are missing, please tell me.

I didn't add documentation yet, as I don't really know if it should= be
in the Sequences section of the Elisp manual or somewhere else.

Cheers,
Nico

--089e011776eb45e9ef0507f4f325--