emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Strange key binding problem
@ 2008-08-31 20:35 Samuel Wales
  2008-08-31 20:42 ` Samuel Wales
  2008-09-13 16:08 ` Carsten Dominik
  0 siblings, 2 replies; 8+ messages in thread
From: Samuel Wales @ 2008-08-31 20:35 UTC (permalink / raw)
  To: emacs-orgmode

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"

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2008-09-16  5:16 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-08-31 20:35 Strange key binding problem Samuel Wales
2008-08-31 20:42 ` Samuel Wales
2008-09-02 19:07   ` Samuel Wales
2008-09-03  9:51     ` Carsten Dominik
2008-09-03 18:54       ` Samuel Wales
2008-09-03 18:56       ` Samuel Wales
2008-09-13 16:08 ` Carsten Dominik
2008-09-16  5:15   ` Samuel Wales

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).