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: finger-pointer curser as default for mouse-face text Date: Sun, 24 Oct 2004 14:59:59 +0200 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: <03c901c4b9c9$8135ac80$0200a8c0@sedrcw11488> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1098622863 16616 80.91.229.6 (24 Oct 2004 13:01:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 24 Oct 2004 13:01:03 +0000 (UTC) Cc: drew.adams@oracle.com, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 24 15:00:51 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CLhzP-00079p-00 for ; Sun, 24 Oct 2004 15:00:51 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CLi70-0001ty-21 for ged-emacs-devel@m.gmane.org; Sun, 24 Oct 2004 09:08:42 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CLi6s-0001tf-4D for emacs-devel@gnu.org; Sun, 24 Oct 2004 09:08:34 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CLi6q-0001t7-Vx for emacs-devel@gnu.org; Sun, 24 Oct 2004 09:08:33 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CLi6q-0001sw-TR for emacs-devel@gnu.org; Sun, 24 Oct 2004 09:08:32 -0400 Original-Received: from [81.228.10.110] (helo=av7-1-sn4.m-sp.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CLhz4-0007lj-7N; Sun, 24 Oct 2004 09:00:30 -0400 Original-Received: by av7-1-sn4.m-sp.skanova.net (Postfix, from userid 502) id 0AECA37E64; Sun, 24 Oct 2004 15:00:29 +0200 (CEST) Original-Received: from smtp2-2-sn4.m-sp.skanova.net (smtp2-2-sn4.m-sp.skanova.net [81.228.10.182]) by av7-1-sn4.m-sp.skanova.net (Postfix) with ESMTP id EFC5B37E64; Sun, 24 Oct 2004 15:00:28 +0200 (CEST) Original-Received: from sedrcw11488 (t3o58p68.telia.com [195.252.56.68]) by smtp2-2-sn4.m-sp.skanova.net (Postfix) with SMTP id 42D9337E58; Sun, 24 Oct 2004 15:00:27 +0200 (CEST) Original-To: "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: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:28828 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:28828 ----- Original Message ----- From: "Kim F. Storm" : Measure the time between the mouse-1 down event and the up event, and : if it less than 300 ms (configurable), follow the link, else do what : mouse-1 normally does. On ms windows this is again a setting in the registry. - Lennart