From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nicolas Petton Newsgroups: gmane.emacs.devel Subject: Re: Would seq-range and seq-mapcat be useful? Date: Thu, 29 Jan 2015 23:03:10 +0100 Message-ID: <8761bpw8gx.fsf@petton.fr> References: <878uglwmra.fsf@petton.fr> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1422569014 5258 80.91.229.3 (29 Jan 2015 22:03:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 29 Jan 2015 22:03:34 +0000 (UTC) Cc: Nicolas Petton , emacs-devel To: bruce.connor.am@gmail.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 29 23:03:33 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 1YGxBU-0005ih-Mi for ged-emacs-devel@m.gmane.org; Thu, 29 Jan 2015 23:03:32 +0100 Original-Received: from localhost ([::1]:33717 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YGxBU-00077c-3i for ged-emacs-devel@m.gmane.org; Thu, 29 Jan 2015 17:03:32 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49290) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YGxBG-00077W-NZ for emacs-devel@gnu.org; Thu, 29 Jan 2015 17:03:19 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YGxBB-0002Ra-M1 for emacs-devel@gnu.org; Thu, 29 Jan 2015 17:03:18 -0500 Original-Received: from out3-smtp.messagingengine.com ([66.111.4.27]:42748) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YGxBB-0002RS-EK for emacs-devel@gnu.org; Thu, 29 Jan 2015 17:03:13 -0500 Original-Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id E442E20799 for ; Thu, 29 Jan 2015 17:03:12 -0500 (EST) Original-Received: from frontend1 ([10.202.2.160]) by compute2.internal (MEProxy); Thu, 29 Jan 2015 17:03:12 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=x-sasl-enc:references:from:to:cc:subject :in-reply-to:date:message-id:mime-version:content-type; s= smtpout; bh=hkcsx0z9czHb/5QcBkdTHD6/XT0=; b=blQIr59N3kMcSjGRNOB+ 5o5fvKfKDgDKOozB949HPQOvAV1XXRK0JRX8utVObKhEECc6A0kdLs6xLdIY1ab6 CqYsWOxwHtLSXkqhO62OlOLgKjX5zihLx3wwL1fybdsUNHaJuhJ3CoyVR+KEt8yL pM/a42yMIQt00pXjG5Fs6l0= X-Sasl-enc: 75pNpidVCUza9uCf6T7OM23WGNMA37+ZZqlDytlUhYh1 1422568992 Original-Received: from blueberry (unknown [213.89.134.104]) by mail.messagingengine.com (Postfix) with ESMTPA id 2484CC0028A; Thu, 29 Jan 2015 17:03:12 -0500 (EST) User-agent: mu4e 0.9.9.6pre3; emacs 24.4.1 In-reply-to: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 66.111.4.27 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:182010 Archived-At: Artur Malabarba writes: > 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. There `vconcat' which applies to vectors :) Nico > 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 >> >> >> -- Nicolas Petton http://nicolas-petton.fr