* Bastien (2006-12-24 01:54 +0100) said: ^^^^^^^ > Hi Leo, > > Leo <[EMAIL PROTECTED]> 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) _______________________________________________ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode