From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Gregory Heytings Newsgroups: gmane.emacs.devel Subject: Re: Concern about new binding. Date: Thu, 04 Feb 2021 21:15:21 +0000 Message-ID: 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> Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=us-ascii Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="33751"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Lars Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Feb 04 22:17:15 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 1l7m02-0008f3-QZ for ged-emacs-devel@m.gmane-mx.org; Thu, 04 Feb 2021 22:17:14 +0100 Original-Received: from localhost ([::1]:48530 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l7m01-0001sB-R3 for ged-emacs-devel@m.gmane-mx.org; Thu, 04 Feb 2021 16:17:13 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:50658) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l7lyK-0000bo-TP for emacs-devel@gnu.org; Thu, 04 Feb 2021 16:15:33 -0500 Original-Received: from heytings.org ([95.142.160.155]:36940) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l7lyI-0006nG-4o for emacs-devel@gnu.org; Thu, 04 Feb 2021 16:15:28 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=heytings.org; s=20210101; t=1612473322; bh=6blz43KSWSQtsAiOC32jb/a6J3rnJ7o07c6WscCProg=; h=Date:From:To:cc:Subject:In-Reply-To:Message-ID:References:From; b=uWf3SeqL3G5EWSkQSvREwvROPvUcfz4uK7i5E9Xn4G69TowYSx1q+zFgWajenaJX2 hDsEnqItrbtjmPXxYvgIK/hd/7Um7E0yX8gvqjGKVF0DAjxDO+ll1bx4hWQZ1vn/IF 0QgenkWl6ymoTiy7iaEHqeyyvWZVP7JNw7sZMmWpGbI/UO85nJ+u96LXY149XN2kaL HbrsvX8qkNtG50Hl0vjXhcx5n67ySX3eqr7Px2vtvNu8u29lI3pA8h9HFSEPuaQZyv hJLuvLlHY/hJk8Y1IY3RLzMTIb00b2AKqtio+e6hopMyYcNMNcouCPDDoPqJNRU6cy TFB2KevX4lc7Q== In-Reply-To: <87mtwjocn7.fsf@gnus.org> Received-SPF: pass client-ip=95.142.160.155; envelope-from=gregory@heytings.org; helo=heytings.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-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:263918 Archived-At: > > Presumably Magit users who've bound it to that will continue to do so... > and then they'll miss the new binding(s) under `C-x g', but I guess > that's up to each individual user. > > So I don't know whether this is something we should worry about. > There is always the possibility to use another free C-x LETTER slot. The other ones are c j w x y. (A few symbols are also free, for example # / % : _ !.)