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: Thu, 21 Oct 2004 09:56:39 -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 1098367051 5885 80.91.229.6 (21 Oct 2004 13:57:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 21 Oct 2004 13:57:31 +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 Thu Oct 21 15:57:14 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 1CKdRK-0001Tx-00 for ; Thu, 21 Oct 2004 15:57:14 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CKdYl-0007yq-59 for ged-emacs-devel@m.gmane.org; Thu, 21 Oct 2004 10:04:55 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CKdYe-0007yW-Cn for emacs-devel@gnu.org; Thu, 21 Oct 2004 10:04:48 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CKdYd-0007yC-Q3 for emacs-devel@gnu.org; Thu, 21 Oct 2004 10:04:48 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CKdYd-0007y2-M0 for emacs-devel@gnu.org; Thu, 21 Oct 2004 10:04:47 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CKdQp-0004Q5-67 for emacs-devel@gnu.org; Thu, 21 Oct 2004 09:56:43 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1CKdQl-0002PS-RQ; Thu, 21 Oct 2004 09:56:40 -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:28697 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:28697 Most other applications manage just fine to allow a user to use mouse-1 for both setting the point, marking a region, and following a link. How do they do this? Could you describe the behavior pattern of Mouse-1 in those applications?