From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Subject: Re: Gnus link BUGS Date: Sun, 24 Dec 2006 02:37:31 +0000 Message-ID: References: <87mz5g61kl.fsf@tallis.lumiere.ens.fr> <87r6uqf6zh.fsf@tallis.ilo.ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GyJF8-0005ZL-68 for emacs-orgmode@gnu.org; Sat, 23 Dec 2006 21:37:42 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GyJF7-0005Xv-67 for emacs-orgmode@gnu.org; Sat, 23 Dec 2006 21:37:41 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GyJF6-0005Xh-UE for emacs-orgmode@gnu.org; Sat, 23 Dec 2006 21:37:40 -0500 Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GyJF6-00018x-Bi for emacs-orgmode@gnu.org; Sat, 23 Dec 2006 21:37:40 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1GyJEu-0003BQ-G2 for emacs-orgmode@gnu.org; Sun, 24 Dec 2006 03:37:28 +0100 Received: from sl392.st-edmunds.cam.ac.uk ([131.111.223.202]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 24 Dec 2006 03:37:28 +0100 Received: from sdl.web by sl392.st-edmunds.cam.ac.uk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 24 Dec 2006 03:37:28 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org * Bastien (2006-12-24 01:54 +0100) said: ^^^^^^^ > Hi Leo, > > Leo 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 (GPG Key: 9283AA3F)