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

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

Re: [help] emacs on gnome-terminal


From: Katsumi Yamaoka
Subject: Re: [help] emacs on gnome-terminal
Date: Tue, 24 Jul 2007 09:54:37 +0900
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50 (gnu/linux)

>>>>> Takehiko Abe wrote:

> emacs still gives me pesky ;5D;5C;5D;5C;5D;5C;5D;5C;5D;5C.
> [I tried xterm-extras without my .emacs]

Try the following in your ~/.emacs file:

(define-key global-map "\eO1;5A" [(control up)])
(define-key global-map "\eO1;5B" [(control down)])
(define-key global-map "\eO1;5C" [(control right)])
(define-key global-map "\eO1;5D" [(control left)])


reply via email to

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