From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: master b72f885: Make dlet work like let, not let* Date: Wed, 04 Aug 2021 15:15:14 +0300 Message-ID: <83mtpxl831.fsf@gnu.org> References: <83wnp5m9i5.fsf@gnu.org> <9DE2F5D1-A89A-4357-9E46-268F697D8260@acm.org> <837dh2mz57.fsf@gnu.org> <74C5058D-AF5C-4F1A-8D08-251935A69693@acm.org> <831r7amsef.fsf@gnu.org> <83y29il8nx.fsf@gnu.org> <83wnp1laau.fsf@gnu.org> <87mtpxjvc0.fsf@gnus.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="4603"; mail-complaints-to="usenet@ciao.gmane.io" Cc: mattiase@acm.org, monnier@iro.umontreal.ca, emacs-devel@gnu.org To: Lars Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Aug 04 14:16:40 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 1mBFpA-0000y8-Na for ged-emacs-devel@m.gmane-mx.org; Wed, 04 Aug 2021 14:16:40 +0200 Original-Received: from localhost ([::1]:49240 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mBFp8-0005sT-S9 for ged-emacs-devel@m.gmane-mx.org; Wed, 04 Aug 2021 08:16:38 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:33754) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mBFns-00054R-9q for emacs-devel@gnu.org; Wed, 04 Aug 2021 08:15:20 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:57394) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mBFnr-0001cL-EL; Wed, 04 Aug 2021 08:15:19 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:1696 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mBFnq-0000Bo-NN; Wed, 04 Aug 2021 08:15:19 -0400 In-Reply-To: <87mtpxjvc0.fsf@gnus.org> (message from Lars Ingebrigtsen on Wed, 04 Aug 2021 13:35:59 +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:272035 Archived-At: > From: Lars Ingebrigtsen > Cc: Stefan Monnier , mattiase@acm.org, > emacs-devel@gnu.org > Date: Wed, 04 Aug 2021 13:35:59 +0200 > > Eli Zaretskii writes: > > I don't really have an opinion here, but I'll just note that if we're > calling this dlet* to have a consistent naming scheme for all let > macros, that ship sailed a long time ago when `when-let' was added > (which has more let*-ish semantics). I agree. But it sounds like these arguments are not convincing enough around here.