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: Tue, 03 Aug 2021 16:33:08 +0300 Message-ID: <837dh2mz57.fsf@gnu.org> References: <83wnp5m9i5.fsf@gnu.org> <9DE2F5D1-A89A-4357-9E46-268F697D8260@acm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="18643"; mail-complaints-to="usenet@ciao.gmane.io" Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org To: Mattias =?utf-8?Q?Engdeg=C3=A5rd?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Aug 03 15:33:49 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 1mAuYG-0004ep-0M for ged-emacs-devel@m.gmane-mx.org; Tue, 03 Aug 2021 15:33:48 +0200 Original-Received: from localhost ([::1]:44762 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mAuYE-0004nR-3r for ged-emacs-devel@m.gmane-mx.org; Tue, 03 Aug 2021 09:33:46 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:48332) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mAuXk-00042k-9L for emacs-devel@gnu.org; Tue, 03 Aug 2021 09:33:16 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:49910) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mAuXj-0006fE-Vk; Tue, 03 Aug 2021 09:33:16 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:1655 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 1mAuXj-0002ky-Go; Tue, 03 Aug 2021 09:33:15 -0400 In-Reply-To: <9DE2F5D1-A89A-4357-9E46-268F697D8260@acm.org> (message from Mattias =?utf-8?Q?Engdeg=C3=A5rd?= on Tue, 3 Aug 2021 15:03:25 +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:271980 Archived-At: > Feedback-ID:mattiase@acm.or > From: Mattias EngdegÄrd > Date: Tue, 3 Aug 2021 15:03:25 +0200 > Cc: Stefan Monnier , > emacs-devel > > 1 aug. 2021 kl. 18.10 skrev Eli Zaretskii : > > > We had 'dlet' since more than a year > > ago, so the ship has sailed quite some time ago, I'd say. > > `dlet` is new in Emacs 28. There is no compatibility problem. People out there use Emacs 28 for a long time, so of course there is a compatibility problem, albeit a smaller one than if we have already had released Emacs with dlet. Could you please tell what were the reasons that led you to make this change? Because I don't really understand the motivation. Is it just the name that lacks the '*' part, or is it something else?