From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Problem with autoloads Date: Tue, 28 Jun 2011 12:23:52 -0400 Message-ID: <3940.1309278232@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> <2700.1309274280@alphaville.dokosmarshall.org> <87vcvq7x11.wl%markert.michael@googlemail.com> Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([140.186.70.92]:57389) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qbb5Q-0003eX-DU for emacs-orgmode@gnu.org; Tue, 28 Jun 2011 12:24:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qbb5O-0006wC-GZ for emacs-orgmode@gnu.org; Tue, 28 Jun 2011 12:24:28 -0400 Received: from vms173007pub.verizon.net ([206.46.173.7]:52100) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qbb5O-0006vx-3q for emacs-orgmode@gnu.org; Tue, 28 Jun 2011 12:24:26 -0400 Received: from alphaville.dokosmarshall.org ([unknown] [173.76.32.106]) by vms173007.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0LNI005DJDJS12B0@vms173007.mailsrvcs.net> for emacs-orgmode@gnu.org; Tue, 28 Jun 2011 11:23:58 -0500 (CDT) In-reply-to: Message from Michael Markert of "Tue, 28 Jun 2011 18:15:06 +0200." <87vcvq7x11.wl%markert.michael@googlemail.com> 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 To: Michael Markert Cc: Bastien , org-mode mailing list , nicholas.dokos@hp.com Michael Markert wrote: > On 28 Jun 2011, Nick Dokos wrote: > > > > > > 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). > > That sounds great. I'm running on Julien's emacs-snapshot so I'm not > using an latest version. > > > 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 > > I didn't test for compability and if the problem is only temporarily it > should not be applied. > > > (but I wish I understood what goes wrong and how the patch fixes it). > > I try to summarize (sorry for being incomprehensible in the other mail > -- it's to hot here): > > Problem: autoload.el generates file names with lisp/ prefix. For you and Suvayu, but not for me. It's the discrepancy that bothers me. > Solution: > - We generate the autoloads file in the org directory. > - To get valid file names we use the non-prefixed file names. I would like to understand the root cause. Nick