From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Problem with autoloads Date: Tue, 28 Jun 2011 11:18:00 -0400 Message-ID: <2700.1309274280@alphaville.dokosmarshall.org> References: <877h87xloq.wl%markert.michael@googlemail.com> <20110627105743.15d7f5fd@kuru.homelinux.net> <87zkl29ams.wl%markert.michael@googlemail.com> <18297.1309220005@alphaville.dokosmarshall.org> <20110627180134.661ecfaa@kuru.homelinux.net> <29444.1309242825@alphaville.dokosmarshall.org> <87y60m8mv8.wl%markert.michael@googlemail.com> <20110628003034.2d21f8b2@kuru.homelinux.net> <1051.1309270501@alphaville.dokosmarshall.org> Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([140.186.70.92]:49161) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qba3R-00045j-Ls for emacs-orgmode@gnu.org; Tue, 28 Jun 2011 11:18:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qba3P-0004hw-Rc for emacs-orgmode@gnu.org; Tue, 28 Jun 2011 11:18:21 -0400 Received: from vms173013pub.verizon.net ([206.46.173.13]:55162) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qba3P-0004hm-Db for emacs-orgmode@gnu.org; Tue, 28 Jun 2011 11:18:19 -0400 Received: from alphaville.dokosmarshall.org ([unknown] [173.76.32.106]) by vms173013.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0LNI002Z4AI1LQ90@vms173013.mailsrvcs.net> for emacs-orgmode@gnu.org; Tue, 28 Jun 2011 10:18:07 -0500 (CDT) In-reply-to: Message from Nick Dokos of "Tue, 28 Jun 2011 10:15:01 EDT." <1051.1309270501@alphaville.dokosmarshall.org> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Cc: Bastien , nicholas.dokos@hp.com, org-mode mailing list , Michael Markert Nick Dokos wrote: > Suvayu Ali wrote: > > > Hi Nick, > > > > On Tue, 28 Jun 2011 08:56:59 +0200 > > Michael Markert wrote: > > > > > Hi Nick, > > > > > > thanks for looking into it. > > > > > > But the patch doesn't work. I think that stems from the fact, that the > > > first thing `generate-file-autoloads' does is to bind it new: > > > > I can confirm, I still get the error: > > > > Cannot open load file: lisp/org > > > > OK, thanks to both you and Michael for checking: back to the drawing > board. Things would be easier if I could reproduce it: I'll install > emacs latest and try again. > I cannot reproduce it even with latest org, latest emacs: org-install.el makes properly with autoloads that look like this: ,---- | (autoload 'org-mode "org" "\ | Outline-based notes management and organizer, alias | \"Carsten's outline-mode for keeping track of everything.\" `---- No lisp/org anywhere in sight (except in comments). I also tried with Michael's patch and it still works for me, so if it fixes things for him and Suvayu, it should probably be applied (but I wish I understood what goes wrong and how the patch fixes it). Nick