emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] Strange key binding problem


From: Carsten Dominik
Subject: Re: [Orgmode] Strange key binding problem
Date: Sat, 13 Sep 2008 18:08:48 +0200

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


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode





reply via email to

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