emacs-devel
[Top][All Lists]
Advanced

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

Re: Shift Tab should move backward in help buffers


From: Stefan Monnier
Subject: Re: Shift Tab should move backward in help buffers
Date: Tue, 28 Jun 2005 02:27:45 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

> The code which sets up the escape mappings for those terminals could
> set up an explicit direct mapping for "escape-sequence -> backtab"
> (bypassing the S-tab step) couldn't they?

Except that it would not correctly handle the case where the user has bound
S-tab to something.

The answer is (as has been mentioned on this list a while back) that
terminal-escape-sequences should not be handled with function-key-map but
with a new map placed before function-key-map (and applied unconditionally,
like key-translation-map but unlike function-key-map).


        Stefan




reply via email to

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