From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Subject: Re: Gnus link BUGS Date: Fri, 22 Dec 2006 05:44:37 +0000 Message-ID: References: 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 1GxdDG-0008B0-Rx for emacs-orgmode@gnu.org; Fri, 22 Dec 2006 00:44:59 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GxdDE-00089K-Us for emacs-orgmode@gnu.org; Fri, 22 Dec 2006 00:44:58 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GxdDE-000890-4Q for emacs-orgmode@gnu.org; Fri, 22 Dec 2006 00:44:56 -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 1GxdDD-0004sP-8m for emacs-orgmode@gnu.org; Fri, 22 Dec 2006 00:44:55 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1GxdCz-00010M-LB for emacs-orgmode@gnu.org; Fri, 22 Dec 2006 06:44:41 +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 ; Fri, 22 Dec 2006 06:44:41 +0100 Received: from sdl.web by sl392.st-edmunds.cam.ac.uk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 22 Dec 2006 06:44:41 +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 * 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 (GPG Key: 9283AA3F)