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: FOR-RELEASE Date: Sat, 19 May 2007 14:51:12 -0400 Message-ID: <87fy5sejfj.fsf@stupidchicken.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1179600572 32497 80.91.229.12 (19 May 2007 18:49:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 19 May 2007 18:49:32 +0000 (UTC) Cc: emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat May 19 20:49:31 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 1HpTzY-0005ab-NW for ged-emacs-devel@m.gmane.org; Sat, 19 May 2007 20:49:24 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HpTzY-0003Ig-97 for ged-emacs-devel@m.gmane.org; Sat, 19 May 2007 14:49:24 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HpTzR-0003Gc-Bj for emacs-devel@gnu.org; Sat, 19 May 2007 14:49:17 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HpTzP-0003Fr-Lz for emacs-devel@gnu.org; Sat, 19 May 2007 14:49:16 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HpTzP-0003Fm-Gs for emacs-devel@gnu.org; Sat, 19 May 2007 14:49:15 -0400 Original-Received: from cyd.mit.edu ([18.19.1.138]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HpTzO-0001u6-K9; Sat, 19 May 2007 14:49:14 -0400 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id 1480C4EBC6; Sat, 19 May 2007 14:51:13 -0400 (EDT) In-Reply-To: (Glenn Morris's message of "Thu\, 17 May 2007 04\:09\:08 -0400") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.990 (gnu/linux) X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) 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:71392 Archived-At: Glenn Morris writes: > ** Spurious redisplay bug not fixed. > > I think we've given up on this for now, to be honest. I just checked in an experimental fix into the trunk. This involves recomputing the window start in the sitation where we are on a continuation line, instead of simply recentering. If you are using the trunk, please be on the lookout for redisplay bugs related to continuation lines.