From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Lennart Borgman (gmail)" Newsgroups: gmane.emacs.devel Subject: Re: Please add S-tab to button-buffer-map Date: Thu, 20 Mar 2008 00:33:41 +0100 Message-ID: <47E1A2D5.1080105@gmail.com> References: <47E16D18.2010209@gmail.com> <47E190B2.6000006@gnu.org> <000601c88a0f$5a7ca5c0$c2b22382@us.oracle.com> <47E1937A.6080808@gnu.org> <47E19FAC.60404@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1205969656 24253 80.91.229.12 (19 Mar 2008 23:34:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 19 Mar 2008 23:34:16 +0000 (UTC) Cc: Andreas Schwab , Drew Adams , 'Emacs Devel' To: Jason Rumney Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 20 00:34:45 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Jc7nl-0005Fh-Ax for ged-emacs-devel@m.gmane.org; Thu, 20 Mar 2008 00:34:33 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jc7nA-0001Xc-Qf for ged-emacs-devel@m.gmane.org; Wed, 19 Mar 2008 19:33:56 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jc7n4-0001W3-Ve for emacs-devel@gnu.org; Wed, 19 Mar 2008 19:33:51 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jc7n4-0001VS-CE for emacs-devel@gnu.org; Wed, 19 Mar 2008 19:33:50 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jc7n4-0001VL-9B for emacs-devel@gnu.org; Wed, 19 Mar 2008 19:33:50 -0400 Original-Received: from ch-smtp01.sth.basefarm.net ([80.76.149.212]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Jc7n0-0001o6-AK; Wed, 19 Mar 2008 19:33:46 -0400 Original-Received: from c83-254-148-228.bredband.comhem.se ([83.254.148.228]:62813 helo=[127.0.0.1]) by ch-smtp01.sth.basefarm.net with esmtp (Exim 4.68) (envelope-from ) id 1Jc7my-00012l-69; Thu, 20 Mar 2008 00:33:45 +0100 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071031 Thunderbird/2.0.0.9 Mnenhy/0.7.5.666 In-Reply-To: <47E19FAC.60404@gnu.org> X-Antivirus: avast! (VPS 080319-0, 2008-03-19), Outbound message X-Antivirus-Status: Clean X-Originating-IP: 83.254.148.228 X-Scan-Result: No virus found in message 1Jc7my-00012l-69. X-Scan-Signature: ch-smtp01.sth.basefarm.net 1Jc7my-00012l-69 52b4a17ad89eb3953e09b23158b2e2fa X-detected-kernel: by monty-python.gnu.org: Linux 2.6? (barebone, rare!) 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:93024 Archived-At: Jason Rumney wrote: > Andreas Schwab wrote: >> It was removed from w32-win.el together with the removal of >> x-setup-function-keys. x-win.el still binds (S-)iso-lefttab in the >> trunk. >> > > Thanks for the pointer. That change moved x-setup-function-keys to > w32-fns.el to make the keys available on both windowed and console > sessions, but an earlier change I made around the time of the multi-tty > merge synced w32-win.el with x-win.el, which lost the S-tab binding that > is necessary on Windows, since iso-lefttab is not distinguished from tab > by the OS. But why does the binding to S-Tab in Info work then? IMO it looks better to bind to S-Tab since that is what the user sees. Eh, at least on w32 ... You use S-tab in your web browser for example.