Hi Tassilo,

Tassilo Horn <[EMAIL PROTECTED]> 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



_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to