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: Sun, 24 Dec 2006 02:37:31 +0000
User-agent: Gnus v5.11, Emacs/23.0.0.4 (20061218), Fedora 6 gnu/linux

* Bastien (2006-12-24 01:54 +0100) said:
  ^^^^^^^
> Hi Leo,
>
> Leo <address@hidden> writes:
>
>> It handles the case when article number is invalid.
>
> The patch you provided didn't work for me (see the backtrace below),
> but this one against org.el 4.60 does the job, please give it a try.
> Note that i'm not using `org-gnus-group-articles'.

Thanks for the feedback. The backtrace is purely caused by the change
in gnus-fetch-group in NoGnus 0.6 (the development version of Gnus,
which might be included in Emacs 23).

I'd suggest drop gnus-fetch-group and use gnus-group-read-group so
that it will work in Gnus 5.11 as well. gnus-group-select-group should
also be dropped. It will interrupt user when the group is too big.

                                ......
  (cond ((and group article)
         (gnus-group-read-group t nil group (list (string-to-number article)))
         (gnus-summary-select-article))
        (group (gnus-group-jump-to-group group))))
                                ......

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





reply via email to

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