From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ulf Stegemann Subject: Re: Problem with org-gnus-follow-link Date: Fri, 12 Dec 2008 15:21:26 +0100 Message-ID: References: <8763lt8euq.fsf@thinkpad.tsdh.de> <87oczjg85v.fsf@thinkpad.tsdh.de> <87zlj39dqj.fsf@thinkpad.tsdh.de> <87ej0eajb5.fsf@thinkpad.tsdh.de> <87abb2aeoh.fsf@thinkpad.tsdh.de> <87y6ymvanx.fsf@thinkpad.tsdh.de> <877i6550ye.fsf@thinkpad.tsdh.de> <87d4fxy9ad.fsf@thinkpad.tsdh.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LB8te-0006Pi-CK for emacs-orgmode@gnu.org; Fri, 12 Dec 2008 09:21:38 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LB8td-0006NP-Hi for emacs-orgmode@gnu.org; Fri, 12 Dec 2008 09:21:37 -0500 Received: from [199.232.76.173] (port=38727 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LB8td-0006NF-9W for emacs-orgmode@gnu.org; Fri, 12 Dec 2008 09:21:37 -0500 Received: from main.gmane.org ([80.91.229.2]:43136 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LB8tc-0002ZR-Us for emacs-orgmode@gnu.org; Fri, 12 Dec 2008 09:21:37 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LB8ta-0007Xe-0d for emacs-orgmode@gnu.org; Fri, 12 Dec 2008 14:21:34 +0000 Received: from london.zeitform.net ([146.140.213.100]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 12 Dec 2008 14:21:34 +0000 Received: from ulf-news by london.zeitform.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 12 Dec 2008 14:21:34 +0000 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 Hi Tassilo, Tassilo Horn wrote: > Ulf Stegemann writes: > >> Yes, increasing the interval is certainly a good idea. But how about >> using the Fibonacci sequence (1, 2, 3, 5, 8 ...) for this :) > > The fibonacci sequence increases too slow. The current implementation > (which should hit the main tree soon) increases step by step till 16 and > then doubles the value till an integer overflow occurs. Normally, that > cannot happen, only if the group is empty. But in that case gnus > signals a quit condition, which is handled now with an appropriate > message. > > If you're impatient you can pull from > > git://www.tsdh.de/org-mode.git > > instead of waiting till Carsten pulled the changes. Carsten already did that. The new version works fine. Thanks for your effort :))))) Ulf