From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tassilo Horn Subject: Re: [PATCH] better links to Gnus articles Date: Fri, 28 Nov 2008 10:35:53 +0100 Message-ID: <87myfki45i.fsf@thinkpad.tsdh.de> References: <87k5b0rw7w.fsf@thinkpad.tsdh.de> <8E2682E8-0BF5-405A-B8BA-94E2782D8AFB@uva.nl> 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 1L5zln-0002xi-5l for emacs-orgmode@gnu.org; Fri, 28 Nov 2008 04:36:15 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L5zlk-0002sD-EF for emacs-orgmode@gnu.org; Fri, 28 Nov 2008 04:36:14 -0500 Received: from [199.232.76.173] (port=41664 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L5zlk-0002s1-0U for emacs-orgmode@gnu.org; Fri, 28 Nov 2008 04:36:12 -0500 Received: from main.gmane.org ([80.91.229.2]:36927 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 1L5zlj-0004Qg-KK for emacs-orgmode@gnu.org; Fri, 28 Nov 2008 04:36:11 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1L5zld-0000dG-8v for emacs-orgmode@gnu.org; Fri, 28 Nov 2008 09:36:05 +0000 Received: from p54af254c.dip0.t-ipconnect.de ([84.175.37.76]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 28 Nov 2008 09:36:05 +0000 Received: from tassilo by p54af254c.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 28 Nov 2008 09:36:05 +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, > 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. Hm, I tried to setup XEmacs 21.4.21 and ngnus-0.10 (0.9 is not listed at gnus.org), but when do (require 'gnus) I get: Debugger entered--Lisp error: (file-error "Cannot open load file" "jka-compr") load-internal("jka-compr" nil t nil nil nil) load("jka-compr" nil t nil) require(jka-compr) (progn (require (quote jka-compr))) (eval-when-compile (require (quote jka-compr))) load-internal("mm-util" nil t nil nil nil) load("mm-util" nil t nil) require(mm-util) load-internal("gnus" nil t nil nil nil) load("gnus" nil t nil) require(gnus) eval((require (quote gnus))) eval-interactive((require (quote gnus))) eval-last-sexp(nil) call-interactively(eval-last-sexp) Where do I get jka-compr for XEmacs? > 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) > `---- Hm, that indicates that `org-gnus-store-link' returned nil. You could do me a favour and edebug `org-gnus-store-link' and see what's going wrong. There might me some differences between emacs and XEmacs I'm not aware of. > ... 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. I'll try to fix it as soon as you figured aut where it all fails or I got XEmacs and Gnus running. At least with my normal emacs, the linking works just fine... Bye, Tassilo