From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Lennart Borgman" Newsgroups: gmane.emacs.devel Subject: Re: follow-link in grep buffer Date: Mon, 21 Feb 2005 22:45:11 +0100 Message-ID: <02aa01c5185e$f47555d0$0200a8c0@sedrcw11488> References: <16922.19947.785134.975378@farnswood.snap.net.nz> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1109023932 6973 80.91.229.2 (21 Feb 2005 22:12:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 21 Feb 2005 22:12:12 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 21 23:12:11 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D3LmG-0001YS-0q for ged-emacs-devel@m.gmane.org; Mon, 21 Feb 2005 23:11:40 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D3M3H-0003jJ-G1 for ged-emacs-devel@m.gmane.org; Mon, 21 Feb 2005 17:29:15 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D3Lyl-0000Xg-M4 for emacs-devel@gnu.org; Mon, 21 Feb 2005 17:24:35 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D3LyA-0000JL-BU for emacs-devel@gnu.org; Mon, 21 Feb 2005 17:24:00 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D3Ly6-000059-N5 for emacs-devel@gnu.org; Mon, 21 Feb 2005 17:23:54 -0500 Original-Received: from [81.228.9.113] (helo=av5-1-sn3.vrr.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D3LPH-0003gl-Ux for emacs-devel@gnu.org; Mon, 21 Feb 2005 16:47:56 -0500 Original-Received: by av5-1-sn3.vrr.skanova.net (Postfix, from userid 502) id 0715F37EAF; Mon, 21 Feb 2005 22:47:54 +0100 (CET) Original-Received: from smtp1-2-sn3.vrr.skanova.net (smtp1-2-sn3.vrr.skanova.net [81.228.9.178]) by av5-1-sn3.vrr.skanova.net (Postfix) with ESMTP id EB4DC37E47; Mon, 21 Feb 2005 22:47:53 +0100 (CET) Original-Received: from sedrcw11488 (t5o58p9.telia.com [195.67.196.9]) by smtp1-2-sn3.vrr.skanova.net (Postfix) with SMTP id 1313538003; Mon, 21 Feb 2005 22:47:52 +0100 (CET) Original-To: "Nick Roberts" , X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1409 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 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 X-MailScanner-To: ged-emacs-devel@m.gmane.org Xref: main.gmane.org gmane.emacs.devel:33687 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:33687 ----- Original Message ----- From: "Nick Roberts" > I realise that applications like web browsers use mouse-1 to follow links, so ... > be daunting for the new user, so I suggest the following: > > 1) Mouse-1 is not used to follow links in the grep or compilation buffers. > > 2) If it has to be used for this purpose, then it only works where the match > occurs (this must be easy to implement as it already has a different face) > and the match is also underlined so that it looks like a link. Alternative 2 seems more consistent (and therefore less confusing) to me.