From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tassilo Horn Subject: Re: Problem with org-gnus-follow-link Date: Thu, 11 Dec 2008 15:16:30 +0100 Message-ID: <87ej0eajb5.fsf@thinkpad.tsdh.de> References: <8763lt8euq.fsf@thinkpad.tsdh.de> <87oczjg85v.fsf@thinkpad.tsdh.de> <87zlj39dqj.fsf@thinkpad.tsdh.de> 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 1LAmLR-0004Nf-8s for emacs-orgmode@gnu.org; Thu, 11 Dec 2008 09:16:49 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LAmLQ-0004N2-O9 for emacs-orgmode@gnu.org; Thu, 11 Dec 2008 09:16:48 -0500 Received: from [199.232.76.173] (port=45894 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LAmLQ-0004Mu-Dg for emacs-orgmode@gnu.org; Thu, 11 Dec 2008 09:16:48 -0500 Received: from main.gmane.org ([80.91.229.2]:56339 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 1LAmLP-0006ez-VT for emacs-orgmode@gnu.org; Thu, 11 Dec 2008 09:16:48 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LAmLJ-0006Zc-Ik for emacs-orgmode@gnu.org; Thu, 11 Dec 2008 14:16:41 +0000 Received: from dhcp182.uni-koblenz.de ([141.26.71.182]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 11 Dec 2008 14:16:41 +0000 Received: from tassilo by dhcp182.uni-koblenz.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 11 Dec 2008 14:16:41 +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 Ulf Stegemann writes: Hi Ulf, > huh, that's strange. The patched version was really in effect here > when the tests failed. I've just updated Gnus to the latest (CVS) > version but again, it's not fixed for me ... and maybe it cannot be > fixed. The whole subject reminds me of the old Gnus "wrong article > count problem". Exactly that's the problem. Please do a test for me: 1. Enter a group in Gnus 2. Delete the last article 3. Exit summary 4. Try `C-u 1 RET' on the group. It should issue "No unread news". 5. Do `M-: (gnus-activate-group "" t) RET' 6. Try `C-u 1 RET' on the group again. Now it should be opened and summary should contain one article. If you get different results it seems to be due to your gnus version. I use the one included in emacs 23 and update daily, so it might be more up to date than your copy. Maybe try to update yours, too. Bye, Tassilo