From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maurice Boucher Subject: Re: storing link doesn't work from Gnus Date: Mon, 27 Nov 2006 12:55:06 +0100 Message-ID: <87k61hdrz9.fsf@compaq.maison.fr> References: <20061012162848.GA1561@isof-serv.isof.cnr.it> <86psbbch7x.fsf@machine.ici.fr> <86u00leup1.fsf@machine.ici.fr> <87slg5esyp.fsf@compaq.maison.fr> <9cbdf1ea5f6556e0c9081dea5e268002@science.uva.nl> Reply-To: maurice.boucher@wanadoo.fr 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 1Gof50-00055N-J5 for emacs-orgmode@gnu.org; Mon, 27 Nov 2006 06:55:23 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gof4x-00052J-E3 for emacs-orgmode@gnu.org; Mon, 27 Nov 2006 06:55:20 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gof4w-00051n-J1 for emacs-orgmode@gnu.org; Mon, 27 Nov 2006 06:55:18 -0500 Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1Gof4w-00066H-9b for emacs-orgmode@gnu.org; Mon, 27 Nov 2006 06:55:18 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Gof4k-0001l1-EO for emacs-orgmode@gnu.org; Mon, 27 Nov 2006 12:55:06 +0100 Received: from acaen-151-1-55-121.w86-205.abo.wanadoo.fr ([86.205.142.121]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 27 Nov 2006 12:55:06 +0100 Received: from maurice.boucher by acaen-151-1-55-121.w86-205.abo.wanadoo.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 27 Nov 2006 12:55:06 +0100 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 Hello Carsten, Carsten Dominik disait le 11/27/06 que : > Could someone make a backtrace of this error, with loading uncompiled versions > of gnus-sum.el and org.el? The org-mode manual describes how to do this, > basically > > > emacs -l /path/to/org.el -l /path/to/gnus-sum.el I hope I can clearly explain my conclusions : If I put org.el in my local emacs site, all is fine. If I compile org.el with my emacs and put org.elc in my emacs site, all is fine too. If I do "make install" in folder org-4.56 (normal installation), I have the bug. I think it is the script "Makefile" that is wrong ? I am happy to help you. Maurice