From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/77575 Path: news.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: mismatching summary buffer lines and article content? Date: Mon, 07 Mar 2011 14:35:30 +0100 Message-ID: <8739mzgijh.fsf@latte.josefsson.org> References: <87ei6t1alt.fsf@latte.josefsson.org> <87ipw5jja2.fsf@dod.no> <877hckp6zk.fsf@latte.josefsson.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1299504980 2332 80.91.229.12 (7 Mar 2011 13:36:20 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 7 Mar 2011 13:36:20 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M25898@lists.math.uh.edu Mon Mar 07 14:36:16 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 1Pwabd-0004uT-Mq for ding-account@gmane.org; Mon, 07 Mar 2011 14:36:14 +0100 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 1PwabP-0003fE-Cd; Mon, 07 Mar 2011 07:35:59 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1PwabN-0003em-5Q for ding@lists.math.uh.edu; Mon, 07 Mar 2011 07:35:57 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PwabH-0000p0-LY for ding@lists.math.uh.edu; Mon, 07 Mar 2011 07:35:55 -0600 Original-Received: from yxa-v.extundo.com ([213.115.69.139]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1PwabD-0002Ce-11 for ding@gnus.org; Mon, 07 Mar 2011 14:35:47 +0100 Original-Received: from latte.josefsson.org (c80-216-4-108.bredband.comhem.se [80.216.4.108]) (authenticated bits=0) by yxa-v.extundo.com (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id p27DZUwt015759 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT) for ; Mon, 7 Mar 2011 14:35:36 +0100 OpenPGP: id=B565716F; url=http://josefsson.org/key.txt Mail-Copies-To: nobody X-Hashcash: 1:22:110307:ding@gnus.org::AI30qIfz6MFwBq/k:RpG+ In-Reply-To: (Lars Magne Ingebrigtsen's message of "Sat, 05 Mar 2011 12:37:40 +0100") User-Agent: Gnus/5.110014 (No Gnus v0.14) Emacs/23.2 (gnu/linux) X-Spam-Status: No, score=-0.8 required=5.0 tests=AWL,BAYES_00, DATE_IN_FUTURE_96_XX,RDNS_DYNAMIC,SPF_FAIL autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on yxa-v.extundo.com X-Virus-Scanned: clamav-milter 0.96.5 at yxa-v X-Virus-Status: Clean X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:77575 Archived-At: Lars Magne Ingebrigtsen writes: > Simon Josefsson writes: > >> Yes, I'm using the same hook. Sometimes I have the feeling that it is >> also related to async pre-fetching, but I'm not sure -- sometimes the >> article content has been garbage looking like NOV lines. That's when I >> restart Gnus and it is gone. > > Yeah, I've seen the "article not matching up with the summary buffer" > thing in NNTP groups, too. But I've been totally unable to reproduce > it, and I haven't seen any obvious bugs in the code, either, so it's > really difficult to fix. > > My main suspect is the async pre-fetch code, too, but there may also be > interactions between the Agent and the pre-fetch code. Oy vey. > > Oh, I see that `gnus-asynchronous' defaults to nil? Hm, I think it > should default to t... Anyway, could you try setting that to nil and > see whether the problems disappear? I can try -- however I have tried another thing for a while now that seems to have made the problem go away: removing gnus-agent-fetch-selected-article from gnus-select-article-hook. I removed the hook on 28 February and I don't recall seeing the problem since then. I'll add the hook back now and see if I start to notice the problem again. When I have seen the problem a few times, I'll disable gnus-asynchronous to see if that also independently fixes the problem. /Simon