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 08:28:59 -0800 (PST) Message-ID: <3bc3c5a1-1c3f-4975-9dd6-3428aabb69be@default> References: <87ob33nnwi.fsf@bzg.ath.cx> <87eh3yvgyg.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]:55050) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W6N9c-0000hh-9w for emacs-orgmode@gnu.org; Thu, 23 Jan 2014 11:29:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W6N9T-00036g-Nz for emacs-orgmode@gnu.org; Thu, 23 Jan 2014 11:29:20 -0500 In-Reply-To: <87eh3yvgyg.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 > > No major mode should do so. >=20 > One problem is that Org uses C-c . too ... and some more. >=20 > Perhaps it's better to report this as an Emacs bug so that we can > discuss the issue with Emacs maintainers and see what's really at > stake here. I'm not familiar with Org mode. As I said, I don't even know whether it binds such keys in a minor mode (which is fine) or in a major mode (which is not). Since you are familiar with whatever bindings Org sets, and you have read the key-binding conventions section of the manual, please file a bug if you think it is appropriate. You are well placed to give the details. (FWIW, I seem to recall that I pointed this out to you a few years back.) There is a specific list of keys reserved for users, and another list of keys reserved for minor modes. If a major mode is using keys from either of these lists then that should be fixed. > For me, the keybindings are already too deeply in my > memory to consider removing them -- but perhaps that's me. Consideration of whether to fix bugs should not be based on your habits or memory. (I am not claiming there is an Org bug here - I don't know. That's for you to judge.)