From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: Difficulty with mouse-1-click-follows-link Date: Tue, 11 Oct 2005 17:20:27 -0400 Message-ID: <87achf7ntw.fsf@stupidchicken.com> References: <877jcmlgig.fsf@stupidchicken.com> <87vf06ttgd.fsf@pacem.orebokech.com> <87mzlh48wt.fsf@stupidchicken.com> <873bn8j7ok.fsf@pacem.orebokech.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1129065742 25054 80.91.229.2 (11 Oct 2005 21:22:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 11 Oct 2005 21:22:22 +0000 (UTC) Cc: Romain Francoise , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 11 23:22:11 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EPRY5-0002xg-FJ for ged-emacs-devel@m.gmane.org; Tue, 11 Oct 2005 23:20:37 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EPRY4-0005K6-RS for ged-emacs-devel@m.gmane.org; Tue, 11 Oct 2005 17:20:36 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EPRXv-0005Jz-7G for emacs-devel@gnu.org; Tue, 11 Oct 2005 17:20:27 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EPRXu-0005Ji-Ny for emacs-devel@gnu.org; Tue, 11 Oct 2005 17:20:26 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EPRXu-0005JX-Jp for emacs-devel@gnu.org; Tue, 11 Oct 2005 17:20:26 -0400 Original-Received: from [18.95.6.216] (helo=localhost.localdomain) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EPRXu-0004PT-L7 for emacs-devel@gnu.org; Tue, 11 Oct 2005 17:20:26 -0400 Original-Received: by localhost.localdomain (Postfix, from userid 1000) id 135EF1E4448; Tue, 11 Oct 2005 17:20:27 -0400 (EDT) Original-To: storm@cua.dk (Kim F. Storm) In-Reply-To: (Kim F. Storm's message of "Tue, 11 Oct 2005 23:04:03 +0200") 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 Xref: news.gmane.org gmane.emacs.devel:43890 Archived-At: > As the author of the feature, I just want to point out that originally > I did not include double-click support, but I added it on request from RMS. > > If it turns out to be a major obstackle for using the feature (I haven't > had that experience myself), I don't mind removing it. Just to avoid a misunderstanding: the change I made (removing the sit-for call in mouse-drag-region-1) doesn't affect the double-click support. Setting mouse-1-click-follows-link to 'double still has the same results: it makes a double-click rather than a single click follow the link. As far as I can see, there are no bad side-effects to the change.