From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Nick Roberts Newsgroups: gmane.emacs.devel Subject: Re: follow-link in grep buffer Date: Tue, 22 Feb 2005 11:48:32 +1300 Message-ID: <16922.25920.599613.247225@farnswood.snap.net.nz> References: <16922.19947.785134.975378@farnswood.snap.net.nz> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1109027382 14479 80.91.229.2 (21 Feb 2005 23:09:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 21 Feb 2005 23:09:42 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 22 00:09:42 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D3MgJ-0002kW-EI for ged-emacs-devel@m.gmane.org; Tue, 22 Feb 2005 00:09:35 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D3MxL-0007ZD-HA for ged-emacs-devel@m.gmane.org; Mon, 21 Feb 2005 18:27:11 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D3Mqt-0004nJ-U6 for emacs-devel@gnu.org; Mon, 21 Feb 2005 18:20:32 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D3Mqg-0004iU-S5 for emacs-devel@gnu.org; Mon, 21 Feb 2005 18:20:25 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D3Mqe-0004d7-7W for emacs-devel@gnu.org; Mon, 21 Feb 2005 18:20:16 -0500 Original-Received: from [202.37.101.8] (helo=viper.snap.net.nz) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D3MMc-0008AP-3c for emacs-devel@gnu.org; Mon, 21 Feb 2005 17:49:14 -0500 Original-Received: from farnswood.snap.net.nz (p166-tnt1.snap.net.nz [202.124.110.166]) by viper.snap.net.nz (Postfix) with ESMTP id A4D43421676; Tue, 22 Feb 2005 11:49:12 +1300 (NZDT) Original-Received: by farnswood.snap.net.nz (Postfix, from userid 501) id 3CF0862FBE; Mon, 21 Feb 2005 22:48:32 +0000 (GMT) Original-To: Stefan Monnier In-Reply-To: X-Mailer: VM 7.19 under Emacs 22.0.50.2 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:33696 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:33696 > Based on your example, I'd say another option might be: > - if the click is used to give focus, then don't follow the link. Given that if you press the button longer it also doesn't follow the link, the tooltip tells you that it does, even without focus, and doesn't mention that mouse-2 does the job too (it's masked by mouse-1), I think it would only create further confusion. Nick