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: Wed, 21 Sep 2022 18:31:50 +0300 Message-ID: <83y1ucu4k9.fsf@gnu.org> References: <835yhkzmn8.fsf@gnu.org> <878rmfx51p.fsf@web.de> <831qs7zj9e.fsf@gnu.org> <87v8piec78.fsf@web.de> <834jx2xphy.fsf@gnu.org> <878rmenmd4.fsf@web.de> <87sfklgmba.fsf@dataswamp.org> <87edw4bzrp.fsf@web.de> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="35550"; mail-complaints-to="usenet@ciao.gmane.io" Cc: michael_heerdegen@web.de, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Sep 21 17:33:53 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 1ob1jU-00096w-Ub for ged-emacs-devel@m.gmane-mx.org; Wed, 21 Sep 2022 17:33:53 +0200 Original-Received: from localhost ([::1]:44784 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ob1jT-0004ky-Rx for ged-emacs-devel@m.gmane-mx.org; Wed, 21 Sep 2022 11:33:51 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:44382) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ob1hS-0003s8-7h for emacs-devel@gnu.org; Wed, 21 Sep 2022 11:31:46 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:37042) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ob1hP-0002wt-7X; Wed, 21 Sep 2022 11:31:45 -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=obl/eCLAPE+DRlZSv5u6XKFfQud/QRNXbuSrLuBOlFU=; b=WBimL5jlmGLg L8uTIKD1TLcXFdVUd7OiHiuPUcIZdeIAF78fp5dh93Vu0CMAC5n7PKqnmMNbuao3MDiZM7/cm/qH5 GN2e9tvzMDrf5fo9T8kyakL8Rf3DyEI8N49+std4sU10NszKsyDLuJY5IJAR2htJnwc5BZYv8loQK gjdVt5p/aIfiRECSrQ6yjSwKFc3ummlQ6dHaYMDBQNZvHqzKhuwLR1luTW/KiUtVgSAwDiJsQYAe7 wJ2TouNLI6MTaJrytDEw8Cj3duX3hrL5YiJWMfhSdl0c8rd1AwOvJiWDSTSqhyGm4F4mbJSrgdhs3 bjDTpmCUuGbRamtQrpEjbA==; Original-Received: from [87.69.77.57] (port=2075 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 1ob1hO-0006vY-Lf; Wed, 21 Sep 2022 11:31:43 -0400 In-Reply-To: (message from Stefan Monnier on Wed, 21 Sep 2022 10:20:24 -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:295925 Archived-At: > From: Stefan Monnier > Cc: emacs-devel@gnu.org > Date: Wed, 21 Sep 2022 10:20:24 -0400 > > While `gv-` is a handy short prefix, maybe we should stop using terms > like "place" and "generalized variables" and call them "lvalues" like > the rest of the world. Would people without background in language parsing understand the terminology? If not, lvalue is not better than what we already use.