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

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

USING KEYBOARD ARROWS IN THE EMACS EDITOR


From: new2linux
Subject: USING KEYBOARD ARROWS IN THE EMACS EDITOR
Date: 7 Mar 2005 14:25:19 -0800
User-agent: G2/0.2

Does anyone have any samples of how to activate the keyboard arrows in
the emacs editor ?

Here's what I have in my editor but it wasn't doesn't work:

(global-set-key [?\e ?#] 'next-line)
(global-set-key [?\e ?&] 'previous-line)
(global-set-key [?\e ?_] 'forward-char)
(global-set-key [?\e ?*] 'backward-char)

thanks in advance....



reply via email to

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