From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: Shift Tab should move backward in help buffers Date: Sun, 26 Jun 2005 18:42:21 -0400 Message-ID: References: <42BEB2F6.9010409@student.lu.se> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1119826942 17539 80.91.229.2 (26 Jun 2005 23:02:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 26 Jun 2005 23:02:22 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 27 01:02:13 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Dmg8h-0001C3-V3 for ged-emacs-devel@m.gmane.org; Mon, 27 Jun 2005 01:02:12 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DmgGD-0006xq-Vk for ged-emacs-devel@m.gmane.org; Sun, 26 Jun 2005 19:09:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Dmg5a-00072t-DJ for emacs-devel@gnu.org; Sun, 26 Jun 2005 18:58:58 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Dmg5Q-0006wA-1z for emacs-devel@gnu.org; Sun, 26 Jun 2005 18:58:49 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dmg5M-0006rm-6l for emacs-devel@gnu.org; Sun, 26 Jun 2005 18:58:44 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Dmfus-00014t-49 for emacs-devel@gnu.org; Sun, 26 Jun 2005 18:47:54 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DmfpV-0006PV-8M; Sun, 26 Jun 2005 18:42:21 -0400 Original-To: Lennart Borgman In-reply-to: <42BEB2F6.9010409@student.lu.se> (message from Lennart Borgman on Sun, 26 Jun 2005 15:51:50 +0200) 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:39592 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:39592 Tab move to next link in the help buffer. Shift-Tab does the same. However it would be more practical and consistent with usual behaviour if Shift-Tab moved backwards. Would you like to send a patch?