From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ulf Stegemann Subject: Re: [PATCH] better links to Gnus articles Date: Thu, 27 Nov 2008 17:12:30 +0100 Message-ID: References: <87k5b0rw7w.fsf@thinkpad.tsdh.de> <8E2682E8-0BF5-405A-B8BA-94E2782D8AFB@uva.nl> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L5jTz-0002L5-9q for emacs-orgmode@gnu.org; Thu, 27 Nov 2008 11:12:47 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L5jTx-0002JD-S4 for emacs-orgmode@gnu.org; Thu, 27 Nov 2008 11:12:46 -0500 Received: from [199.232.76.173] (port=58927 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L5jTx-0002J4-Q6 for emacs-orgmode@gnu.org; Thu, 27 Nov 2008 11:12:45 -0500 Received: from main.gmane.org ([80.91.229.2]:60090 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 1L5jTx-0006EE-FN for emacs-orgmode@gnu.org; Thu, 27 Nov 2008 11:12:45 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1L5jTq-00027u-FK for emacs-orgmode@gnu.org; Thu, 27 Nov 2008 16:12:38 +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, 27 Nov 2008 16:12:38 +0000 Received: from ulf-news by london.zeitform.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 27 Nov 2008 16:12:38 +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 Carsten Dominik wrote: > I have applied this patch without testing it thoroughly myself, > I'd appreciate if some of you could test this and make sure that > it does not break anything. I've just updated to the latest git version and it seems that the patch in questions breaks linking to Gnus articles. I'm using XEmacs 21.4.21 and No Gnus v0.9. Unfortunately, I hadn't had the time to dive deeper into this but what's not working anymore is `org-store-link' in an article or summary buffer ... ,---- | Debugger entered--Lisp error: (error "Cannot link to a buffer which is | not visiting a file") | signal(error ("Cannot link to a buffer which is not visiting a file")) | cerror("Cannot link to a buffer which is not visiting a file") | apply(cerror "Cannot link to a buffer which is not visiting a file" nil) | error("Cannot link to a buffer which is not visiting a file") | org-store-link(nil) | call-interactively(org-store-link) `---- ... as well as opening a stored link to a Gnus article in an org buffer (giving me "No Match"). Maybe I have the time to investigate this further tomorrow or next week but I already wanted to let you know that the patch in question probably needs some further attention. Ulf