From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Samuel Wales" Subject: Strange key binding problem Date: Sun, 31 Aug 2008 13:35:38 -0700 Message-ID: <20524da70808311335n6a46e6abw5d0613581acbf6c1@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KZteA-0000Hj-HN for emacs-orgmode@gnu.org; Sun, 31 Aug 2008 16:35:42 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KZte9-0000HE-3j for emacs-orgmode@gnu.org; Sun, 31 Aug 2008 16:35:41 -0400 Received: from [199.232.76.173] (port=33160 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KZte8-0000Gu-Ud for emacs-orgmode@gnu.org; Sun, 31 Aug 2008 16:35:40 -0400 Received: from ey-out-1920.google.com ([74.125.78.148]:17694) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KZte8-0000US-9A for emacs-orgmode@gnu.org; Sun, 31 Aug 2008 16:35:40 -0400 Received: by ey-out-1920.google.com with SMTP id 4so590467eyg.24 for ; Sun, 31 Aug 2008 13:35:38 -0700 (PDT) Content-Disposition: inline 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: emacs-orgmode@gnu.org The keybinding for ESC right remains bound to forward-word even after loading org. What am I doing wrong below? I must be missing something obvious. ;;[emacs is carbon emacs 22 on mac os x tiger, which runs as gui] ;;[org is 6.06b] ;;emacs -q from the default terminal ;;eval the following forms using c-x c-e (defun alpha-add-path (p) (setq load-path (cons p load-path))) (alpha-add-path "[valid path]/org/lisp") (add-to-list 'auto-mode-alist '("\\.org$" . org-mode)) ;;c-x c-f [myorgfile].org ;;result loads and colorizes correctly. TAB works correctly for the mode. ;;m-x org-version ;;result "Org-mode version 6.06b" ;;c-h c ESC right ;;result "ESC (translated from ) runs the command forward-word"