From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: [simon.marshall@misys.com: Possible mouse-face redisplay glitch] Date: Thu, 18 Jan 2007 11:31:08 -0500 Message-ID: <87ps9cs3eb.fsf@stupidchicken.com> References: <87d55dxy8j.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1169137962 21164 80.91.229.12 (18 Jan 2007 16:32:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 18 Jan 2007 16:32:42 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 18 17:32:38 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1H7aBe-0003KK-Qi for ged-emacs-devel@m.gmane.org; Thu, 18 Jan 2007 17:32:27 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H7aBf-0005z2-Qp for ged-emacs-devel@m.gmane.org; Thu, 18 Jan 2007 11:32:27 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H7aAq-0005QR-EA for emacs-devel@gnu.org; Thu, 18 Jan 2007 11:31:36 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H7aAo-0005PL-II for emacs-devel@gnu.org; Thu, 18 Jan 2007 11:31:35 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H7aAo-0005PE-Bq for emacs-devel@gnu.org; Thu, 18 Jan 2007 11:31:34 -0500 Original-Received: from [18.19.1.138] (helo=cyd.mit.edu) by monty-python.gnu.org with esmtp (Exim 4.52) id 1H7aAe-0004am-5d; Thu, 18 Jan 2007 11:31:24 -0500 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id 2A1014E45C; Thu, 18 Jan 2007 11:31:08 -0500 (EST) Original-To: storm@cua.dk (Kim F. Storm) In-Reply-To: (Kim F. Storm's message of "Thu\, 18 Jan 2007 10\:58\:49 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.92 (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:65278 Archived-At: storm@cua.dk (Kim F. Storm) writes: > Chong Yidong writes: > >> This bug was introduced by the following change: >> >> 2006-10-06 Kim F. Storm >> >> * xdisp.c (pos_visible_p): Fix value when EOB is visible. >> >> Kim, do you remember what the rationale for this change was, and can >> you think of why this is causing the problem? > > It fixed another bug: > > http://comments.gmane.org/gmane.emacs.devel/60425 It's not obvious to me why reverting this change to pos_visible_p causes the bug to disappear, as it does. Could you try to debug it?