emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Samuel Wales" <samologist@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Strange key binding problem
Date: Sun, 31 Aug 2008 13:35:38 -0700	[thread overview]
Message-ID: <20524da70808311335n6a46e6abw5d0613581acbf6c1@mail.gmail.com> (raw)

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	other threads:[~2008-08-31 20:35 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-31 20:35 Samuel Wales [this message]
2008-08-31 20:42 ` Strange key binding problem 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20524da70808311335n6a46e6abw5d0613581acbf6c1@mail.gmail.com \
    --to=samologist@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).