From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: ams@gnu.org (Alfred M. Szmidt) Newsgroups: gmane.emacs.devel Subject: Re: Opening Up More Keymaps Re: Standardizing more key bindings? Date: Sun, 04 Oct 2020 09:46:02 -0400 Message-ID: References: <24436.53239.437810.270641@retriever.mtv.corp.google.com> <24436.58187.698211.262192@retriever.mtv.corp.google.com> <83362yisgn.fsf@gnu.org> <83y2kpf74o.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="23308"; mail-complaints-to="usenet@ciao.gmane.io" Cc: rms@gnu.org, raman@google.com, monnier@iro.umontreal.ca, dgutov@yandex.ru, eliz@gnu.org, emacs-devel@gnu.org To: thibaut.verron@gmail.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Oct 04 15:47:09 2020 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 1kP4M0-0005xB-DJ for ged-emacs-devel@m.gmane-mx.org; Sun, 04 Oct 2020 15:47:08 +0200 Original-Received: from localhost ([::1]:51192 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kP4Lz-00029M-F2 for ged-emacs-devel@m.gmane-mx.org; Sun, 04 Oct 2020 09:47:07 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:38164) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kP4Ky-0001hz-Ul for emacs-devel@gnu.org; Sun, 04 Oct 2020 09:46:04 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:41801) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kP4Kx-0002YF-RL; Sun, 04 Oct 2020 09:46:03 -0400 Original-Received: from ams by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1kP4Kw-0004oZ-1F; Sun, 04 Oct 2020 09:46:02 -0400 In-reply-to: (message from Thibaut Verron on Sun, 4 Oct 2020 12:38:40 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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:257025 Archived-At: The exact same arguments could apply to C-c being "replaced" by C-x C-c. There is a big difference in that C-c is already used by Emacs for other things, one is for users, and the second is for local keybindings in modes. Changing that would break quite a bit of things. C-z z or similar for suspend with a message seems like a good compromise.