From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suvayu Ali Subject: Re: Problem with autoloads Date: Tue, 28 Jun 2011 12:09:29 -0700 Message-ID: <20110628120929.313e885c@kuru.homelinux.net> 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> <87wrg6870u.wl%markert.michael@googlemail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:47989) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QbdfH-0004Hc-MI for emacs-orgmode@gnu.org; Tue, 28 Jun 2011 15:09:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QbdfG-0001Nr-2Z for emacs-orgmode@gnu.org; Tue, 28 Jun 2011 15:09:39 -0400 Received: from mail-pz0-f41.google.com ([209.85.210.41]:56951) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QbdfF-0001Nd-M0 for emacs-orgmode@gnu.org; Tue, 28 Jun 2011 15:09:37 -0400 Received: by pzk4 with SMTP id 4so433729pzk.0 for ; Tue, 28 Jun 2011 12:09:36 -0700 (PDT) In-Reply-To: <87wrg6870u.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 , nicholas.dokos@hp.com, org-mode mailing list Hello Nick and Michael, Sorry for the delayed response. I had an important appointment. On Tue, 28 Jun 2011 14:39:13 +0200 Michael Markert wrote: > > With this patch for the makefile I can get it running: > > -- --- > > diff --git a/Makefile b/Makefile > index 239ab2e..2d1d324 100644 > --- a/Makefile > +++ b/Makefile > @@ -230,12 +230,11 @@ autoloads: lisp/org-install.el > > lisp/org-install.el: $(LISPFILES0) Makefile > $(BATCH) --eval "(require 'autoload)" \ > - --eval '(find-file "org-install.el")' \ > + --eval '(find-file "lisp/org-install.el")' \ > --eval '(erase-buffer)' \ > - --eval '(mapc (lambda (x) (generate-file-autoloads > (symbol-name x))) (quote ($(LISPFILES0))))' \ > + --eval '(mapc (lambda (x) (generate-file-autoloads > (symbol-name x))) (quote ($(LISPF))))' \ --eval '(insert "\n(provide > (quote org-install))\n")' \ --eval '(save-buffer)' > - mv org-install.el lisp > > doc/org: doc/org.texi > (cd doc && $(MAKEINFO) --no-split org.texi -o org) > > -- --- This patch to the Makefile generates the autoloads without the lisp/ prefix for me and works without errors. However as Nick says, maybe its worthwhile to understand why this was happening in the first place. My lisp knowledge is very little, but please let me know if I can help track this down. > > Michael Thanks a lot. :) -- Suvayu Open source is the future. It sets us free.