emacs-devel
[Top][All Lists]
Advanced

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

Re: Help buffer key bindings


From: Lennart Borgman
Subject: Re: Help buffer key bindings
Date: Sun, 20 Nov 2005 22:59:19 +0100
User-agent: Mozilla Thunderbird 1.0.7 (Windows/20050923)

Juri Linkov wrote:

Perhaps M-TAB should do the same as S-TAB on systems that don't
produce S-TAB, and only in buffers where M-TAB is not bound to
something useful (like `complete-symbol' which is not useful in
the Help buffer).

Perhaps, but in the case of w32 the system actually produces S-Tab.
I think that should be fixed first.

If you evaluate on w32:

(define-key function-key-map [S-tab] [backtab])

do you get what you want?  If yes, then this should be added
to emacs/lisp/term/pc-win.el.
Yes, thanks, after this S-TAB moves backwards in the Help buffer.




reply via email to

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