info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gnus-summary-show-thread when entering article?


From: Lars Magne Ingebrigtsen
Subject: Re: gnus-summary-show-thread when entering article?
Date: Tue, 18 May 2004 18:48:01 +0200
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux)

kodo <inbox@kodo.me.uk> writes:

> I'd like to have gnus to fetch all articles to a subject when I
> select/enter an article.
>
> I tried this:
>
> (setq gnus-select-article-hook
>       '(lambda ()
>          (gnus-summary-show-thread)
>         (gnus-summary-refer-references)))
>
> but it always jumps to the first msg of the subject then.

You could take note of what the current article is, and then jump to
that at the end...

> Also is there maybe a way to do something like "if not already
> fetched articles to subject, then do, else don't do anything"?

I think you'd have to keep track of this in some variable.  Perhaps
by storing the root id?

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen


reply via email to

[Prev in Thread] Current Thread [Next in Thread]