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: Wed, 12 Oct 2005 09:11:37 -0400 Message-ID: <87hdbmg9rq.fsf@stupidchicken.com> References: <877jcmlgig.fsf@stupidchicken.com> <87vf06ttgd.fsf@pacem.orebokech.com> <87mzlh48wt.fsf@stupidchicken.com> <873bn8j7ok.fsf@pacem.orebokech.com> <87achf7ntw.fsf@stupidchicken.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1129123485 14831 80.91.229.2 (12 Oct 2005 13:24:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 12 Oct 2005 13:24:45 +0000 (UTC) Cc: Romain Francoise , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 12 15:24:42 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EPga3-0008Ev-2E for ged-emacs-devel@m.gmane.org; Wed, 12 Oct 2005 15:23:39 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EPga2-0005kX-2K for ged-emacs-devel@m.gmane.org; Wed, 12 Oct 2005 09:23:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EPgOR-000125-30 for emacs-devel@gnu.org; Wed, 12 Oct 2005 09:11:39 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EPgOP-00010a-2D for emacs-devel@gnu.org; Wed, 12 Oct 2005 09:11:38 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EPgOO-00010X-SN for emacs-devel@gnu.org; Wed, 12 Oct 2005 09:11:36 -0400 Original-Received: from [18.95.6.216] (helo=localhost.localdomain) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EPgOO-0006zU-RG for emacs-devel@gnu.org; Wed, 12 Oct 2005 09:11:36 -0400 Original-Received: by localhost.localdomain (Postfix, from userid 1000) id A6C351E4448; Wed, 12 Oct 2005 09:11:37 -0400 (EDT) Original-To: storm@cua.dk (Kim F. Storm) In-Reply-To: (Kim F. Storm's message of "Wed, 12 Oct 2005 11:32:47 +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:43924 Archived-At: > IIRC, the code you removed was intended to make a double-click do the > normal action at point rather than following the link > (when mouse-1-click-follows-link != double-click). > > I'm not sure how useful that feature was, but it was added on request > from RMS. It didn't do that; the double-click binding never got called. To bind double-mouse-1 to something, you had to unbind down-mouse-1, which means mouse-drag-region-1 wouldn't get called anyway.