emacs-devel
[Top][All Lists]
Advanced

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

Re: Bug with tmux/screen and special characters


From: Andreas Schwab
Subject: Re: Bug with tmux/screen and special characters
Date: Tue, 27 May 2014 09:10:11 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Danil Orlov <address@hidden> writes:

> I've found that if I run emacs 24.3.1 under tmux or GNU screen, and add this 
> snippet to my .emacs:
>
>
> (global-set-key (kbd "M-[") 'hide-subtree)
> (global-set-key (kbd "M-]") 'show-subtree)
>
>
> then I receive trouble with such keys: Home, End, PgUp, PgDown, F1-F12 .

All these keys produce sequences beginning with ESC [, but you have
disabled their bindings in function-key-map.

Andreas.

-- 
Andreas Schwab, SUSE Labs, address@hidden
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."



reply via email to

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