From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/79246 Path: news.gmane.org!not-for-mail From: Antoine Levitt Newsgroups: gmane.emacs.gnus.general Subject: Re: shr jumps after a while when encountering images Date: Wed, 29 Jun 2011 00:23:31 +0200 Message-ID: <87sjqtr3x8.fsf@gmail.com> References: <87vcvqvucc.fsf@gmail.com> <8762nppthk.fsf@micropit.couberia.bzh> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1309299888 9397 80.91.229.12 (28 Jun 2011 22:24:48 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 28 Jun 2011 22:24:48 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M27542@lists.math.uh.edu Wed Jun 29 00:24:44 2011 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Qbgi2-0004ci-DQ for ding-account@gmane.org; Wed, 29 Jun 2011 00:24:42 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1QbghW-0008Fd-Ac; Tue, 28 Jun 2011 17:24:10 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1QbghT-0008FR-Or for ding@lists.math.uh.edu; Tue, 28 Jun 2011 17:24:07 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1QbghJ-0002J5-9T for ding@lists.math.uh.edu; Tue, 28 Jun 2011 17:24:07 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1QbghF-0000tX-M7 for ding@gnus.org; Wed, 29 Jun 2011 00:23:53 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QbghF-0004Jc-1H for ding@gnus.org; Wed, 29 Jun 2011 00:23:53 +0200 Original-Received: from ney92-7-78-233-218-202.fbx.proxad.net ([78.233.218.202]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 29 Jun 2011 00:23:53 +0200 Original-Received: from antoine.levitt by ney92-7-78-233-218-202.fbx.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 29 Jun 2011 00:23:53 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 15 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: ney92-7-78-233-218-202.fbx.proxad.net Mail-Copies-To: never User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Spam-Score: -4.0 (----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:79246 Archived-At: 28/06/11 22:54, Peter Münster > On Tue, Jun 28 2011, Antoine Levitt wrote: > >> This is even when the article is fully cached. Any idea where that comes >> from? > > Yes (just an idea): the length of the date header can change from one > second to the next, so it could be, that the date header suddenly needs > only one line instead of two (or the other way round). And that, > perhaps, triggers the vertical jump. That would seem like a plausible explanation, but I have specifically modified the article-lapsed-string to hard-code max-segments to 1, so that I don't see seconds, and the date header does not change. Besides, why would it jump down only when displaying images?