From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suvayu Ali Subject: Re: C-o now mapped to org-ctrl-o surprise Date: Mon, 15 Apr 2013 01:24:46 +0200 Message-ID: <20130414232446.GB11696@kuru.dyndns-at-home.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:58271) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1URWI0-0005Sr-Ky for emacs-orgmode@gnu.org; Sun, 14 Apr 2013 19:24:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1URWHz-0004f7-S0 for emacs-orgmode@gnu.org; Sun, 14 Apr 2013 19:24:52 -0400 Received: from mail-wi0-x233.google.com ([2a00:1450:400c:c05::233]:57325) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1URWHz-0004f3-Kd for emacs-orgmode@gnu.org; Sun, 14 Apr 2013 19:24:51 -0400 Received: by mail-wi0-f179.google.com with SMTP id hn17so1011419wib.12 for ; Sun, 14 Apr 2013 16:24:50 -0700 (PDT) Content-Disposition: inline In-Reply-To: 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: emacs-orgmode@gnu.org On Sat, Apr 13, 2013 at 10:28:30PM +0100, Sean O'Halpin wrote: > Hi, > > I was quite surprised after pulling down master to find that C-o has > been bound to org-ctrl-o (commit 45d6d8f8 2013-04-05 11:14:20 +0200). > > I personally don't use open-line much myself so remap this key for my own use. > > Wouldn't it be better to do something like: > > (define-key org-mode-map [remap open-line] 'org-ctrl-o) > > and let the user choose which key does open-line rather than create a > new keybinding which might override a user definition? Also, perhaps > the function should be called org-open-line rather than org-ctrl-o. I would agree too. I think there are few other instances of this kind of remappings; can't recall which though. -- Suvayu Open source is the future. It sets us free.