From mboxrd@z Thu Jan 1 00:00:00 1970 From: Drew Adams Subject: Re: org-mode + icicles, avoid key binding redefinitions? Date: Thu, 23 Jan 2014 14:56:50 -0800 (PST) Message-ID: 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> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33861) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W6TCp-00010n-Df for emacs-orgmode@gnu.org; Thu, 23 Jan 2014 17:57:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W6TCg-0005s3-Kc for emacs-orgmode@gnu.org; Thu, 23 Jan 2014 17:57:03 -0500 Received: from aserp1040.oracle.com ([141.146.126.69]:23782) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W6TCg-0005rr-Da for emacs-orgmode@gnu.org; Thu, 23 Jan 2014 17:56:54 -0500 In-Reply-To: <87lhy6l4k4.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: emacs-orgmode@gnu.org > * 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. >=20 > That's pretty clear to me. To me too. It's not absolutely prohibited. If a major mode does not mind having its binding shadowed, it can use a key allocated for minor modes. So yes, it's not a bug. It might not be a great choice, but it doesn't break anything. Minor-mode bindings take precedence, so it is the major-mode binding that gets shadowed. If that's not a problem for the major mode, no problem.