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

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

Re: Fetch an article from another package


From: Reiner Steib
Subject: Re: Fetch an article from another package
Date: Sun, 25 Mar 2007 15:03:17 +0200
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.96 (gnu/linux)

On Sun, Mar 25 2007, Leo wrote:

> OrgĀ¹ mode uses the following function to open a Gnus link. However,
> the downside it has when entering a large group is that Gnus will
> prompt for how many articles to read. I'd like this function to just
> get the article with minimal user interaction. It seems by changing
> (gnus-group-read-group 0 nil group) to (gnus-group-read-group 1 nil
> group) can solve this issue.
>
> I am wondering is this the recommended way? Any comments?
>
> ,----
> | (defun org-follow-gnus-link (&optional group article)
> |   "Follow a Gnus link to GROUP and ARTICLE."

I'd suggest to use the functions from `gnus-art.el' that handle
buttons like <nntp://news.gmane.org/gmane.emacs.gnus.user/8816> or
<nntp://news.gmane.org/gmane.emacs.gnus.user>:

At least in the trunk version of `gnus-button-fetch-group', you can eval
(gnus-button-fetch-group "nntp://news.gmane.org/gmane.emacs.gnus.user/8816";)
directly:

,----
| 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
| [...]
|       * gnus-art.el [...]
|       (gnus-button-fetch-group): Extend for use in
|       `browse-url-browser-function'.
`----

`gnus-large-ephemeral-newsgroup' might also be useful.

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/


reply via email to

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