From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Hunter Newsgroups: gmane.emacs.devel Subject: Re: Shift Tab should move backward in help buffers Date: Mon, 27 Jun 2005 21:03:34 -0400 Message-ID: <42C0A1E6.20309@comcast.net> References: <42BEB2F6.9010409@student.lu.se> <42BED80E.4060705@comcast.net> <42BEDE1C.1030102@wanadoo.fr> <200506261713.j5QHDWq17944@raven.dms.auburn.edu> <42BEE64C.4040405@student.lu.se> <200506261803.j5QI3Dv17974@raven.dms.auburn.edu> <42BF8318.9030307@comcast.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1119920589 30203 80.91.229.2 (28 Jun 2005 01:03:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 28 Jun 2005 01:03:09 +0000 (UTC) Cc: Andreas Schwab , david.ponce@wanadoo.fr, lennart.borgman.073@student.lu.se, Luc Teirlinck , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 28 03:03:06 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Dn4Uz-0007DH-MW for ged-emacs-devel@m.gmane.org; Tue, 28 Jun 2005 03:02:49 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dn4cj-0006WI-QM for ged-emacs-devel@m.gmane.org; Mon, 27 Jun 2005 21:10:49 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Dn4a7-0005Nx-1g for emacs-devel@gnu.org; Mon, 27 Jun 2005 21:08:07 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Dn4Zy-0005Jl-Ce for emacs-devel@gnu.org; Mon, 27 Jun 2005 21:07:59 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dn4Zy-0005Ij-A8 for emacs-devel@gnu.org; Mon, 27 Jun 2005 21:07:58 -0400 Original-Received: from [216.148.227.85] (helo=rwcrmhc12.comcast.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Dn4aM-0005pS-36; Mon, 27 Jun 2005 21:08:22 -0400 Original-Received: from [192.168.42.3] (pcp08774087pcs.mtlrel01.nj.comcast.net[68.36.32.221]) by comcast.net (rwcrmhc12) with ESMTP id <2005062801034801400r2bvde>; Tue, 28 Jun 2005 01:03:53 +0000 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.2) Gecko/20040804 Netscape/7.2 (ax) X-Accept-Language: en-us, en Original-To: snogglethorpe@gmail.com, miles@gnu.org In-Reply-To: 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:39705 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:39705 Miles Bader wrote: > I'm a bit confused by your example above -- did you really mean: > > (define-key function-key-map [(shift tab)] [backtab]) > (define-key function-key-map [iso-lefttab] [backtab]) > ;; ...etc... > > (define-key map [backtab] 'backward-button) > ;; no etc. You saw right thru my cut-and-waste error. :) > I'd think the majority of the function-key-map bindings should be done > centrally though, not in terminal specific files (though maybe a few > weird ones would be done in the latter). What central location did you have in mind? bindings.el looks promising. -Dave