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 4d03f70b7f0 1/4: Correct doc strings for x-*-keysym Date: Sat, 16 Mar 2024 13:32:48 +0200 Message-ID: <86ttl65s4f.fsf@gnu.org> References: <171057401428.10492.2714593846955026456@vcs2.savannah.gnu.org> <20240316072654.D54C4C2BC6B@vcs2.savannah.gnu.org> <86cyru7d9w.fsf@gnu.org> <87a5mysbi7.fsf@yahoo.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="36072"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Mar 16 12:33:42 2024 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 1rlSIH-00098v-Mq for ged-emacs-devel@m.gmane-mx.org; Sat, 16 Mar 2024 12:33:41 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rlSHe-0008Qp-47; Sat, 16 Mar 2024 07:33:04 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rlSHV-0008G5-GM for emacs-devel@gnu.org; Sat, 16 Mar 2024 07:32:58 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rlSHU-0004Q6-IV; Sat, 16 Mar 2024 07:32:52 -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=yo2U0P2182B1ZeoqlpYe8LreKnoi1lQ18liz3CWpmEg=; b=qpz1v8jciMUO JwA2ykhpzLb5Pp6t3Aflms/YN+WGgLAWJYIsbtsSyOoN37IsGKSAU9Mth/apVEeRl+fdVFwZEHLS1 LKJQb8fof4nQklK4PdaeTWmVoJMq6u13A1gOZ1sOQz9scSg4vN557RDQEDMXHDXGuRqBGtfh2sEhB Mq5f280dXzvdkQsrv2pkhAtCCjhta+KP2JMi9MVZnfblPof4QO46bgUIMMOuJf4U3yRnHhVg+0MPP 6llXzNlpd55t2HqQNZMgNxc1VejGcHKotQUnpwyloBir6wvZ416eN4u3/rcQIwxI4hBB4P4EjEOlJ 4RwMzOBH++daHK9uUjbcLA==; In-Reply-To: <87a5mysbi7.fsf@yahoo.com> (message from Po Lu on Sat, 16 Mar 2024 18:43:12 +0800) 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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:317106 Archived-At: > From: Po Lu > Cc: emacs-devel@gnu.org > Date: Sat, 16 Mar 2024 18:43:12 +0800 > > Eli Zaretskii writes: > > > This loses the information about the meaning of the default value of > > nil, doesn't it? This leaves the user who looks at the default value > > confused as to what that means. > > I'll fix this, thanks. Thanks. > > Also, the "depressed" part at the end of the last sentence is not > > right: a modifier reported in a key event cannot be "depressed", it > > can only be "set". Right? > > In this context, "depressed" is interchangable with "pressed" or "set," > I think. The X Keyboard Extension's preferred nomenclature uses > "depressed." Well, "depressed" is confusing when used in the context of talking about variables and their bits.