From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Sean O'Halpin" Subject: Re: C-o now mapped to org-ctrl-o surprise Date: Sun, 14 Apr 2013 12:22:11 +0100 Message-ID: References: <87ppxxa1f5.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:52204) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1URL0g-0000A3-W9 for emacs-orgmode@gnu.org; Sun, 14 Apr 2013 07:22:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1URL0e-0000By-UH for emacs-orgmode@gnu.org; Sun, 14 Apr 2013 07:22:14 -0400 In-Reply-To: <87ppxxa1f5.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 Gosh, that was quick! Thanks, Sean On Sun, Apr 14, 2013 at 9:31 AM, Bastien wrote: > Hi Sean, > > "Sean O'Halpin" writes: > >> 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. > > Indeed. I renamed the command and used remap as you suggest. > > -- > Bastien