From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Miles Bader Newsgroups: gmane.emacs.devel Subject: Re: Shift Tab should move backward in help buffers Date: Mon, 27 Jun 2005 15:16:45 +0900 Message-ID: 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> Reply-To: snogglethorpe@gmail.com, miles@gnu.org NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1119855890 1939 80.91.229.2 (27 Jun 2005 07:04:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 27 Jun 2005 07:04:50 +0000 (UTC) Cc: Andreas Schwab , emacs-devel@gnu.org, david.ponce@wanadoo.fr, Luc Teirlinck , lennart.borgman.073@student.lu.se Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 27 09:04:48 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Dmnfh-00005z-O2 for ged-emacs-devel@m.gmane.org; Mon, 27 Jun 2005 09:04:46 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DmnnI-0002zo-C0 for ged-emacs-devel@m.gmane.org; Mon, 27 Jun 2005 03:12:36 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Dmn7u-0004Vm-9z for emacs-devel@gnu.org; Mon, 27 Jun 2005 02:29:50 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Dmn7F-00043N-Ay for emacs-devel@gnu.org; Mon, 27 Jun 2005 02:29:10 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dmn71-0003PL-2e for emacs-devel@gnu.org; Mon, 27 Jun 2005 02:28:55 -0400 Original-Received: from [64.233.184.193] (helo=wproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DmmzO-0005Ek-Rx for emacs-devel@gnu.org; Mon, 27 Jun 2005 02:21:02 -0400 Original-Received: by wproxy.gmail.com with SMTP id 40so254791wri for ; Sun, 26 Jun 2005 23:16:45 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=p9SKUTy8yv89kJbbQDhivvz3AwFaZdVeP49GcQ+odaek6czuI/wKDmZuZSVe9O1CJNEzvKSsZbKpsefsCDh16z5F32ePkkQc1OxCjJue/fatrjRgIR4+I8ixVgoqc8i3EoJgTbnJmfhzX6ILEiIOb9SZx5n0+sMAZ24qDPi9qzw= Original-Received: by 10.54.19.68 with SMTP id 68mr86879wrs; Sun, 26 Jun 2005 23:16:45 -0700 (PDT) Original-Received: by 10.54.19.31 with HTTP; Sun, 26 Jun 2005 23:16:45 -0700 (PDT) Original-To: David Hunter In-Reply-To: <42BF8318.9030307@comcast.net> Content-Disposition: inline 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:39625 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:39625 On 6/27/05, David Hunter wrote: > Ugh. Why not force the window terminal customizations (e.g., w32-term.el= ) to "bind" such tabs to [backtab], just like x-win.el already does: >=20 > (define-key function-key-map [(shift tab)] [backtab]) > (define-key map [iso-lefttab] 'backward-button) > (define-key map [(shift iso-lefttab)] 'backward-button) 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. ? 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). Thanks, -Miles --=20 Do not taunt Happy Fun Ball.