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: Tue, 26 Oct 2004 05:04:11 -0400 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1098781600 973 80.91.229.6 (26 Oct 2004 09:06:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 26 Oct 2004 09:06:40 +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 Tue Oct 26 11:06:34 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 1CMNHm-0001Dz-00 for ; Tue, 26 Oct 2004 11:06:34 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CMNPS-00010l-1v for ged-emacs-devel@m.gmane.org; Tue, 26 Oct 2004 05:14:30 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CMNNs-0000pT-KI for emacs-devel@gnu.org; Tue, 26 Oct 2004 05:12:52 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CMNNq-0000op-Og for emacs-devel@gnu.org; Tue, 26 Oct 2004 05:12:51 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CMNNq-0000oG-AM for emacs-devel@gnu.org; Tue, 26 Oct 2004 05:12:50 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CMNFx-0003ca-4q for emacs-devel@gnu.org; Tue, 26 Oct 2004 05:04:41 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1CMNFT-0002r1-0J; Tue, 26 Oct 2004 05:04:11 -0400 Original-To: storm@cua.dk (Kim F. Storm) In-reply-to: (storm@cua.dk) 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:28960 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:28960 > Perhaps the sign of that variable can be used for specifying whether > the long or the short duration means following the link? Positive > means longer than given duration, negative means shorter? Giving the user lots of options is no substitute for good design. The problem here is to make Emacs behave in a way that users expect without looking at documentation. Any solution that involves learning about an option and setting it is automatically a failure.