help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: emacs on MAC OS X 10.2


From: Kai Großjohann
Subject: Re: emacs on MAC OS X 10.2
Date: Fri, 17 Jan 2003 18:06:46 +0100
User-agent: Gnus/5.090013 (Oort Gnus v0.13) Emacs/21.3.50 (i686-pc-linux-gnu)

mark belloni <markbelloni@earthlink.net> writes:

> (define-key global-map "ESC-O A" 'previous-line)    ;activate  up
> arrow key

That's the wrong way to do it.  Emacs looks in lisp/term/foo.el if
$TERM is set to foo for the keybindings to use.  (the lisp/term/README
file has more data.)  If that file contains the wrong bindings, please
submit a bug report to the Emacs developers.  But maybe $TERM is just
set wrongly?

If you want to have it quick, try 

(define-key function-key-map (kbd "ESC O A") (kbd "<up>"))

and similar statements.  Note that the string after kbd uses the same
syntax that's produced by C-h k, C-h l and friends.

-- 
Ambibibentists unite!


reply via email to

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