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 baf1a7a4a0: Turn gv-synthetic-place into a function Date: Sun, 18 Sep 2022 19:13:15 +0300 Message-ID: <835yhkzmn8.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="18182"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Michael Heerdegen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Sep 18 18:14:44 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 1oZwwN-0004aS-9k for ged-emacs-devel@m.gmane-mx.org; Sun, 18 Sep 2022 18:14:43 +0200 Original-Received: from localhost ([::1]:39858 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oZwwL-00059P-OJ for ged-emacs-devel@m.gmane-mx.org; Sun, 18 Sep 2022 12:14:41 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:33554) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oZwux-0004Ro-8x for emacs-devel@gnu.org; Sun, 18 Sep 2022 12:13:15 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:47734) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oZwuw-0001bc-Rn; Sun, 18 Sep 2022 12:13:14 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=Subject:To:From:Date:mime-version:in-reply-to: references; bh=NXwMn4S3mTZG4eXIOM2vPc1RWFPbL2PcunvgLFS2DGQ=; b=mJxsVsbG7Wnxqk ikr0JsNHNEqX0bDBDUGJOYAViTsJW+RSJ+xkzKMbUJPGA7W3txjFYTi608o/iWtSK7MFaCCU8MUEf hGtwxOHHAwvlFRTdCFpNgYGfY2ntLoq7lvgE0NnYjzgtj7Yu7nLe04GublIWu0Y+M7Pkw5DQP8yGI SIU4ldg5XK9Zwa6Va1/pU3fVtmMF6cFkURe7PCN+ZPke2x7LOxmVzeqaP3N7Un/cQhL9Fd4XkD10d bmCwkZdWlyHlO9rncKn1UvXagpVY/6oMFVK73Hihf9z6g9LLZPOAnw7BjzA4KTjtCSeh1nfs61yRo Js7bjwoaTQgx2U0TEzaA==; Original-Received: from [87.69.77.57] (port=2412 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 1oZwuw-0006qE-79; Sun, 18 Sep 2022 12:13:14 -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:295583 Archived-At: > +(defun gv-synthetic-place (getter setter) > "Special place described by its setter and getter. > GETTER and SETTER (typically obtained via `gv-letplace') get and > -set that place. I.e. This macro allows you to do the \"reverse\" of what > -`gv-letplace' does. > -This macro only makes sense when used in a place." > - (declare (gv-expander funcall)) > +set that place. I.e. this function allows you to do the > +\"reverse\" of what `gv-letplace' does. This function only makes > +sense when used in a place." The last sentence makes no sense. (Yes, it was in the original doc string, but it would be a good idea to fix that while making changes in this area.)