From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Strange key binding problem Date: Sat, 13 Sep 2008 18:08:48 +0200 Message-ID: <7187155C-5BB9-48E2-A785-B6753B6C42D9@uva.nl> References: <20524da70808311335n6a46e6abw5d0613581acbf6c1@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v926) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KebH4-0004oE-9R for emacs-orgmode@gnu.org; Sat, 13 Sep 2008 15:59:18 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KebH3-0004nf-MG for emacs-orgmode@gnu.org; Sat, 13 Sep 2008 15:59:17 -0400 Received: from [199.232.76.173] (port=39435 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KebH3-0004nT-G8 for emacs-orgmode@gnu.org; Sat, 13 Sep 2008 15:59:17 -0400 Received: from ey-out-1920.google.com ([74.125.78.149]:60390) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KebH3-0001M3-AV for emacs-orgmode@gnu.org; Sat, 13 Sep 2008 15:59:17 -0400 Received: by ey-out-1920.google.com with SMTP id 4so610318eyg.24 for ; Sat, 13 Sep 2008 12:59:16 -0700 (PDT) In-Reply-To: <20524da70808311335n6a46e6abw5d0613581acbf6c1@mail.gmail.com> 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: Samuel Wales Cc: emacs-orgmode@gnu.org Hi Samuel On Aug 31, 2008, at 10:35 PM, Samuel Wales wrote: > The keybinding for ESC right remains bound to forward-word even after > loading org. I you run Org-mode under X windows, org normally does not use this key binding, since meta-right does the same job. If you would like to insist using it, you can, using the lates git-released version, by setting org-use- extra-keys. HTH. - Carsten > > > 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" > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode