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: Tab/S-Tab in compile buffers Date: Fri, 22 Jul 2005 18:52:08 -0400 Message-ID: References: <36d7b3525e.3525e36d7b@net.lu.se> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1122073895 28146 80.91.229.2 (22 Jul 2005 23:11:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 22 Jul 2005 23:11:35 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jul 23 01:11:34 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Dw6fK-0001ro-ST for ged-emacs-devel@m.gmane.org; Sat, 23 Jul 2005 01:10:51 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dw6hU-0007sk-Ma for ged-emacs-devel@m.gmane.org; Fri, 22 Jul 2005 19:13:04 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Dw6Z7-0005AX-VF for emacs-devel@gnu.org; Fri, 22 Jul 2005 19:04:26 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Dw6Z0-00058i-D6 for emacs-devel@gnu.org; Fri, 22 Jul 2005 19:04:20 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dw6Yz-0004yk-3R for emacs-devel@gnu.org; Fri, 22 Jul 2005 19:04:17 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Dw6XK-0006Ip-1C for emacs-devel@gnu.org; Fri, 22 Jul 2005 19:02:34 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1Dw6NE-00035M-W8; Fri, 22 Jul 2005 18:52:09 -0400 Original-To: LENNART BORGMAN In-reply-to: <36d7b3525e.3525e36d7b@net.lu.se> (message from LENNART BORGMAN on Fri, 22 Jul 2005 12:15:36 +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:41151 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:41151 A compilation buffer has a lot of underlined links. I would expect Tab/S-Tab to move between those just as they do in Help or Info (and in web-browsers ;-). It sounds like a good idea. These buffers are usually read-only, so the other usual meanings of TAB are not applicable. There are already commands to move to the next or previous error.