From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Naming FCRs Date: Tue, 28 Dec 2021 12:28:18 -0500 Message-ID: References: <87bl123k41.fsf@yahoo.com> <87fsqdxp1w.fsf@yahoo.com> <87czlhhszz.fsf@igel.home> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="1963"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) Cc: Po Lu , Richard Stallman , emacs-devel@gnu.org To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Dec 28 18:29:00 2021 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 1n2GHU-0000J2-40 for ged-emacs-devel@m.gmane-mx.org; Tue, 28 Dec 2021 18:29:00 +0100 Original-Received: from localhost ([::1]:55238 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n2GHS-0003TH-Oz for ged-emacs-devel@m.gmane-mx.org; Tue, 28 Dec 2021 12:28:58 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:52210) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n2GGv-0002nY-1Q for emacs-devel@gnu.org; Tue, 28 Dec 2021 12:28:25 -0500 Original-Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:23425) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n2GGt-00043w-5u; Tue, 28 Dec 2021 12:28:24 -0500 Original-Received: from pmg2.iro.umontreal.ca (localhost.localdomain [127.0.0.1]) by pmg2.iro.umontreal.ca (Proxmox) with ESMTP id 4B0F780470; Tue, 28 Dec 2021 12:28:21 -0500 (EST) Original-Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg2.iro.umontreal.ca (Proxmox) with ESMTP id DBE9880552; Tue, 28 Dec 2021 12:28:19 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1640712499; bh=Ba+eCqg1i9+4SxkVHpgKzUi66zec9GuiXPVXDldhXUE=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=YhlunEuEJOjeQrURbs7CFt/vtsHC8a6dWWYkvZGjh30fyQIhro7UP5L3lpo1SVsGB MOA8TOFIZlvM6bV+OchZJCEq5iiA/PlwQAy5lwKn6Ul+GZaDtV9eNXIGVQ6y6FWWEn 1PQpbyit2F4j6ThuQnaEQeRl1d0aBe8JaYxbgkg84uNDcidQLMLWG3ZHVvgekx8zG0 jQRuNhghBXg0azxjogDIhi4o2JSCnCNxV0ZyEvz80jT7ZdACNNtbuMstX1uQfjc7Pq VwsuUwuaZiiZKss41iMqm9Ui+MfMqhEzOFN1GzOXP66oYpBja3bHZ/YlfbPuwaRXZR x7f7CUeJX1lmw== Original-Received: from pastel (unknown [216.154.30.173]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id A0EDE12040D; Tue, 28 Dec 2021 12:28:19 -0500 (EST) In-Reply-To: <87czlhhszz.fsf@igel.home> (Andreas Schwab's message of "Tue, 28 Dec 2021 12:24:32 +0100") Received-SPF: pass client-ip=132.204.25.50; envelope-from=monnier@iro.umontreal.ca; helo=mailscanner.iro.umontreal.ca X-Spam_score_int: -42 X-Spam_score: -4.3 X-Spam_bar: ---- X-Spam_report: (-4.3 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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:283517 Archived-At: Andreas Schwab [2021-12-28 12:24:32] wrote: > On Dez 28 2021, Po Lu wrote: >> Isn't the whole point of this feature "they're like closures but you can >> introspect the environment?" > If that's the only point, why can't we add that introspection facility > to closures? That's what it does ;-) Stefan