From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bozhidar Batsov Newsgroups: gmane.emacs.devel Subject: Re: Use of `dash` and `s` functions by MELPA packages Date: Thu, 29 Jan 2015 13:57:16 +0200 Message-ID: References: <87r3uga8nw.fsf@gmail.com> <87pp9zb3pe.fsf@yahoo.fr> <87zj939m04.fsf@yahoo.fr> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=90e6ba61486e810070050dc93055 X-Trace: ger.gmane.org 1422532658 5502 80.91.229.3 (29 Jan 2015 11:57:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 29 Jan 2015 11:57:38 +0000 (UTC) Cc: Alexis , emacs-devel To: Nicolas Richard Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 29 12:57:37 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 1YGnj4-0002NV-L2 for ged-emacs-devel@m.gmane.org; Thu, 29 Jan 2015 12:57:34 +0100 Original-Received: from localhost ([::1]:59062 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YGnj4-00078s-0J for ged-emacs-devel@m.gmane.org; Thu, 29 Jan 2015 06:57:34 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48913) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YGnip-00078k-Gs for emacs-devel@gnu.org; Thu, 29 Jan 2015 06:57:20 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YGnio-0005wp-9a for emacs-devel@gnu.org; Thu, 29 Jan 2015 06:57:19 -0500 Original-Received: from mail-ie0-x22b.google.com ([2607:f8b0:4001:c03::22b]:41729) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YGnio-0005wU-58 for emacs-devel@gnu.org; Thu, 29 Jan 2015 06:57:18 -0500 Original-Received: by mail-ie0-f171.google.com with SMTP id tr6so32478420ieb.2 for ; Thu, 29 Jan 2015 03:57:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=Jt7ptXOlRxecBiZUc+nxNAp+147rSzn8O92qu0aZoEQ=; b=XivHcBQ1m4jxunSQc5BnCK4N6lb9DX+cHTIfJzqq/YS0ZWHGNiSuyH0BwArqij+ahT Yj40jZjibKY4aB/oHULBq4zqOrH7xPfKJcLdDxiP6Y+y/1WmQH04Ki3c5PEXraIK31KX I/MnoMm+Mpp6bL4iu0T48bP2PM5oCUb/40/KfS85eZwV/a+ugX8aq60P/BOBK+bGo1rl g233nIr85aGvG1C9qvDJYas9OZi9v7r5BzT3sOvV02eKqVehFQWBejgHQnu4hiVHTq4x r3qx9jNWOfsZe4rRDlh7YFnzc7ud76Paxn1/ok7QLyC7+EbxR6mgzAteFHA2Jne27zMX PSfQ== X-Received: by 10.42.88.9 with SMTP id a9mr188316icm.34.1422532636899; Thu, 29 Jan 2015 03:57:16 -0800 (PST) Original-Received: by 10.36.9.18 with HTTP; Thu, 29 Jan 2015 03:57:16 -0800 (PST) In-Reply-To: <87zj939m04.fsf@yahoo.fr> X-Google-Sender-Auth: FxYlCh3THwAHkootyOqxF6_LxTs X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4001:c03::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:181974 Archived-At: --90e6ba61486e810070050dc93055 Content-Type: text/plain; charset=UTF-8 Just a quick note - most of the important `s.el` functions are available in Emacs 24.4 (in `subr-x.el`). As for `dash.el` - Emacs 25 will bundle a new sequence library (`seq.el`), which will decrease the need for dash substantially. The new lib is already available in GNU ELPA. On 28 January 2015 at 13:34, Nicolas Richard wrote: > > FWIW there are a few others that don't exist, afaics. > > I noticed, just after sending of course, the other thread where this is > fixed. Sorry for the noise. > > -- > Nicolas > > --90e6ba61486e810070050dc93055 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Just a quick note - most of the important `s.el` functions= are available in Emacs 24.4 (in `subr-x.el`).
As for `dash.el` - Emacs= 25 will bundle a new sequence library (`seq.el`), which will decrease the = need for=C2=A0
dash substantially. The new lib is already availab= le in GNU ELPA.

On 28 January 2015 at 13:34, Nicolas Richard &l= t;theon= ewiththeevillook@yahoo.fr> wrote:
> FWIW there are a few others that don't exi= st, afaics.

I noticed, just after sending of course, the other thread where this= is
fixed. Sorry for the noise.

--
Nicolas


--90e6ba61486e810070050dc93055--