From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#37785: [PATCH] Add a way to disable substitution of command keys in help strings Date: Thu, 17 Oct 2019 16:13:58 +0300 Message-ID: <83h847bjl5.fsf@gnu.org> References: <7a45908a-cc9a-277b-53ea-933756e0e067@gmail.com> <936c65e4-d49b-33da-ad5a-ba854c0df1ff@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="146209"; mail-complaints-to="usenet@blaine.gmane.org" Cc: rpluim@gmail.com, 37785@debbugs.gnu.org To: =?UTF-8?Q?Cl=C3=A9ment?= Pit-Claudel Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Oct 17 15:29:51 2019 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iL5qe-000bpy-VT for geb-bug-gnu-emacs@m.gmane.org; Thu, 17 Oct 2019 15:29:49 +0200 Original-Received: from localhost ([::1]:47688 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iL5qd-0007Sm-4A for geb-bug-gnu-emacs@m.gmane.org; Thu, 17 Oct 2019 09:29:47 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:33544) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iL5cN-0006Wl-3V for bug-gnu-emacs@gnu.org; Thu, 17 Oct 2019 09:15:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iL5cM-0004ID-6E for bug-gnu-emacs@gnu.org; Thu, 17 Oct 2019 09:15:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:38568) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iL5cM-0004I6-3a for bug-gnu-emacs@gnu.org; Thu, 17 Oct 2019 09:15:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iL5cL-0004F7-UN for bug-gnu-emacs@gnu.org; Thu, 17 Oct 2019 09:15:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 17 Oct 2019 13:15:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 37785 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 37785-submit@debbugs.gnu.org id=B37785.157131806216228 (code B ref 37785); Thu, 17 Oct 2019 13:15:01 +0000 Original-Received: (at 37785) by debbugs.gnu.org; 17 Oct 2019 13:14:22 +0000 Original-Received: from localhost ([127.0.0.1]:47389 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iL5bh-0004Df-Lp for submit@debbugs.gnu.org; Thu, 17 Oct 2019 09:14:21 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:52525) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iL5bg-0004DU-Ri for 37785@debbugs.gnu.org; Thu, 17 Oct 2019 09:14:21 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:37036) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1iL5ba-00041P-Sw; Thu, 17 Oct 2019 09:14:15 -0400 Original-Received: from [176.228.60.248] (port=4052 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1iL5bY-00071a-No; Thu, 17 Oct 2019 09:14:14 -0400 In-reply-to: <936c65e4-d49b-33da-ad5a-ba854c0df1ff@gmail.com> (message from =?UTF-8?Q?Cl=C3=A9ment?= Pit-Claudel on Thu, 17 Oct 2019 08:01:58 -0400) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.org gmane.emacs.bugs:169573 Archived-At: > From: Clément Pit-Claudel > Date: Thu, 17 Oct 2019 08:01:58 -0400 > Cc: 37785@debbugs.gnu.org > > > Full stops at the end of sentences. Also, I think I prefer Eli's name, > > mainly because yours combines 'show' with 'inhibit', which I find > > jarring, and because Eli's contains 'help-echo', which mirrors the > > name of the affected property. > > The property affects more than help-echo strings: it affects anything that is fed to show-help-function. That's why I changed the name; WDYT? But show-help-function is for showing help-echo, is it not?