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 20:50:26 +0300 Message-ID: <83y29il8nx.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> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="30489"; mail-complaints-to="usenet@ciao.gmane.io" Cc: mattiase@acm.org, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Aug 03 19:51:11 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 1mAyZL-0007hE-1e for ged-emacs-devel@m.gmane-mx.org; Tue, 03 Aug 2021 19:51:11 +0200 Original-Received: from localhost ([::1]:53350 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mAyZJ-0001V4-UL for ged-emacs-devel@m.gmane-mx.org; Tue, 03 Aug 2021 13:51:09 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:44336) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mAyYo-0000p7-Qx for emacs-devel@gnu.org; Tue, 03 Aug 2021 13:50:38 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:57410) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mAyYo-00034a-KI; Tue, 03 Aug 2021 13:50:38 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:1544 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 1mAyYn-0004bq-IO; Tue, 03 Aug 2021 13:50:38 -0400 In-Reply-To: (message from Stefan Monnier on Tue, 03 Aug 2021 13:19:40 -0400) 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:271989 Archived-At: > From: Stefan Monnier > Cc: Mattias Engdegård , > emacs-devel@gnu.org > Date: Tue, 03 Aug 2021 13:19:40 -0400 > > > If it's just the name, how about adding the "good" name and making the "bad" > > name an obsolete alias? That would at least avoid breaking any code > > out there that could be using it. > > I don't think it's worth the trouble. > > > Stefan, any comments? Why did you name it "dlet" without the '*'? > > 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?