From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: Concern about new binding. Date: Fri, 05 Feb 2021 11:12:03 +0200 Organization: LINKOV.NET Message-ID: <87k0rmkh68.fsf@mail.linkov.net> References: <87zh0mmr54.fsf@gmail.com> <87y2g5smya.fsf@gmail.com> <4FF55FBF-573D-4A70-B3FC-682CA25B7ECB@gnu.org> <83lfc53whk.fsf@gnu.org> <20210203180142.seu6o3i6u7jhkyrh@Ergus> <83eehx3to5.fsf@gnu.org> <20210203221628.xgvvxjvh56gyswba@Ergus> <20210204070033.pm4ido4hq7a6twif@Ergus> <83sg6brhyg.fsf@gnu.org> <87a6sjpyqs.fsf@gnus.org> <838s83ra3q.fsf@gnu.org> <87mtwjocn7.fsf@gnus.org> <87o8gzpj31.fsf@mail.linkov.net> <87wnvmlwjq.fsf@gnus.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="24788"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (x86_64-pc-linux-gnu) Cc: Gregory Heytings , emacs-devel@gnu.org To: Lars Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Feb 05 10:25:39 2021 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 1l7xMw-0006MF-VG for ged-emacs-devel@m.gmane-mx.org; Fri, 05 Feb 2021 10:25:38 +0100 Original-Received: from localhost ([::1]:41070 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l7xMw-0000qM-09 for ged-emacs-devel@m.gmane-mx.org; Fri, 05 Feb 2021 04:25:38 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:35170) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l7xK1-0005SL-N7 for emacs-devel@gnu.org; Fri, 05 Feb 2021 04:22:37 -0500 Original-Received: from relay11.mail.gandi.net ([217.70.178.231]:51205) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l7xJz-0000s8-M2 for emacs-devel@gnu.org; Fri, 05 Feb 2021 04:22:37 -0500 Original-Received: from mail.gandi.net (m91-129-108-204.cust.tele2.ee [91.129.108.204]) (Authenticated sender: juri@linkov.net) by relay11.mail.gandi.net (Postfix) with ESMTPSA id AD54F100002; Fri, 5 Feb 2021 09:22:30 +0000 (UTC) In-Reply-To: <87wnvmlwjq.fsf@gnus.org> (Lars Ingebrigtsen's message of "Fri, 05 Feb 2021 09:59:37 +0100") Received-SPF: pass client-ip=217.70.178.231; envelope-from=juri@linkov.net; helo=relay11.mail.gandi.net X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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:263958 Archived-At: >> Or 'C-x r v' with the mnemonics rv = ReVert. > > Hm... makes sense, but the `C-x r' keymap is mostly register commands > (with a sprinkling of bookmark commands (which are related, I guess), > and rectangle commands (which aren't))... So currently `r' in `C-x r' stands for `register' and `rectangle' that have unrelated mnemonics, and `bookmark' slightly related to `register'. Then adding another meaning for `r' in `C-x r' is not quite bad. It seems the least controversial among all variants would be `C-x r e' where "re" is the prefix of the command "re"vert-buffer that is also free on the `C-x r' map and easier to type than `C-x r v'.