From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: finger-pointer curser as default for mouse-face text Date: Mon, 25 Oct 2004 09:13:20 -0400 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: References: <03c901c4b9c9$8135ac80$0200a8c0@sedrcw11488> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1098710303 11681 80.91.229.6 (25 Oct 2004 13:18:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 25 Oct 2004 13:18:23 +0000 (UTC) Cc: emacs-devel@gnu.org, drew.adams@oracle.com, storm@cua.dk Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 25 15:18:13 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 1CM4jl-0003Qh-00 for ; Mon, 25 Oct 2004 15:18:13 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CM4rP-0002ua-9R for ged-emacs-devel@m.gmane.org; Mon, 25 Oct 2004 09:26:07 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CM4o6-00016x-4Z for emacs-devel@gnu.org; Mon, 25 Oct 2004 09:22:42 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CM4o1-00014l-23 for emacs-devel@gnu.org; Mon, 25 Oct 2004 09:22:37 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CM4o0-00013E-Sk for emacs-devel@gnu.org; Mon, 25 Oct 2004 09:22:36 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CM4fR-0000ma-Dx for emacs-devel@gnu.org; Mon, 25 Oct 2004 09:13:45 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1CM4f2-00051w-TT; Mon, 25 Oct 2004 09:13:20 -0400 Original-To: "Lennart Borgman" In-reply-to: <03c901c4b9c9$8135ac80$0200a8c0@sedrcw11488> (lennart.borgman.073@student.lu.se) 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:28910 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:28910 : 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. I am not quite sure what "this" refers to here. What is the setting in the registry, and what does its value normally mean? Does MS Windows have this feature?