[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Help buffer key bindings
From: |
Juri Linkov |
Subject: |
Re: Help buffer key bindings |
Date: |
Sun, 20 Nov 2005 23:45:54 +0200 |
User-agent: |
Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) |
>>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.
--
Juri Linkov
http://www.jurta.org/emacs/
- RE: Help buffer key bindings, (continued)