From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ulf Stegemann Subject: Re: Problem with org-gnus-follow-link Date: Thu, 11 Dec 2008 17:18:06 +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> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LAoF5-0005Kp-SY for emacs-orgmode@gnu.org; Thu, 11 Dec 2008 11:18:23 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LAoF2-0005H5-54 for emacs-orgmode@gnu.org; Thu, 11 Dec 2008 11:18:21 -0500 Received: from [199.232.76.173] (port=49389 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LAoF1-0005Gh-Gh for emacs-orgmode@gnu.org; Thu, 11 Dec 2008 11:18:19 -0500 Received: from main.gmane.org ([80.91.229.2]:47081 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 1LAoF0-0000gD-GO for emacs-orgmode@gnu.org; Thu, 11 Dec 2008 11:18:19 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LAoEw-000351-5P for emacs-orgmode@gnu.org; Thu, 11 Dec 2008 16:18:14 +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 ; Thu, 11 Dec 2008 16:18:14 +0000 Received: from ulf-news by london.zeitform.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 11 Dec 2008 16:18:14 +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: > >>> 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. >> >> done that. I was under the wrong impression that the CVS on >> cvs.gnus.org holds the latest version of Gnus but it seems it just has >> the release from 1st May. It seems that latest Gnus is now available >> from the Emacs CVS only (sorry for my ignorance). > > There's nothing to excuse. I wasn't aware that the versions diverged > that much, too. yes, I really was surprised ... especially as gnus.org offers a 'nightly snapshot' that also seems to be the version as of 1st May. >> I installed that version here (5.13 as of today, see User-Agent >> header) > > How? Did you checkout GNU Emacs and copy all the gnus-related files > somewhere? Exactly, I got emacs sources by CVS and used the lisp/gnus/ files (plus some other lisp files from gnus.org that where missing and XEmacs seems to require). Byte-Compiling here with XEmacs 21.4 went smoothly, Gnus runs as before ... at least until now ;) >> but again the summary buffer is not opened. > > That's really strange. BTW: What backend did you use for testing? I > used nnimap. MAybe that makes the difference... Gotcha! It works on nnimap but not on nnml which I was using for the tests. Maybe you'll try this with your installation as well. If it fails for nnml groups for you, too, that might be an important point for the discussion you've started on emacs.gnus.general. Ulf