anhnmncb <[EMAIL PROTECTED]> writes:

> Gnus' manual say I can use the script to speed  up gnus:
>       #!/bin/sh
>       emacs -batch -l ~/.emacs -l ~/.emacs.d/site-lisp/.gnus.el -f
>       gnus-agent-batch >/dev/null 2>&1
> So I tried and set up group nnrss to agent, then launch gnus-unplugged,
> it warms me like this:
>    gnus-select-newsgroup: Couldn't activate group nnrss:foo.feed:
>    Invalid group (no such directory)
> Maybe emacs batch and guns-plunged don't support  nnrss?
> Any other way to speed the gnus up?
> I like gnus so much, and want to do all of my mails and feeds fetching,
> filtering by it :)

When I was reading RSS feeds with Gnus, I prefered to download them
asynchroneously:

(setq nnrss-use-local t)
(nnrss-generate-download-script)

If you want to speed up your Gnus, maybe you should consider this
solution.  Have a look at the docstrings of these functions.

-- 
Bastien


_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to