From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Ralf Angeli Newsgroups: gmane.emacs.devel Subject: Re: finger-pointer curser as default for mouse-face text Date: Mon, 25 Oct 2004 16:52:24 +0200 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1098716001 1919 80.91.229.6 (25 Oct 2004 14:53:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 25 Oct 2004 14:53:21 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 25 16:53:09 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 1CM6Db-0003my-00 for ; Mon, 25 Oct 2004 16:53:07 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CM6LE-00054K-QA for ged-emacs-devel@m.gmane.org; Mon, 25 Oct 2004 11:01:00 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CM6L7-000546-0w for emacs-devel@gnu.org; Mon, 25 Oct 2004 11:00:53 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CM6L6-00053j-AS for emacs-devel@gnu.org; Mon, 25 Oct 2004 11:00:52 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CM6L6-00053g-4t for emacs-devel@gnu.org; Mon, 25 Oct 2004 11:00:52 -0400 Original-Received: from [80.91.229.2] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CM6Cy-0007VZ-PJ for emacs-devel@gnu.org; Mon, 25 Oct 2004 10:52:29 -0400 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1CM6Cy-0001sD-00 for ; Mon, 25 Oct 2004 16:52:28 +0200 Original-Received: from iwi190.iwi.uni-sb.de ([134.96.72.190]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 25 Oct 2004 16:52:28 +0200 Original-Received: from angeli by iwi190.iwi.uni-sb.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 25 Oct 2004 16:52:28 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-To: emacs-devel@gnu.org Original-Lines: 31 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: iwi190.iwi.uni-sb.de Mail-Copies-To: nobody User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:O9iBgclgWDb8kmpB7K1niyhcW1s= 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:28919 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:28919 * Stefan Monnier (2004-10-25) writes: > I quite understand this part. > It's clear that Kim's patch can introduce undesired behavior. > The question is how often such undesired behavior happens in practice. > > I suspect that the number of packages where moving point into a piece of > text with the `mouse-face' property does anything more than move point With tex-fold.el (part of AUCTeX) there is another package which reveals text which is hidden by a display property if point is moved horizontally into the respective area. > (while left-clicking only moves point) In tex-fold.el left-clicking currently will reveal the folded text. (Similar to preview-latex there is an overlay on the text with 'mouse-face set.) The reactions to mouse clicks will be synchronized with preview-latex in the future. What actions will be triggered by mouse-1 and mouse-2 will be subject to discussion. > is extremely small. `preview-latex' > is very much unusual in this respect. Well, there is preview-latex and tex-fold.el. And Talcum () reveals text on cursor movement as well. I didn't check how it behaves with regard to mouse clicks, though. -- Ralf