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: Fri, 25 Feb 2005 14:25:08 +0100 Message-ID: <01d501c51b3d$a05f43c0$0200a8c0@sedrcw11488> References: <16922.19947.785134.975378@farnswood.snap.net.nz> <16926.51952.150749.303780@farnswood.snap.net.nz> <87bra8iyul.fsf-monnier+emacs@gnu.org> 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 1109338588 31149 80.91.229.2 (25 Feb 2005 13:36:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 25 Feb 2005 13:36:28 +0000 (UTC) Cc: Nick Roberts , rms@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 25 14:36:27 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D4fdX-0002T7-NG for ged-emacs-devel@m.gmane.org; Fri, 25 Feb 2005 14:36:08 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D4fvI-0003MF-P3 for ged-emacs-devel@m.gmane.org; Fri, 25 Feb 2005 08:54:28 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D4fro-0002rO-3R for emacs-devel@gnu.org; Fri, 25 Feb 2005 08:50:54 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D4frd-0002mC-My for emacs-devel@gnu.org; Fri, 25 Feb 2005 08:50:42 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D4frc-0002ie-2Q for emacs-devel@gnu.org; Fri, 25 Feb 2005 08:50:40 -0500 Original-Received: from [81.228.11.113] (helo=av7-1-sn1.fre.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D4fUp-0003XH-FJ; Fri, 25 Feb 2005 08:27:07 -0500 Original-Received: by av7-1-sn1.fre.skanova.net (Postfix, from userid 502) id B33613808E; Fri, 25 Feb 2005 14:27:06 +0100 (CET) Original-Received: from smtp3-2-sn1.fre.skanova.net (smtp3-2-sn1.fre.skanova.net [81.228.11.164]) by av7-1-sn1.fre.skanova.net (Postfix) with ESMTP id A3A1A37E61; Fri, 25 Feb 2005 14:27:06 +0100 (CET) Original-Received: from sedrcw11488 (t5o58p115.telia.com [195.67.196.115]) by smtp3-2-sn1.fre.skanova.net (Postfix) with SMTP id 88F4337E5F; Fri, 25 Feb 2005 14:27:03 +0100 (CET) Original-To: "Stefan Monnier" , "Kim F. Storm" 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:33791 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:33791 ----- 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. Another problem if Drews suggestion is used is perhaps if the first click should give focus only when the frame does not have focus or when the window does not have focus.