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

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

Re: A terminal emulator for running emacs


From: Javier
Subject: Re: A terminal emulator for running emacs
Date: Tue, 11 Feb 2014 04:55:02 +0000 (UTC)
User-agent: tin/2.0.1-20111224 ("Achenvoir") (UNIX) (Linux/3.9.8-1-ARCH (x86_64))

Have you checked with C-h l (view-lossage) or cat -v in bash that the
terminal sends some escape sequence to emacs?  If emacs sees a escape
sequence you can still remap it with

(define-key function-key-map "\eO2A" '[S-up])

\e is the escape character.

Anyway, my advice is to use xterm.




reply via email to

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