From mboxrd@z Thu Jan 1 00:00:00 1970 From: Liam Healy Subject: Re: Rebinding of home and end keys Date: Fri, 12 Nov 2010 14:57:55 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=40389 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PGzl4-0007HE-FL for emacs-orgmode@gnu.org; Fri, 12 Nov 2010 14:58:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PGzkz-0008BT-Om for emacs-orgmode@gnu.org; Fri, 12 Nov 2010 14:58:02 -0500 Received: from mail-qw0-f41.google.com ([209.85.216.41]:63391) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PGzkz-0008BB-MY for emacs-orgmode@gnu.org; Fri, 12 Nov 2010 14:57:57 -0500 Received: by qwh5 with SMTP id 5so21889qwh.0 for ; Fri, 12 Nov 2010 11:57:56 -0800 (PST) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Carsten Dominik Cc: Org-mode mailing list Carsten, git blame lisp/org.el 668e28f4 (Carsten Dominik 2009-09-25 08:03:23 +0100 19025) (define-key org-mode-map [home] 'org-beginning-of-line) 668e28f4 (Carsten Dominik 2009-09-25 08:03:23 +0100 19026) (define-key org-mode-map [end] 'org-end-of-line) Liam On Fri, Nov 12, 2010 at 2:46 PM, Carsten Dominik wrote: > Hi, > > is there a git wizard who can find out when these lines were introduced i= n > org.el. > > (define-key org-mode-map [home] 'org-beginning-of-line) > (define-key org-mode-map [end] =A0'org-end-of-line) > > Maybe the commit message does explain why that was done? > > Thanks. > > - Carsten > > On Nov 10, 2010, at 9:50 AM, Liam Healy wrote: > >> I have in my .emacs >> >> (global-set-key [(home)] 'beginning-of-buffer) >> (global-set-key [(end)] 'end-of-buffer) >> >> Starting with a recent (last few months) org-mode version, the home >> and end keys are bound to be beginning of end of line when in org >> files. =A0 This happens even if I do my keybinding after I load org. >> Can this rebinding be removed, or at least made optional? =A0I do not >> see why these keys are bound at all; these are regular emacs functions >> (not org-mode functions) so emacs (by default) and the user (by >> resetting the keys globally) can establish themselves what they want. >> >> Org-mode version 7.02trans (release_7.3.10.g7f79) >> >> Thank you. >> >> Liam >> >> _______________________________________________ >> Emacs-orgmode mailing list >> Please use `Reply All' to send replies to the list. >> Emacs-orgmode@gnu.org >> http://lists.gnu.org/mailman/listinfo/emacs-orgmode > >