emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Re: Problem with org-gnus-follow-link


From: Ulf Stegemann
Subject: [Orgmode] Re: Problem with org-gnus-follow-link
Date: Wed, 10 Dec 2008 11:08:30 +0100
User-agent: Gnus/5.110009 (No Gnus v0.9) XEmacs/21.4.21 (linux)

Hi Tassilo,

Tassilo Horn <address@hidden> wrote:

> Please try this patch and report back if it works.

[...]

> -      (gnus-group-read-group 1 nil group)
> -      (gnus-summary-goto-article
> -       (if (string-match "[^0-9]" article)
> -           article
> -         (string-to-number article))
> -       nil t))
> -     (group (gnus-group-jump-to-group group))))
> +         (gnus-group-read-group t nil group)
> +         (gnus-summary-goto-article article nil t))
> +        (group (gnus-group-jump-to-group group))))

this works in principle but is not really an option. Since first
argument 't' to `gnus-group-read-group' makes every article readable in
a group, building the summary buffer takes far too long for groups with
many articles. Try it with groups containing 10.000+ articles and you'll
see what I mean.

Ulf





reply via email to

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