From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: mouse-1-click-follows-link Date: Fri, 17 Jun 2005 11:36:19 -0400 Message-ID: References: <433f5a34339e1d.4339e1d433f5a3@net.lu.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1119022480 23979 80.91.229.2 (17 Jun 2005 15:34:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 17 Jun 2005 15:34:40 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org, Juri Linkov , storm@cua.dk, Jason Rumney , drew.adams@oracle.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 17 17:34:35 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DjIr1-0006qU-7V for ged-emacs-devel@m.gmane.org; Fri, 17 Jun 2005 17:33:59 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DjIwe-0008QB-Fq for ged-emacs-devel@m.gmane.org; Fri, 17 Jun 2005 11:39:48 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DjIvo-000891-S3 for emacs-devel@gnu.org; Fri, 17 Jun 2005 11:38:58 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DjIvf-00084D-8Y for emacs-devel@gnu.org; Fri, 17 Jun 2005 11:38:50 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DjIve-00082m-Nb for emacs-devel@gnu.org; Fri, 17 Jun 2005 11:38:46 -0400 Original-Received: from [132.204.24.67] (helo=mercure.iro.umontreal.ca) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DjIvN-0005N3-Cm; Fri, 17 Jun 2005 11:38:29 -0400 Original-Received: from hidalgo.iro.umontreal.ca (hidalgo.iro.umontreal.ca [132.204.27.50]) by mercure.iro.umontreal.ca (Postfix) with ESMTP id D5B302CF429; Fri, 17 Jun 2005 11:36:23 -0400 (EDT) Original-Received: from asado.iro.umontreal.ca (asado.iro.umontreal.ca [132.204.24.84]) by hidalgo.iro.umontreal.ca (Postfix) with ESMTP id 226984AC008; Fri, 17 Jun 2005 11:36:20 -0400 (EDT) Original-Received: by asado.iro.umontreal.ca (Postfix, from userid 20848) id 0FB77E6BD4; Fri, 17 Jun 2005 11:36:20 -0400 (EDT) Original-To: LENNART BORGMAN In-Reply-To: <433f5a34339e1d.4339e1d433f5a3@net.lu.se> (LENNART BORGMAN's message of "Fri, 17 Jun 2005 16:42:36 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) X-DIRO-MailScanner-Information: Please contact the ISP for more information X-DIRO-MailScanner: Found to be clean X-DIRO-MailScanner-SpamCheck: n'est pas un polluriel, SpamAssassin (score=-4.794, requis 5, autolearn=not spam, AWL 0.01, BAYES_00 -4.90, CLICK_BELOW 0.10) X-MailScanner-From: monnier@iro.umontreal.ca 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:39030 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:39030 > Yes, but I just thought that maybe this did not give enough information in > a case like this. To me the problem has nothing to do with the appearance of the mouse-face. The problem is that if I need to place point at a particular location I just click there without paying much attention to the mouse-face (or I might notice the mouse-face but too late to interrupt the action). Stefan