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 2e9111813b: Add two classic Common Lisp macro-writing macros Date: Mon, 18 Apr 2022 08:18:30 +0300 Message-ID: <83o80zvujd.fsf@gnu.org> References: <164974332528.14217.12591424007013368601@vcs2.savannah.gnu.org> <20220412060205.8B446C01687@vcs2.savannah.gnu.org> <87wnfux0ok.fsf@yahoo.com> <87r161po2g.fsf@athena.silentflame.com> <87y208z1p2.fsf@melete.silentflame.com> <87v8v8mpye.fsf@web.de> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="30812"; mail-complaints-to="usenet@ciao.gmane.io" Cc: michael_heerdegen@web.de, luangruo@yahoo.com, spwhitton@spwhitton.name, emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Apr 18 07:21:20 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 1ngJpA-0007rP-CO for ged-emacs-devel@m.gmane-mx.org; Mon, 18 Apr 2022 07:21:20 +0200 Original-Received: from localhost ([::1]:48000 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ngJp9-0008St-36 for ged-emacs-devel@m.gmane-mx.org; Mon, 18 Apr 2022 01:21:19 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:58894) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ngJmp-00070N-Cc for emacs-devel@gnu.org; Mon, 18 Apr 2022 01:18:55 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:37324) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ngJmo-0002d8-WC; Mon, 18 Apr 2022 01:18:55 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=2rMwfG1tTOK8hs3d9TE7CYNv8s7UV3A5iQa1oNe+phA=; b=CzAR8RGvBRVX CnmgUBXhjOIKtxugFbbTqnLMOY0NIMoj8GNZUOK0tnU4F2hS4N59/WUbXlPS9D2qXXR0Qfw2xEy8X QNouAEXtdp2dFicQ0fZCMUuLaH+goORnCmqWUpWbB0Y+JhTKtYqdWTqnJWQ4PEBchxhx1PygFXnAG v1aIZsdr0GcWv/PCWUR+XymXW2KPD6P8+y7oPkG3sJ/sxDxy+pcj3TF99vOlnXKOchk2ssNeFVeBY qjSZZ2ElaEMbFILbywtqipnQLhrkzKi/f5qe6HbfxQkYIm0PdPcIOk4oHdkyGw7ejPy6Y8eo0qg24 l4Ynx0MP5OvzGT+zdFeQ8A==; Original-Received: from [87.69.77.57] (port=3845 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 1ngJmc-0004MS-AQ; Mon, 18 Apr 2022 01:18:42 -0400 In-Reply-To: (message from Richard Stallman on Sun, 17 Apr 2022 22:41:16 -0400) 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:288596 Archived-At: > From: Richard Stallman > Date: Sun, 17 Apr 2022 22:41:16 -0400 > Cc: luangruo@yahoo.com, emacs-devel@gnu.org, spwhitton@spwhitton.name > > Since we use the name `setf' rather than `gv-setf', we may as well use `letf' > for the sake of regularity. I'm afraid it's too late: cl-letf exists and is widely used since Emacs 24 at least.