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.bugs Subject: bug#15917: 24.3.50; manual: mention keys reserved for users Date: Fri, 30 Oct 2020 22:20:11 +0200 Message-ID: <837dr7a2kk.fsf@gnu.org> References: <87wqk6e5zm.fsf@web.de> <87v9euwzbe.fsf@gnus.org> <87blglmjlc.fsf@web.de> <54a1c039-6929-4e4d-ac9b-e7e5daf37c68@default> <62b06d46-5371-4df7-a3c5-b53f84e728ef@default> <897aec19-fa31-4ee8-80b4-8241ce3710c6@default> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="12545"; mail-complaints-to="usenet@ciao.gmane.io" Cc: michael_heerdegen@web.de, 15917@debbugs.gnu.org, larsi@gnus.org, stefan@marxist.se, psmith@gnu.org To: Drew Adams Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Fri Oct 30 21:21:09 2020 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1kYatY-00037y-QD for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 30 Oct 2020 21:21:08 +0100 Original-Received: from localhost ([::1]:40346 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kYatX-0008Mc-SY for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 30 Oct 2020 16:21:07 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:52750) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kYatS-0008MQ-9P for bug-gnu-emacs@gnu.org; Fri, 30 Oct 2020 16:21:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:48312) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kYatR-0007di-WA for bug-gnu-emacs@gnu.org; Fri, 30 Oct 2020 16:21:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kYatR-0000HZ-Sw for bug-gnu-emacs@gnu.org; Fri, 30 Oct 2020 16:21: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: Fri, 30 Oct 2020 20:21:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 15917 X-GNU-PR-Package: emacs Original-Received: via spool by 15917-submit@debbugs.gnu.org id=B15917.16040892391035 (code B ref 15917); Fri, 30 Oct 2020 20:21:01 +0000 Original-Received: (at 15917) by debbugs.gnu.org; 30 Oct 2020 20:20:39 +0000 Original-Received: from localhost ([127.0.0.1]:59858 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kYat5-0000Gd-1T for submit@debbugs.gnu.org; Fri, 30 Oct 2020 16:20:39 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:52516) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kYat3-0000GP-1N for 15917@debbugs.gnu.org; Fri, 30 Oct 2020 16:20:37 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:52041) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kYasw-0007Ud-7Q; Fri, 30 Oct 2020 16:20:31 -0400 Original-Received: from [176.228.60.248] (port=3171 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kYasu-0006sS-R3; Fri, 30 Oct 2020 16:20:30 -0400 In-Reply-To: <897aec19-fa31-4ee8-80b4-8241ce3710c6@default> (message from Drew Adams on Fri, 30 Oct 2020 13:15:08 -0700 (PDT)) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list 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-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:192192 Archived-At: > Date: Fri, 30 Oct 2020 13:15:08 -0700 (PDT) > From: Drew Adams > Cc: 15917@debbugs.gnu.org, Paul Smith > > > GNU convention stipulates that key sequences that consist > > of C-c followed by a letter are reserved for users. Emacs > > Lisp code that follows the convention does not bind these > > keys, so that they are free for personal use. > > Perhaps "GNU coding convention" would be even clearer than > "GNU convention." It is wrong to speak about GNU (coding) conventions here, since this is not about GNU or coding, this is about key bindings in Emacs, and in Emacs alone.