From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: storm@cua.dk (Kim F. Storm) Newsgroups: gmane.emacs.devel Subject: Re: follow-link in grep buffer Date: Tue, 22 Feb 2005 10:48:27 +0100 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1109068282 5859 80.91.229.2 (22 Feb 2005 10:31:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 22 Feb 2005 10:31:22 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 22 11:31:22 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D3XJv-0007G8-N6 for ged-emacs-devel@m.gmane.org; Tue, 22 Feb 2005 11:31:11 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D3Xb3-0008BR-HI for ged-emacs-devel@m.gmane.org; Tue, 22 Feb 2005 05:48:53 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D3X0V-0006il-14 for emacs-devel@gnu.org; Tue, 22 Feb 2005 05:11:07 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D3X0G-0006fi-9y for emacs-devel@gnu.org; Tue, 22 Feb 2005 05:11:05 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D3X0E-0006ZZ-Db for emacs-devel@gnu.org; Tue, 22 Feb 2005 05:10:50 -0500 Original-Received: from [212.88.64.25] (helo=mail-relay.sonofon.dk) by monty-python.gnu.org with smtp (Exim 4.34) id 1D3Wea-0001VA-AU for emacs-devel@gnu.org; Tue, 22 Feb 2005 04:48:28 -0500 Original-Received: (qmail 73433 invoked from network); 22 Feb 2005 09:48:27 -0000 Original-Received: from unknown (HELO kfs-l.imdomain.dk.cua.dk) (213.83.150.2) by 0 with SMTP; 22 Feb 2005 09:48:27 -0000 Original-To: "Drew Adams" In-Reply-To: (Drew Adams's message of "Mon, 21 Feb 2005 16:08:14 -0800") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) 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:33723 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:33723 "Drew Adams" writes: > > 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 made the same suggestion as Stefan, and I don't think it would lead to > further confusion. As I mentioned, that is pretty much the behavior that > Windows users experience every day (the first click establishes focus). And This makes sense! I just installed a change so that a mouse-1 click only follows a link if the window is already selected. The tooltip will now say to use mouse-2 to follow a link in a non-selected window and to use mouse-1 in a selected window. BTW, I hate double-clicks... > Of course, mouse-follows-focus would no doubt overrule this > behavior, It does. > so it wouldn't help in that case. With mouse-autoselect-window / mouse-follows-focus you don't need to click in the first place, so I don't see a "need to help" here. -- Kim F. Storm http://www.cua.dk