From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Newsgroups: gmane.emacs.devel Subject: Re: dash.el [was: Re: Imports / inclusion of s.el into Emacs] Date: Tue, 19 May 2020 09:37:02 +0200 Message-ID: <20200519073702.GD7874@tuxteam.de> References: <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> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="JwB53PgKC5A7+0Ej" Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="56483"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mutt/1.5.21 (2010-09-15) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue May 19 09:37:41 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 1jawok-000EVs-Oo for ged-emacs-devel@m.gmane-mx.org; Tue, 19 May 2020 09:37:38 +0200 Original-Received: from localhost ([::1]:53058 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jawoj-000270-Qy for ged-emacs-devel@m.gmane-mx.org; Tue, 19 May 2020 03:37:37 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:46432) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jawoD-0001Y4-6s for emacs-devel@gnu.org; Tue, 19 May 2020 03:37:05 -0400 Original-Received: from mail.tuxteam.de ([5.199.139.25]:33535) by eggs.gnu.org with esmtps (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.90_1) (envelope-from ) id 1jawoC-00047h-Cm for emacs-devel@gnu.org; Tue, 19 May 2020 03:37:04 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tuxteam.de; s=mail; h=From:In-Reply-To:Content-Type:MIME-Version:References:Message-ID:Subject:To:Date; bh=EUd0z8S+f3vJ3OyN4bZdG8j5naXQeuWEkMjxXKj6QWQ=; b=PWDybK3KZW2cLKZCI2HXbUh6l0YkDFvJ8CNo5Thv92VLOccdnOXW6jaYRGk07AyA2706MK4WULGfCyeGW9QGEG5Wpqr/ixHRTsiXDhRjGGUBcsOLYp3Bnm08lxlFtimK7rmzo5quo21r0A1OFNMlDmSXq4L5jdQBs1MA9OK8FkDEhGZL7kT+DIe9LLVc89kc2V2GRcwppbaU0SJQ5OKa8j2lr64OLd3bDBeu+jHguAmLDhHQhMAqNZZcB2x1u3b5e/GiTgCLQWn7bMVqEDMtel1SmyMs4eq/zc5i4k9iEIbee7L5JLefyhfAGPRsmF9xvdtWH9HuS9Czz/q7p5pziA==; Original-Received: from tomas by mail.tuxteam.de with local (Exim 4.80) (envelope-from ) id 1jawoA-0002Od-H6 for emacs-devel@gnu.org; Tue, 19 May 2020 09:37:02 +0200 Content-Disposition: inline In-Reply-To: Received-SPF: pass client-ip=5.199.139.25; envelope-from=tomas@tuxteam.de; helo=mail.tuxteam.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/05/19 03:22:51 X-ACL-Warn: Detected OS = Linux 3.1-3.10 X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=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:250887 Archived-At: --JwB53PgKC5A7+0Ej Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, May 18, 2020 at 11:34:49PM -0400, Stefan Monnier wrote: [...] > Anonymous functions are part of the subset of Elisp that random Emacs > users are exposed to in normal .emacs settings. Any change that makes > this subset more complex is significantly more harmful than changes to > other parts of Elisp, so it needs to come with bigger upsides to pay > for itself. >=20 > Anyway, that's just my opinion. Count me in. Cheers -- t --JwB53PgKC5A7+0Ej Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iEYEARECAAYFAl7DjJ4ACgkQBcgs9XrR2kbKKACbBoFt+gCOKttShXqM3FHsu3VB 23gAnAkxHvrWAtVZI6MTgvoS5nRmVLki =wdl9 -----END PGP SIGNATURE----- --JwB53PgKC5A7+0Ej--