From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/77676 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: Sun, 13 Mar 2011 11:23:34 +0100 Message-ID: <87k4g35nfd.fsf@latte.josefsson.org> References: <87ei6t1alt.fsf@latte.josefsson.org> <87ipw5jja2.fsf@dod.no> <877hckp6zk.fsf@latte.josefsson.org> <8739mzgijh.fsf@latte.josefsson.org> <87r5af6gjo.fsf@latte.josefsson.org> <87lj0lwr1i.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1300011924 8305 80.91.229.12 (13 Mar 2011 10:25:24 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 13 Mar 2011 10:25:24 +0000 (UTC) Cc: ding@gnus.org To: ludo@gnu.org (Ludovic =?iso-8859-1?Q?Court=E8s?=) Original-X-From: ding-owner+M25999@lists.math.uh.edu Sun Mar 13 11:25:19 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 1PyiUB-00047k-Ce for ding-account@gmane.org; Sun, 13 Mar 2011 11:25:19 +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 1PyiTB-0007Qu-Mp; Sun, 13 Mar 2011 05:24:17 -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 1PyiT8-0007QW-Tf for ding@lists.math.uh.edu; Sun, 13 Mar 2011 05:24:14 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PyiSx-0006Ax-Al for ding@lists.math.uh.edu; Sun, 13 Mar 2011 05:24:07 -0500 Original-Received: from yxa-v.extundo.com ([213.115.69.139]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1PyiSt-0006cs-44 for ding@gnus.org; Sun, 13 Mar 2011 11:23:59 +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 p2DANY0Q013240 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Sun, 13 Mar 2011 11:23:37 +0100 OpenPGP: id=B565716F; url=http://josefsson.org/key.txt Mail-Copies-To: nobody X-Hashcash: 1:22:110313:ludo@gnu.org::pWqJ+jQ4t6x8u0DB:0ejS X-Hashcash: 1:22:110313:ding@gnus.org::7r+PcvGnmIXkIcb6:13GN In-Reply-To: <87lj0lwr1i.fsf@gnu.org> ("Ludovic =?iso-8859-1?Q?Court=E8s?= =?iso-8859-1?Q?=22's?= message of "Fri, 11 Mar 2011 17:38:49 +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-MIME-Autoconverted: from 8bit to quoted-printable by yxa-v.extundo.com id p2DANY0Q013240 X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:77676 Archived-At: ludo@gnu.org (Ludovic Court=C3=A8s) writes: > Hi, > > Simon Josefsson writes: > >> Simon Josefsson writes: >> >>> 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 t= he >>>>> article content has been garbage looking like NOV lines. That's wh= en 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 reproduc= e >>>> 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 an= d >>>> see whether the problems disappear? =20 >>> >>> 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. >> >> Re-enabling gnus-agent-fetch-selected-article made the problem come >> back: I have seen the problem several times since the email above on >> March 7th. >> >> I have now disabled gnus-asynchronous. > > I have =E2=80=98gnus-asynchronous=E2=80=99 to nil and I see the problem= from time to > time (on an nnimap group with the agent enabled.) Do you have the gnus-agent-fetch-selected-article hook enabled in gnus-select-article-hook? /Simon