From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Markert Subject: Re: Problem with autoloads Date: Mon, 27 Jun 2011 18:51:01 +0200 Message-ID: <877h87xloq.wl%markert.michael@googlemail.com> References: Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: multipart/signed; boundary="pgp-sign-Multipart_Mon_Jun_27_18:51:01_2011-1"; micalg=pgp-sha256; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:50335) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QbF1k-0003aZ-7A for emacs-orgmode@gnu.org; Mon, 27 Jun 2011 12:51:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QbF1i-0003ew-Pk for emacs-orgmode@gnu.org; Mon, 27 Jun 2011 12:51:12 -0400 Received: from mail-fx0-f52.google.com ([209.85.161.52]:35517) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QbF1i-0003eY-Bx for emacs-orgmode@gnu.org; Mon, 27 Jun 2011 12:51:10 -0400 Received: by fxd18 with SMTP id 18so1799440fxd.39 for ; Mon, 27 Jun 2011 09:51:08 -0700 (PDT) In-Reply-To: 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: suvayu ali Cc: org-mode mailing list --pgp-sign-Multipart_Mon_Jun_27_18:51:01_2011-1 Content-Type: text/plain; charset=US-ASCII On 26 Jun 2011, suvayu ali wrote: > $ make cleanall && make all > > and I load org from my init file like this: > > ;; the org repo is at ~/build/org-mode > (add-to-list 'load-path (expand-file-name "~/build/org-mode/lisp")) > (add-to-list 'load-path (expand-file-name "~/build/org-mode/contrib/lisp")) > > (require 'org-install) > > > > I have faced this once earlier, not sure how I resolved it back > then. What am I doing wrong here? I faced this, too. A fix/workaround is to adjust the loadpath to: (add-to-list 'load-path (expand-file-name "~/build/org-mode")) After quick browsing through the logs I found nothing that could have caused this, but my guess is that someone adjusted the autoloads from "file.el" to "lisp/file.el". Michael --pgp-sign-Multipart_Mon_Jun_27_18:51:01_2011-1 Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQIcBAEBCAAGBQJOCLT1AAoJEHHMVUK0UjKV9c0P/i761SY6bl9LS6cDOgdLL4JF 3KOKuYbvKB73n2eGoiE3v0kAzYavs/mbJBsEjohCbak6WsM/mubiLoqB+4+tYTsg jKLa/HGFcpCam0v6HJNmMIBKa0PPEbKemfc0gAL4nsJIZZw6vvuaqkpQcLcqcaMp x5d3hjwDyOUQY6Vz6m6m8qdb/0ABHBE9w4J8cG0tdvUGhT9I17YoVt1jqOR7NGZC r8YxpE4mGvSSw44FZancUhCXyrTjWI/kFrTxSIiTKLIyKkUswN/cOnreEe0u0EZe zXr9UEivU0WEp7/16cCADq06I7rLVpKlbdXiyV+1lRKd4HfI61lUS2F03JUoqLya kPIOhnZnsTQcwfnVfJexbP/Yx4O9UYGJuVdwQXhR9YYQQydOKdf1Cl2gmemJ81Eb X2yI1/hdt4wZg68uwNtwdiQSb3z2eQ9bA8er/5/TYXEDtpU7657jdsi3etJ5K87R WKsll+7TA0MzvoPOcNbayQaocaFNgXdO4JsGMaKkM1OmdXlhB8Y3459aUPjboB/e 7R4H/bazxco25XRNyiI9G9b3bXfEXZfOXSjUNXZ/4THSjAUgNmqlg/yBVuxsZX4T TBY/y6J/rbsrtf84IMDWEJq6vycgWHGHqoAox7FWWEFc8H2L6Qi3qDmvEua0koSC lCgQk+uhvE0vfyo9v+a3 =r0vf -----END PGP SIGNATURE----- --pgp-sign-Multipart_Mon_Jun_27_18:51:01_2011-1--