From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/29961 Path: main.gmane.org!not-for-mail From: Dmitry Yaitskov Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus 5.8.4 - display bug (same as in 5.8.3) Date: 20 Apr 2000 23:21:58 -0400 Organization: Just me at home Sender: owner-ding@hpc.uh.edu Message-ID: <87wvlsrve1.fsf@lucy.mtth1.on.wave.home.com> References: <873doh79lo.fsf@lucy.mtth1.on.wave.home.com> <2nk8hsb2up.fsf@tiger.jia.vnet> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035166554 5779 80.91.224.250 (21 Oct 2002 02:15:54 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:15:54 +0000 (UTC) Return-Path: Original-Received: from lisa.math.uh.edu (lisa.math.uh.edu [129.7.128.49]) by mailhost.sclp.com (Postfix) with ESMTP id 17FE1D051E for ; Thu, 20 Apr 2000 23:22:38 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by lisa.math.uh.edu (8.9.1/8.9.1) with ESMTP id WAB23351; Thu, 20 Apr 2000 22:22:25 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 20 Apr 2000 22:21:55 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id WAA20905 for ; Thu, 20 Apr 2000 22:21:45 -0500 (CDT) Original-Received: from mail.rdc2.on.home.com (ha1.rdc2.on.home.com [24.9.0.15]) by mailhost.sclp.com (Postfix) with ESMTP id 5F83BD051E for ; Thu, 20 Apr 2000 23:22:01 -0400 (EDT) Original-Received: from lucy.mtth1.on.wave.home.com ([24.65.46.137]) by mail.rdc2.on.home.com (InterMail vM.4.01.02.17 201-229-119) with SMTP id <20000421032158.CCZM12247.mail.rdc2.on.home.com@lucy.mtth1.on.wave.home.com> for ; Thu, 20 Apr 2000 20:21:58 -0700 Original-To: Ding In-Reply-To: Shenghuo ZHU's message of "20 Apr 2000 22:32:46 -0400" Original-Lines: 27 User-Agent: Gnus/5.0804 (Gnus v5.8.4) XEmacs/21.2 (Kastor & Polydeukes) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:29961 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:29961 Thanks, your patch fixes the problem! Shenghuo ZHU wrote: > >>>>> "LMI" == Lars Magne Ingebrigtsen writes: > > LMI> Colin Rafferty writes: > >> There were some definite changes in redisplay. I think that it > >> doesn't redisplay until later than it used to. We also do pixel-based > >> scrolling, which screwed up shrink-window-if-larger-than-buffer' (a > >> fix to which I am testing). > >> > >> Do you do anything with window-pixel-edges? I had to remove that. > > LMI> I don't use that -- just `window-height', I think. Perhaps that is > LMI> being computed later than it used to be? > > As I remember, just before 5.8.3 was released, it was OK. The > difference is that switch-to-buffer was changed to set-buffer in > gnus-configure-windows. I don't know the reason, but the attached > patch works for me (in XEmacs 21.2.32). This patch has not been > applied to the CVS repository. If it really works, could anyone tell > me the reason? -- Cheers, -Dima.