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:05:17 -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 1098782121 2387 80.91.229.6 (26 Oct 2004 09:15:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 26 Oct 2004 09:15:21 +0000 (UTC) Cc: emacs-devel@gnu.org, monnier@iro.umontreal.ca, drew.adams@oracle.com, storm@cua.dk Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 26 11:15:15 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 1CMNQA-0001oN-00 for ; Tue, 26 Oct 2004 11:15:15 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CMNXr-0005RA-K5 for ged-emacs-devel@m.gmane.org; Tue, 26 Oct 2004 05:23:11 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CMNQt-0001TC-JL for emacs-devel@gnu.org; Tue, 26 Oct 2004 05:15:59 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CMNQs-0001Sq-TX for emacs-devel@gnu.org; Tue, 26 Oct 2004 05:15:59 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CMNOm-0000yl-Tt for emacs-devel@gnu.org; Tue, 26 Oct 2004 05:13:49 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CMNH2-0003ow-64 for emacs-devel@gnu.org; Tue, 26 Oct 2004 05:05:48 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1CMNGX-00030g-U9; Tue, 26 Oct 2004 05:05:17 -0400 Original-To: David Kastrup In-reply-to: (message from David Kastrup on Mon, 25 Oct 2004 09:22:19 +0200) 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:28967 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:28967 The behavior of preview-latex when clicking with mouse-1 on a preview image is to simply set point on the image (i.e., the behavior is just the default, and preview-latex does not tamper with it). It would be easy enough to make preview-latex a special case.