From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Beck Subject: Re: org-mode + icicles, avoid key binding redefinitions? Date: Wed, 29 Jan 2014 12:44:02 +0100 Message-ID: <52E8E982.6070701@miszellen.de> References: <87ob33nnwi.fsf@bzg.ath.cx> <87eh3yvgyg.fsf@bzg.ath.cx> <3bc3c5a1-1c3f-4975-9dd6-3428aabb69be@default> <87ppniu06o.fsf@bzg.ath.cx> <1c11f795-ca4a-45bf-9701-7645a0609ed1@default> <87lhy6l4k4.fsf@bzg.ath.cx> <87d2jh93jb.fsf@bzg.ath.cx> <87bnywtqx4.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51720) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8TZ4-000087-NQ for emacs-orgmode@gnu.org; Wed, 29 Jan 2014 06:44:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W8TYw-0006Pu-Aa for emacs-orgmode@gnu.org; Wed, 29 Jan 2014 06:44:18 -0500 Received: from mo6-p04-ob.smtp.rzone.de ([2a01:238:20a:202:5304::8]:61910) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8TYw-0006Pl-34 for emacs-orgmode@gnu.org; Wed, 29 Jan 2014 06:44:10 -0500 In-Reply-To: <87bnywtqx4.fsf@bzg.ath.cx> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bastien Cc: Org Mode List On 28.01.2014 10:08, Bastien wrote: > I think most of these keybindings could migrate to a C-c C- version. There is no need for migrating them IMO. The recommendation is: Sequences consisting of `C-c' followed by any other punctuation character are allocated for minor modes. Using them in a major mode is not absolutely prohibited, but if you do that, the major mode binding may be shadowed from time to time by minor modes. This means important commands should have a binding reserved for major modes. But there is absolutely no need to remove bindings which (for many org users) have worked just fine for a long time. -- Florian Beck