From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: storm@cua.dk (Kim F. Storm) Newsgroups: gmane.emacs.devel Subject: Re: [hober0@bogus.example.com: Re: mode-line redisplay bug] Date: Wed, 12 Oct 2005 15:40:50 +0200 Message-ID: References: <20167759.1129114627598.JavaMail.www@wwinf0502> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1129124654 19031 80.91.229.2 (12 Oct 2005 13:44:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 12 Oct 2005 13:44:14 +0000 (UTC) Cc: david.ponce@wanadoo.fr, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 12 15:44:12 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EPgre-0005sq-Fn for ged-emacs-devel@m.gmane.org; Wed, 12 Oct 2005 15:41:50 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EPgrd-0003eC-VY for ged-emacs-devel@m.gmane.org; Wed, 12 Oct 2005 09:41:49 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EPgrP-0003e3-RI for emacs-devel@gnu.org; Wed, 12 Oct 2005 09:41:35 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EPgrO-0003dq-4C for emacs-devel@gnu.org; Wed, 12 Oct 2005 09:41:35 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EPgrN-0003dn-VH for emacs-devel@gnu.org; Wed, 12 Oct 2005 09:41:34 -0400 Original-Received: from [195.41.46.236] (helo=pfepb.post.tele.dk) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EPgrO-0000s6-2p for emacs-devel@gnu.org; Wed, 12 Oct 2005 09:41:34 -0400 Original-Received: from kfs-l.imdomain.dk.cua.dk (unknown [80.165.4.124]) by pfepb.post.tele.dk (Postfix) with SMTP id 133165EE0B7; Wed, 12 Oct 2005 15:41:31 +0200 (CEST) Original-To: YAMAMOTO Mitsuharu In-Reply-To: (YAMAMOTO Mitsuharu's message of "Wed, 12 Oct 2005 21:52:36 +0900") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) 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: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:43926 Archived-At: YAMAMOTO Mitsuharu writes: >>>>>> On Wed, 12 Oct 2005 13:44:43 +0200, storm@cua.dk (Kim F. Storm) said: > >> I have just installed the following change to xterm.c, which seems to be >> the proper fix for X: > >> 2005-10-12 Kim F. Storm > >> * xterm.c (handle_one_xevent): Clear last_mouse_glyph on mouse up/down. > > Does it also work when the glyph under the mouse is changed while > grabbing a mouse button? Not 100% -- it fails if it is a BIG glyph that changes to a smaller glyph. But how often does that happen? Will anybody really notice? -- Kim F. Storm http://www.cua.dk