From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: follow-link in grep buffer Date: Tue, 22 Feb 2005 13:11:45 -0500 Message-ID: References: <16922.19947.785134.975378@farnswood.snap.net.nz> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1109096162 4162 80.91.229.2 (22 Feb 2005 18:16:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 22 Feb 2005 18:16:02 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 22 19:16:02 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D3eZC-0003n9-Cm for ged-emacs-devel@m.gmane.org; Tue, 22 Feb 2005 19:15:26 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D3eqO-0004JG-AA for ged-emacs-devel@m.gmane.org; Tue, 22 Feb 2005 13:33:12 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D3ek3-0001Ie-FA for emacs-devel@gnu.org; Tue, 22 Feb 2005 13:26:40 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D3ejy-0001GC-5K for emacs-devel@gnu.org; Tue, 22 Feb 2005 13:26:35 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D3ejx-0001FO-Qk for emacs-devel@gnu.org; Tue, 22 Feb 2005 13:26:33 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D3eVe-00087O-5I for emacs-devel@gnu.org; Tue, 22 Feb 2005 13:11:46 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1D3eVd-0000PW-9G; Tue, 22 Feb 2005 13:11:45 -0500 Original-To: Nick Roberts In-reply-to: <16922.19947.785134.975378@farnswood.snap.net.nz> (message from Nick Roberts on Tue, 22 Feb 2005 10:08:59 +1300) 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:33737 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:33737 The grep buffer is an example. If I try to place the cursor anywhere on a line before the end of a match, the associated file pops up in another buffer. However I might just want to select that window to resize it. When you found this not to your taste, were you aware about the aspect that Mouse-1 does not follow links if you move the mouse at all? Is that method of avoiding the problem adequate? Stefan wrote: 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. I would not object to that, if the other developers find it convenient, and assuming that "move the mouse" is not an adequate solution for your problem.