From mboxrd@z Thu Jan 1 00:00:00 1970 From: Liam Healy Subject: Rebinding of home and end keys Date: Wed, 10 Nov 2010 10:50:22 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from [140.186.70.92] (port=57436 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PGCwP-00087k-4I for emacs-orgmode@gnu.org; Wed, 10 Nov 2010 10:50:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PGCwO-0007r2-7U for emacs-orgmode@gnu.org; Wed, 10 Nov 2010 10:50:28 -0500 Received: from mail-yw0-f41.google.com ([209.85.213.41]:64596) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PGCwO-0007qk-5I for emacs-orgmode@gnu.org; Wed, 10 Nov 2010 10:50:28 -0500 Received: by ywo7 with SMTP id 7so549106ywo.0 for ; Wed, 10 Nov 2010 07:50:27 -0800 (PST) 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: Org-mode mailing list 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. This happens even if I do my keybinding after I load org. Can this rebinding be removed, or at least made optional? I 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