From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: ams@gnu.org (Alfred M. Szmidt) Newsgroups: gmane.emacs.devel Subject: Re: dash.el [was: Re: Imports / inclusion of s.el into Emacs] Date: Sat, 09 May 2020 20:46:53 -0400 Message-ID: References: <0c88192c-3c33-46ed-95cb-b4c6928016e3@default> <87wo5mc04t.fsf@fastmail.fm> <87d07cwtb1.fsf@fastmail.fm> Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="4928"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Joost Kremers Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun May 10 02:47:23 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 1jXa7n-0001Ca-S4 for ged-emacs-devel@m.gmane-mx.org; Sun, 10 May 2020 02:47:23 +0200 Original-Received: from localhost ([::1]:42012 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jXa7m-0006nj-Sr for ged-emacs-devel@m.gmane-mx.org; Sat, 09 May 2020 20:47:22 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:58146) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jXa7K-0006OM-EP for emacs-devel@gnu.org; Sat, 09 May 2020 20:46:54 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:34922) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jXa7K-0003bR-5X; Sat, 09 May 2020 20:46:54 -0400 Original-Received: from ams by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1jXa7J-0003Nd-QP; Sat, 09 May 2020 20:46:53 -0400 In-reply-to: <87d07cwtb1.fsf@fastmail.fm> (message from Joost Kremers on Sun, 10 May 2020 02:02:42 +0200) 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:249610 Archived-At: And I don't think it's been pointed out yet (though I may have missed some messages in this thread), that `->` and `->>` are part of Elisp since Emacs 25, except that they are called `thread-first` and `thread-last` (somewhat unfortunately, I believe, because they have nothing to do with CPU threads and are therefore unrelated to the other Elisp functions whose names start with `thread-`.) This was totally missed. Thank you for that!