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 10:42:45 +0100 Message-ID: <43804515.8010300@student.lu.se> References: <437BB984.20304@student.lu.se> <87slts137n.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 1132484104 23792 80.91.229.2 (20 Nov 2005 10:55:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 20 Nov 2005 10:55:04 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 20 11:55:01 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Edmpf-0007Kj-Lk for ged-emacs-devel@m.gmane.org; Sun, 20 Nov 2005 11:54:03 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Edmpe-0004re-Ub for ged-emacs-devel@m.gmane.org; Sun, 20 Nov 2005 05:54:02 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Edlp7-0002AY-Lb for emacs-devel@gnu.org; Sun, 20 Nov 2005 04:49:26 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EdlmX-0001tv-IS for emacs-devel@gnu.org; Sun, 20 Nov 2005 04:46:47 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Edlii-0001Rt-K3 for emacs-devel@gnu.org; Sun, 20 Nov 2005 04:42:50 -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 1Edlii-0006Vo-Gt for emacs-devel@gnu.org; Sun, 20 Nov 2005 04:42:48 -0500 Original-Received: from [192.168.123.121] (83.249.218.244) by pne-smtpout1-sn2.hy.skanova.net (7.2.060.1) id 437DDE810004E970; Sun, 20 Nov 2005 10:42:46 +0100 User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en Original-To: Juri Linkov In-Reply-To: <87slts137n.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:46327 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.