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: Help buffer key bindings Date: Wed, 16 Nov 2005 23:58:12 +0100 Message-ID: <437BB984.20304@student.lu.se> 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 1132182090 23815 80.91.229.2 (16 Nov 2005 23:01:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 16 Nov 2005 23:01:30 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 17 00:01:20 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EcWET-0005PN-CX for ged-emacs-devel@m.gmane.org; Wed, 16 Nov 2005 23:58:26 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EcWES-0001yS-Jr for ged-emacs-devel@m.gmane.org; Wed, 16 Nov 2005 17:58:24 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EcWEI-0001y6-Cw for emacs-devel@gnu.org; Wed, 16 Nov 2005 17:58:14 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EcWEH-0001xt-UK for emacs-devel@gnu.org; Wed, 16 Nov 2005 17:58:14 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EcWEH-0001xq-R8 for emacs-devel@gnu.org; Wed, 16 Nov 2005 17:58:13 -0500 Original-Received: from [81.228.11.98] (helo=pne-smtpout1-sn1.fre.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EcWEI-0006Og-11 for emacs-devel@gnu.org; Wed, 16 Nov 2005 17:58:14 -0500 Original-Received: from [192.168.123.121] (83.249.218.244) by pne-smtpout1-sn1.fre.skanova.net (7.2.060.1) id 4378F0CA000C0844 for emacs-devel@gnu.org; Wed, 16 Nov 2005 23:58:12 +0100 User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en Original-To: Emacs Devel 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:46127 Archived-At: Two things: *** 1) On EmacsWiki I found this suggestion: Bind "l" to help-go-back in help-mode, to make it behave a tiny bit more like info mode. (add-hook 'help-mode-hook (lambda () (define-key help-mode-map "l" 'help-go-back))) Maybe binding "l" to help-go-back is a good thing? *** 2) A while ago we discussed S-TAB in the help buffer. On w32 this still moves forward. I think it should move backward. Was there any decision on this? How does it work on other platforms? I remember I did not quite understand what was happening. It seems like S-TAB is interpreted as just TAB on w32. Since other applications (for example Firefox) recognices S-TAB it looks a bit like a bug.