From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: =?utf-8?B?R8O2a3R1xJ8=?= Kayaalp Newsgroups: gmane.emacs.devel Subject: Re: dash.el [was: Re: Imports / inclusion of s.el into Emacs] Date: Wed, 20 May 2020 17:04:28 +0300 Message-ID: <878shm4s9f.fsf@gkayaalp.com> References: <0c88192c-3c33-46ed-95cb-b4c6928016e3@default> <873686bbl5.fsf@russet.org.uk> <87d07963ec.fsf@fastmail.fm> <873685dq73.fsf@russet.org.uk> <87wo5gc0kb.fsf@russet.org.uk> <87lflv5yzx.fsf@bernoul.li> <433E8CA0-CC87-4877-B9D4-D348531B73F8@medranocalvo.com> <87lflsyfwu.fsf@russet.org.uk> <87r1vgsu7c.fsf@gkayaalp.com> <87pnb0roem.fsf@gkayaalp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="48691"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: mu4e 0.9.18; emacs 28.0.50 Cc: jonas@bernoul.li, Richard Stallman , joostkremers@fastmail.fm, adrian@medranocalvo.com, emacs-devel@gnu.org, ohwoeowho@gmail.com, =?utf-8?B?R8O2a3R1xJ8=?= Kayaalp , Phillip Lord To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed May 20 16:05:32 2020 Return-path: Envelope-to: ged-emacs-devel@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 1jbPLe-000CXN-Es for ged-emacs-devel@m.gmane-mx.org; Wed, 20 May 2020 16:05:30 +0200 Original-Received: from localhost ([::1]:54132 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jbPLd-0007nQ-GN for ged-emacs-devel@m.gmane-mx.org; Wed, 20 May 2020 10:05:29 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:54806) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jbPKp-0006SE-4f for emacs-devel@gnu.org; Wed, 20 May 2020 10:04:39 -0400 Original-Received: from relay3-d.mail.gandi.net ([217.70.183.195]:44521) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jbPKn-0001Q3-Ps; Wed, 20 May 2020 10:04:38 -0400 X-Originating-IP: 159.146.14.125 Original-Received: from localhost (unknown [159.146.14.125]) (Authenticated sender: self@gkayaalp.com) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id 75C3360007; Wed, 20 May 2020 14:04:30 +0000 (UTC) In-reply-to: Received-SPF: none client-ip=217.70.183.195; envelope-from=self@gkayaalp.com; helo=relay3-d.mail.gandi.net X-detected-operating-system: by eggs.gnu.org: First seen = 2020/05/20 10:04:33 X-ACL-Warn: Detected OS = Linux 3.11 and newer X-Spam_score_int: -15 X-Spam_score: -1.6 X-Spam_bar: - X-Spam_report: (-1.6 / 5.0 requ) BAYES_00=-1.9, FROM_EXCESS_BASE64=0.979, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:251044 Archived-At: On 2020-05-19 18:52 +03, Stefan Monnier wrote: > We don't disagree on the advantages and disadvantages. We just disagree > on the respective weight we put on them. :thumbs-up: =E2=81=82 I wonder what=E2=80=99s the final say on this. AFAIU y=E2=80=99all are not= keen on merging this. Or is it still up for discussion? There=E2=80=99s a nice pa= tch by Adri=C3=A1n I=E2=80=99ll be merging soon which removes the dash dependen= cy and fixes a few problems. I=E2=80=99m fine with dollar.el remaining as is: a nice little addition to = your .emacs.d that can make smaller lambdas a bit more terse, not really intended for use in packages (which is FWIW why I didn=E2=80=99t put it on Melpa). Best, -gk.