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, 04 Jan 2022 15:31:13 -0500 Message-ID: References: <25033.3311.820141.174735@orion.rgrjr.com> <87ee5v4bgt.fsf@gnus.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="3218"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) Cc: Bob Rogers , emacs-devel@gnu.org To: Lars Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Jan 04 21:32:11 2022 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 1n4qTb-0000fk-5A for ged-emacs-devel@m.gmane-mx.org; Tue, 04 Jan 2022 21:32:11 +0100 Original-Received: from localhost ([::1]:42192 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n4qTZ-0001H0-KT for ged-emacs-devel@m.gmane-mx.org; Tue, 04 Jan 2022 15:32:09 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:44548) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n4qSn-0008If-EX for emacs-devel@gnu.org; Tue, 04 Jan 2022 15:31:21 -0500 Original-Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:31114) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n4qSk-0000xQ-N3 for emacs-devel@gnu.org; Tue, 04 Jan 2022 15:31:20 -0500 Original-Received: from pmg3.iro.umontreal.ca (localhost [127.0.0.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id 1898C441751; Tue, 4 Jan 2022 15:31:16 -0500 (EST) Original-Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id E04C2441640; Tue, 4 Jan 2022 15:31:14 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1641328274; bh=uDNgMetPN90B5sXHMI/PK8Tr5IHK+cf3MiM6H/5LZho=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=VwcO4lu5+8krxiYiNMfkv3uJDYCs5gdNv7f3hgPAmZ9cvHD/wKgFsumJuD1seoKP4 aXMMxJWDb7b0yFKdnYhqivxcmNcbVhTyvRZ+mk/Tg0H6ck2GeJIFy0yCBZUxcuv6b3 8v49D9ObkLRLqNr6KHvcd8tBhjH6SrxpGbqi2c0x7VodUZpYX4rHVhfWGCps8w1hIL 2Sgg48IglFYJ9jq3XNDnTPPl0sgGl8/IJLzc+mK8istKVGDEc6TTv/pFI998nuOVDy 1+vWMwyzSkvn0uDRRIn2HLamOzsX+xeQbCyKeytMn1cp4EzmEdS1lrGm1p7UCM4ENZ JpI69Iz0OWKNA== Original-Received: from alfajor (lechon.iro.umontreal.ca [132.204.27.242]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id CFFAC120330; Tue, 4 Jan 2022 15:31:14 -0500 (EST) In-Reply-To: <87ee5v4bgt.fsf@gnus.org> (Lars Ingebrigtsen's message of "Wed, 29 Dec 2021 17:33:54 +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: -23 X-Spam_score: -2.4 X-Spam_bar: -- X-Spam_report: (-2.4 / 5.0 requ) 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=unavailable 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:284197 Archived-At: Lars Ingebrigtsen [2021-12-29 17:33:54] wrote: > Bob Rogers writes: >> Without looking at the code, this sounds more like a closure to me. >> Since the slots are accessible outside the function, that would make it >> a "transparent closure" . . . but I like the internal dissonance of >> "open closure" better. ;-} > "Open closure" gets my vote. =F0=9F=99=83 The branch is now named `scratch/oclosure` Stefan