From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Lars Ingebrigtsen Newsgroups: gmane.emacs.devel Subject: Re: master b72f885: Make dlet work like let, not let* Date: Wed, 04 Aug 2021 13:35:59 +0200 Message-ID: <87mtpxjvc0.fsf@gnus.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> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="13720"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: mattiase@acm.org, Stefan Monnier , emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Aug 04 13:36:48 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 1mBFCZ-0003Ik-Qn for ged-emacs-devel@m.gmane-mx.org; Wed, 04 Aug 2021 13:36:47 +0200 Original-Received: from localhost ([::1]:55902 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mBFCX-0003ZQ-LM for ged-emacs-devel@m.gmane-mx.org; Wed, 04 Aug 2021 07:36:45 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:52466) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mBFBy-0002uY-9x for emacs-devel@gnu.org; Wed, 04 Aug 2021 07:36:10 -0400 Original-Received: from quimby.gnus.org ([2a01:4f9:2b:f0f::2]:57792) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mBFBw-0002d8-S9; Wed, 04 Aug 2021 07:36:10 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=dC/V2a9roLw0O88BSvx6cdynJm+zjNe+PagdQT2OTlc=; b=Xfnxw3R7GBUpICak+o5dQEFKAl stJ/aF9k115JKR4u/+ZuvUdi/UU6BEvQ1kCKrWGLNAIpkLmkceyv6dv/RU3oDNz/uNpvJnXfjqjVs u85APqMTN4K9rXtRXoa/MGg6CY8fzLvHrmnGosu4kDw+FuIE+lA63ZvpGBtFafD0/B5A=; Original-Received: from [84.212.220.105] (helo=elva) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mBFBo-00076p-8p; Wed, 04 Aug 2021 13:36:02 +0200 In-Reply-To: <83wnp1laau.fsf@gnu.org> (Eli Zaretskii's message of "Wed, 04 Aug 2021 14:27:21 +0300") Received-SPF: pass client-ip=2a01:4f9:2b:f0f::2; envelope-from=larsi@gnus.org; helo=quimby.gnus.org X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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_LOW=-0.7, 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.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:272032 Archived-At: Eli Zaretskii writes: >> >> Because the * is unsightly ;-) >> > So what are your suggestions regarding this issue? >> > Leave it as it is now, go back to what we had before, something else? >> >> I'm OK with leaving it the was it is now. > > Fine, but if someone complains about it, we will revert. 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). -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no