Gnus development mailing list
 help / color / mirror / Atom feed
From: Kevin Greiner <kgreiner@xpediantsolutions.com>
Subject: Re: Threading wrong if showing undownloaded articles
Date: Fri, 28 Feb 2003 07:52:37 -0600	[thread overview]
Message-ID: <uu1eo342i.fsf@xpediantsolutions.com> (raw)
In-Reply-To: <84bs0wy2mx.fsf@lucy.is.informatik.uni-duisburg.de>

kai.grossjohann@uni-duisburg.de (Kai Großjohann) writes:

> Kevin Greiner <kgreiner@xpediantsolutions.com> writes:
>
>> kai.grossjohann@uni-duisburg.de (Kai Großjohann) writes:
>>
>>> As you can see, the \--\ markers have moved right for the messages
>>> that were selected for display.  Also, the threads aren't shown
>>> correctly -- after doing J u on that group and reentering I see
>>> proper thread trees.
>>>
>>> (The \--\ characters come from %B in gnus-summary-line-format.)
>>
>> There is so little agent code exposed via the summary that I can't see
>> how the agent is the direct cause of this problem.
>
> I believe that :-)
>
>> Are you using gnus-agent-fetch-selected-article to download these
>> articles?  If so, the summary code redrew the lines to change the -
>> to + in column 1 and change the line's color.  It's possible that
>> the summary didn't position the fields correctly in the updated
>> line.
>
> What I did was to exit the group with q, then did J u on that group
> in the Group buffer, then I entered the group again.
>
>> You might this test function.
>> (defun test1 (article)
>>   (gnus-summary-goto-subject article nil t)
>>   (gnus-summary-update-article-line
>>         article
>> 	 (gnus-summary-article-header article)))
>>
>> The next time you notice that downloaded articles are misaligned, use
>> this function to force specified articles to update without calling
>> the agent.  In particular, try it on the article following the
>> incorrectly displayed articles.
>
> Okay.
>
> (Not sure that there is an article followed the incorrectly displayed
> ones: the `wrong' ones are the undownloaded ones, and usually the
> undownloaded ones will be last.  Normally I do `g J s' to get new
> news.  Only sometimes I too impatient and enter groups after `g'.)
>

Right, the function that I provided should be able to refresh the
undownloaded articles.  I suspect that the data structures used by the
summary are being corrupted.  I'd like you to find out if that is
true.

Kevin




  reply	other threads:[~2003-02-28 13:52 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-02-27 14:51 Kai Großjohann
2003-02-28  5:46 ` Kevin Greiner
2003-02-28 13:07   ` Kai Großjohann
2003-02-28 13:52     ` Kevin Greiner [this message]
2003-03-08 17:12       ` Kai Großjohann
2003-03-08 17:31         ` Kai Großjohann
2003-03-09  6:20         ` Kevin Greiner
2003-03-09 11:19           ` Kai Großjohann
2003-03-09 14:33             ` Kevin Greiner
2003-03-09 16:39               ` Kai Großjohann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=uu1eo342i.fsf@xpediantsolutions.com \
    --to=kgreiner@xpediantsolutions.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).