From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: Help buffer key bindings Date: Sun, 20 Nov 2005 22:59:19 +0100 Message-ID: <4380F1B7.7070806@student.lu.se> References: <437BB984.20304@student.lu.se> <87slts137n.fsf@jurta.org> <43804515.8010300@student.lu.se> <87psov81ah.fsf@jurta.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1132523999 30150 80.91.229.2 (20 Nov 2005 21:59:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 20 Nov 2005 21:59:59 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 20 22:59:56 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EdxDw-0007Sc-2N for ged-emacs-devel@m.gmane.org; Sun, 20 Nov 2005 22:59:48 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EdxDv-0006wa-Gp for ged-emacs-devel@m.gmane.org; Sun, 20 Nov 2005 16:59:47 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EdxDZ-0006sl-Aq for emacs-devel@gnu.org; Sun, 20 Nov 2005 16:59:25 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EdxDX-0006rG-8Y for emacs-devel@gnu.org; Sun, 20 Nov 2005 16:59:24 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EdxDW-0006r7-VY for emacs-devel@gnu.org; Sun, 20 Nov 2005 16:59:23 -0500 Original-Received: from [81.228.8.83] (helo=pne-smtpout1-sn2.hy.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EdxDX-0004xQ-6L for emacs-devel@gnu.org; Sun, 20 Nov 2005 16:59:23 -0500 Original-Received: from [192.168.123.121] (83.249.218.244) by pne-smtpout1-sn2.hy.skanova.net (7.2.060.1) id 437DDE8100074A0E; Sun, 20 Nov 2005 22:59:19 +0100 User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en Original-To: Juri Linkov In-Reply-To: <87psov81ah.fsf@jurta.org> X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:46361 Archived-At: 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.