emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Strange key binding problem


From: Samuel Wales
Subject: [Orgmode] Strange key binding problem
Date: Sun, 31 Aug 2008 13:35:38 -0700

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 <right> (translated from <escape> <right>) runs the
command forward-word"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]