From mboxrd@z Thu Jan 1 00:00:00 1970 Path: quimby.gnus.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Proposal: Only highlight mouse-face when mouse is moved Date: Sat, 16 Feb 2002 14:55:34 -0700 (MST) Message-ID: <200202162155.g1GLtYt09885@aztec.santafe.edu> References: <5x7kph8wer.fsf@kfs2.cua.dk> <2427-Wed13Feb2002191840+0200-eliz@is.elta.co.il> <5xu1sl5bpg.fsf@kfs2.cua.dk> <200202141246.g1ECkUU09354@aztec.santafe.edu> <5xk7tfljix.fsf@kfs2.cua.dk> <5xr8nngn6m.fsf@kfs2.cua.dk> Reply-To: rms@gnu.org NNTP-Posting-Host: quimby2.netfonds.no X-Trace: quimby2.netfonds.no 1013897401 24382 195.204.10.66 (16 Feb 2002 22:10:01 GMT) X-Complaints-To: usenet@quimby2.netfonds.no NNTP-Posting-Date: 16 Feb 2002 22:10:01 GMT Cc: emacs-devel@gnu.org Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby2.netfonds.no with esmtp (Exim 3.12 #1 (Debian)) id 16cD1s-0006Kp-00 for ; Sat, 16 Feb 2002 23:10:00 +0100 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.33 #1 (Debian)) id 16cCpc-0004Xo-00; Sat, 16 Feb 2002 16:57:20 -0500 Original-Received: from pele.santafe.edu ([192.12.12.119]) by fencepost.gnu.org with esmtp (Exim 3.33 #1 (Debian)) id 16cCnv-0004MF-00; Sat, 16 Feb 2002 16:55:35 -0500 Original-Received: from aztec.santafe.edu (aztec [192.12.12.49]) by pele.santafe.edu (8.11.6+Sun/8.9.3) with ESMTP id g1GLtZu01282; Sat, 16 Feb 2002 14:55:35 -0700 (MST) Original-Received: (from rms@localhost) by aztec.santafe.edu (8.10.2+Sun/8.9.3) id g1GLtYt09885; Sat, 16 Feb 2002 14:55:34 -0700 (MST) X-Authentication-Warning: aztec.santafe.edu: rms set sender to rms@aztec using -f Original-To: storm@cua.dk In-reply-to: <5xr8nngn6m.fsf@kfs2.cua.dk> (storm@cua.dk) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.5 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: quimby.gnus.org gmane.emacs.devel:1223 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:1223 I forgot to explain exactly what it does...: 1) It keeps track of what the last user activity was: - if it was a mouse movement, mouse highlight is enabled - if it was a key press, mouse highlight is disabled - any other event doesn't change the mouse highlight state 2) The mouse "sensitivity" is still there. It is only the actual highlighting which is controlled. 3) This means that the mouse shape still changes to a cross when the mouse is over mouse sensitive text. That seems right to me, except maybe it should also suppress the change in mouse cursor shape. I am not sure. _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel