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: Mouse highlighting occurs only after movements Date: Sat, 26 Oct 2002 16:15:55 -0400 Sender: emacs-devel-admin@gnu.org Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1035663432 12402 80.91.224.249 (26 Oct 2002 20:17:12 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 26 Oct 2002 20:17:12 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 185XMt-0003Du-00 for ; Sat, 26 Oct 2002 22:17:11 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 185XQC-0001yL-00 for ; Sat, 26 Oct 2002 22:20:36 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 185XNU-0006fi-00; Sat, 26 Oct 2002 16:17:48 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 185XLi-0005r2-00 for emacs-devel@gnu.org; Sat, 26 Oct 2002 16:15:58 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 185XLg-0005pW-00 for emacs-devel@gnu.org; Sat, 26 Oct 2002 16:15:57 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10) id 185XLf-0005pQ-00 for emacs-devel@gnu.org; Sat, 26 Oct 2002 16:15:55 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 185XLf-0002TT-00; Sat, 26 Oct 2002 16:15:55 -0400 Original-To: David.Kastrup@t-online.de Original-cc: gerd@gnu.org In-reply-to: (David.Kastrup@t-online.de) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:8810 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:8810 Had this in Gnus: if the mouse pointer is in a screen position where mouse highlighting would occur when the Gnus Summary buffer gets updated after a Gnus command, after the update the line which happened to pop up with the mouse highlit area right under the mouse pointer is not getting the mouse highlighting (only after the mouse pointer moves). I seem to recall adding a feature like that. People asked for it. The crazy thing is that if the cursor is blinking in the should-be-highlighted-but-is-not-yet area, it is blinking in green, while the rest of the line still looks ordinary B&W. I wonder if the code that redisplays the cursor checks the properties rather than the status of mouse highlighting. Can someone check that?