Gnus development mailing list
 help / color / mirror / Atom feed
From: Kevin Greiner <kgreiner@xpediantsolutions.com>
Subject: Re: Strange auto-caching
Date: Wed, 12 Feb 2003 20:19:59 -0600	[thread overview]
Message-ID: <uwuk4kjlc.fsf@xpediantsolutions.com> (raw)
In-Reply-To: <84heb91ln9.fsf@lucy.is.informatik.uni-duisburg.de>

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

> Kevin Greiner <kgreiner@xpediantsolutions.com> writes:
>
>> What I found occurred when several articles were marked as
>> downloadable.  In this case, the current line points to the the last
>> marked article.
>
> Does this happen when I do `@' or `J #' in the summary buffer?  I
> never do that.

OK, I went back to your original post.  It appears that you always
fetch articles by selecting them.  That means that you're always
calling gnus-agent-fetch-selected-article.

The main part of that function performs three actions:
1) It calls gnus-agent-fetch-articles (Fetching has nothing to do with
   the summary data structures so this shouldn't have anything to do
   with your problem).
2) It uses delq to remove the current article from the
   gnus-newsgroup-undownloaded list (This is so simple that I can
   guarantee that it is not the problem :) ).
3) It calls gnus-summary-update-article-line.

I know that you don't want to consider that g-s-u-a-l is the problem.
However, I believe that you can test it fairly easily.

I'd like you to do the following in your summary buffer.

M-: (let ((inhibit-read-only t)) (upcase-region (point-min) (point-max)))

This will upcase your entire summary.  It will look ugly but it will
sure help ID any changes to the text.  Now, try to read some of the
unfetched articles.  If g-s-u-a-l is working correctly the selected
article's line will refresh to mixed-case.  If it isn't working
correctly, some other line will refresh.

Let me know what happens when the download status is wrong.

Kevin



  parent reply	other threads:[~2003-02-13  2:19 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-02-09 15:22 Kai Großjohann
2003-02-11  7:07 ` Kevin Greiner
2003-02-11 16:34   ` Kai Großjohann
2003-02-11 17:49     ` Kevin Greiner
2003-02-11 19:19       ` Kai Großjohann
2003-02-11 18:19     ` Kevin Greiner
2003-02-11 19:19       ` Kai Großjohann
2003-02-11 19:30         ` Kevin Greiner
2003-02-11 19:52           ` Kai Großjohann
2003-02-11 20:54             ` Kevin Greiner
2003-02-12 10:07               ` Kai Großjohann
2003-02-12 16:20                 ` Kevin Greiner
2003-02-12 16:58                   ` Kai Großjohann
2003-02-13  0:36                     ` Kevin Greiner
2003-02-13  2:19                     ` Kevin Greiner [this message]
2003-02-13 11:16                       ` Kai Großjohann
2003-02-13 11:22                       ` Kai Großjohann
2003-02-11 19:30     ` Kai Großjohann
2003-02-11 19:44       ` Kevin Greiner
2003-02-11 19:48     ` Kai Großjohann
2003-02-11 20:31       ` Danny Siu

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=uwuk4kjlc.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).