From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Artur Malabarba Newsgroups: gmane.emacs.devel Subject: Re: Would seq-range and seq-mapcat be useful? Date: Thu, 29 Jan 2015 16:02:18 -0200 Message-ID: References: <878uglwmra.fsf@petton.fr> Reply-To: bruce.connor.am@gmail.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a113cde08ebfee2050dce49fe X-Trace: ger.gmane.org 1422554563 4134 80.91.229.3 (29 Jan 2015 18:02:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 29 Jan 2015 18:02:43 +0000 (UTC) Cc: emacs-devel To: Nicolas Petton Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 29 19:02:43 2015 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 1YGtQO-0007kb-0n for ged-emacs-devel@m.gmane.org; Thu, 29 Jan 2015 19:02:40 +0100 Original-Received: from localhost ([::1]:32992 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YGtQN-0003Ly-2P for ged-emacs-devel@m.gmane.org; Thu, 29 Jan 2015 13:02:39 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60252) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YGtQ4-0003Lr-Vb for emacs-devel@gnu.org; Thu, 29 Jan 2015 13:02:26 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YGtQ3-0000es-5v for emacs-devel@gnu.org; Thu, 29 Jan 2015 13:02:20 -0500 Original-Received: from mail-oi0-x22b.google.com ([2607:f8b0:4003:c06::22b]:34151) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YGtQ3-0000eo-11 for emacs-devel@gnu.org; Thu, 29 Jan 2015 13:02:19 -0500 Original-Received: by mail-oi0-f43.google.com with SMTP id z81so29379615oif.2 for ; Thu, 29 Jan 2015 10:02:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:sender:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=34nCwB4839vuswVLr7EU5G03ibKnN/KXEAIPPuFtqiQ=; b=MufgyaBM+bUhscS3ss0iOhnoC1T86uo5Avy0zEIFqnVu/36B16tWVufZDi+phL7JW1 yN5PmK01SdtpOhvjcSfFBux4xZoyHwtvk8yb7wjI4kfaUGL/7BfDo2Uc2UFkoGklKSof a/pFb7+pAms83AM4tCZa6/b5dgwHfEtt0RVoPihzgUtLur+dc0oV6wUskLv61AcadgOe yeaJI7qkdRU2LB4N51zwNWGyYen9mz3hdO1dg8KWAikqMWS+3ARsF15keOUe+h7xryxu vyNNHsnuXNcElDYOjRGAAThHEGMlSGHwFfLkYmMUk8YbDaVFNxkjMMkJ4+YojpSqzQ0z JejA== X-Received: by 10.202.171.69 with SMTP id u66mr1084480oie.27.1422554538178; Thu, 29 Jan 2015 10:02:18 -0800 (PST) Original-Received: by 10.76.125.1 with HTTP; Thu, 29 Jan 2015 10:02:18 -0800 (PST) Original-Received: by 10.76.125.1 with HTTP; Thu, 29 Jan 2015 10:02:18 -0800 (PST) In-Reply-To: <878uglwmra.fsf@petton.fr> X-Google-Sender-Auth: Etv3G_WuBlMDDp41A0hRC5JkDeI X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c06::22b 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:182001 Archived-At: --001a113cde08ebfee2050dce49fe Content-Type: text/plain; charset=UTF-8 As easy as it us to apply append mapcar, I do sometimes miss mapcat. OTOH, as far as I can tell elisp only uses concat for strings. So I'm not sure if the name fits. On 29 Jan 2015 16:54, "Nicolas Petton" wrote: > Hi guys, > > While using seq.el, I often miss functions like seq-mapcat and > seq-range. Do you think adding such functions would be a good addition > to seq.el? > > Cheers, > Nico > -- > Nicolas Petton > http://nicolas-petton.fr > > > --001a113cde08ebfee2050dce49fe Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

As easy as it us to apply append mapcar, I do sometimes miss= mapcat.

OTOH, as far as I can tell elisp only uses concat for string= s. So I'm not sure if the name fits.

On 29 Jan 2015 16:54, "Nicolas Petton"= <nicolas@petton.fr> wrote:<= br type=3D"attribution">
Hi guys,

While using seq.el, I often miss functions like seq-mapcat and
seq-range. Do you think adding such functions would be a good addition
to seq.el?

Cheers,
Nico
--
Nicolas Petton
http://nicolas-petto= n.fr


--001a113cde08ebfee2050dce49fe--