emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Re: Gnus link BUGS


From: Leo
Subject: [Orgmode] Re: Gnus link BUGS
Date: Fri, 22 Dec 2006 05:44:37 +0000
User-agent: Gnus v5.11, Emacs/23.0.0.4 (20061218), Fedora 6 gnu/linux

* Leo (2006-12-22 03:11 +0000) said:
  ^^^
>  .2.
>
> Opening gnus article link will prompt the user for how many articles
> to read, for example if a group has more than 200
> (`gnus-large-ephemeral-newsgroup') articles. This is unnecessary and
> obtrusive instead it should just go to that article.

The solution in planner-gnus.el is:
,----
| (let ((gnus-auto-select-first nil))
|         (condition-case err
|             (gnus-fetch-group group planner-gnus-group-threshold)
|           (error (gnus-fetch-group group))))
`----

The number of articles (`planner-gnus-group-threshold') is explicitly
passed to gnus-fetch-group.

-- 
Leo <sdl.web AT gmail.com>                         (GPG Key: 9283AA3F)





reply via email to

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