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 00:47:29 -0400 Message-ID: <42BF84E1.1020009@comcast.net> References: <42BEB2F6.9010409@student.lu.se> <42BED80E.4060705@comcast.net> <42BEDE1C.1030102@wanadoo.fr> 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 1119847876 20076 80.91.229.2 (27 Jun 2005 04:51:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 27 Jun 2005 04:51:16 +0000 (UTC) Cc: Lennart Borgman , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 27 06:51:07 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DmlaM-0007yy-2M for ged-emacs-devel@m.gmane.org; Mon, 27 Jun 2005 06:51:06 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dmlhv-0000CN-Fv for ged-emacs-devel@m.gmane.org; Mon, 27 Jun 2005 00:58:55 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Dmlh5-0008Te-J2 for emacs-devel@gnu.org; Mon, 27 Jun 2005 00:58:04 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Dmlh0-0008Qo-7E for emacs-devel@gnu.org; Mon, 27 Jun 2005 00:57:59 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dmlgz-0008Nt-MQ for emacs-devel@gnu.org; Mon, 27 Jun 2005 00:57:57 -0400 Original-Received: from [204.127.202.56] (helo=sccrmhc12.comcast.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Dmlb3-00015g-9n for emacs-devel@gnu.org; Mon, 27 Jun 2005 00:51:49 -0400 Original-Received: from [192.168.42.3] (pcp08774087pcs.mtlrel01.nj.comcast.net[68.36.32.221]) by comcast.net (sccrmhc12) with ESMTP id <2005062704473201200h9edhe>; Mon, 27 Jun 2005 04:47:33 +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: David Ponce In-Reply-To: <42BEDE1C.1030102@wanadoo.fr> 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:39608 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:39608 David Ponce wrote: > Please notice that on my Compacq Evo N610c laptop running Fedora Core > 3 GNU/Linux the and keys seem to not exist. There > is a instead. Perhaps this key could be added to? Does this mean that C-h k (Shift Tab) reports ? It seems you're running emacs in X, so you should see " (translated from )" if the active keymap binds to a command. Unless you're using table-mode or org-mode, which bind explicitly. -Dave