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: Fri, 25 Feb 2005 14:40:54 +0100 Message-ID: References: <16922.19947.785134.975378@farnswood.snap.net.nz> <16926.51952.150749.303780@farnswood.snap.net.nz> <87bra8iyul.fsf-monnier+emacs@gnu.org> <01d501c51b3d$a05f43c0$0200a8c0@sedrcw11488> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1109339270 1071 80.91.229.2 (25 Feb 2005 13:47:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 25 Feb 2005 13:47:50 +0000 (UTC) Cc: Nick Roberts , emacs-devel@gnu.org, Stefan Monnier , rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 25 14:47:49 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D4foU-0004ZQ-Sj for ged-emacs-devel@m.gmane.org; Fri, 25 Feb 2005 14:47:27 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D4g6G-0005fS-1V for ged-emacs-devel@m.gmane.org; Fri, 25 Feb 2005 09:05:48 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D4g1f-0004gk-O6 for emacs-devel@gnu.org; Fri, 25 Feb 2005 09:01:04 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D4g1Y-0004eL-8A for emacs-devel@gnu.org; Fri, 25 Feb 2005 09:00:58 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D4g1W-0004U4-Qa for emacs-devel@gnu.org; Fri, 25 Feb 2005 09:00:55 -0500 Original-Received: from [212.88.64.25] (helo=mail-relay.sonofon.dk) by monty-python.gnu.org with smtp (Exim 4.34) id 1D4fiA-0004s9-OQ for emacs-devel@gnu.org; Fri, 25 Feb 2005 08:40:55 -0500 Original-Received: (qmail 45829 invoked from network); 25 Feb 2005 13:40:53 -0000 Original-Received: from unknown (HELO kfs-l.imdomain.dk.cua.dk) (213.83.150.2) by 0 with SMTP; 25 Feb 2005 13:40:53 -0000 Original-To: "Lennart Borgman" In-Reply-To: <01d501c51b3d$a05f43c0$0200a8c0@sedrcw11488> (Lennart Borgman's message of "Fri, 25 Feb 2005 14:25:08 +0100") 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:33793 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:33793 "Lennart Borgman" writes: > ----- Original Message ----- > From: "Stefan Monnier" > >> I vote to change mouse-1-click-follows-link to `double'. > >>>From a usability point I do not like double-clicks. If most links are single > click links (and they are in a web browser) I think we should as far as > possible use single-clicks for links. > > I like Drews suggestion that the first click gives focus only. A problem > with this is however that (at least on w32) Emacs is not very consistent and > fast on showing an hourglass when working and that may be confusing. In X, we have this: x-mouse-click-focus-ignore-position's value is t Non-nil means that a mouse click to focus a frame does not move point. This variable is only used when the window manager requires that you click on a frame to select it (give it focus). In that case, a value of nil, means that the selected window and cursor position changes to reflect the mouse click position, while a non-nil value means that the selected window or cursor position is preserved. I suppose a similar thing could be implemented in other ports, but I'm don't know how to do that. -- Kim F. Storm http://www.cua.dk