all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* USING KEYBOARD ARROWS IN THE EMACS EDITOR
@ 2005-03-07 22:25 new2linux
  2005-03-08 13:51 ` using keyboard arrows in the emacs editor Chong Yidong
  0 siblings, 1 reply; 2+ messages in thread
From: new2linux @ 2005-03-07 22:25 UTC (permalink / raw)


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....

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

* Re: using keyboard arrows in the emacs editor
  2005-03-07 22:25 USING KEYBOARD ARROWS IN THE EMACS EDITOR new2linux
@ 2005-03-08 13:51 ` Chong Yidong
  0 siblings, 0 replies; 2+ messages in thread
From: Chong Yidong @ 2005-03-08 13:51 UTC (permalink / raw)


Please don't shout. Thanks.

> 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)

The keyboard arrows should work; you shouldn't have to rebind them.
What platform are you running Emacs on? Text terminal, or xterm, or X,
or what? The more specific you are, the more likely you will get help
quickly.

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

end of thread, other threads:[~2005-03-08 13:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-07 22:25 USING KEYBOARD ARROWS IN THE EMACS EDITOR new2linux
2005-03-08 13:51 ` using keyboard arrows in the emacs editor Chong Yidong

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.