From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Spiers Subject: Re: Symbol's function definition is void ((indent)) Date: Wed, 16 Apr 2008 21:16:50 +0100 Message-ID: <20080416201650.GC9923@atlantic.linksys.moosehall> References: <20080414171352.GC15466@atlantic.linksys.moosehall> <2C6EA7FC-1545-4786-B59F-5CA50577CBA2@science.uva.nl> Reply-To: Adam Spiers 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 1JmE3r-0002Q2-VR for emacs-orgmode@gnu.org; Wed, 16 Apr 2008 16:16:56 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JmE3q-0002Pq-ER for emacs-orgmode@gnu.org; Wed, 16 Apr 2008 16:16:55 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JmE3q-0002Pn-66 for emacs-orgmode@gnu.org; Wed, 16 Apr 2008 16:16:54 -0400 Received: from mail.beimborn.com ([70.84.38.100]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JmE3p-0000QL-OU for emacs-orgmode@gnu.org; Wed, 16 Apr 2008 16:16:54 -0400 Received: from mail.beimborn.com (localhost.localdomain [127.0.0.1]) by mail.beimborn.com (8.12.11.20060308/8.12.8) with ESMTP id m3GKGpOb016473 for ; Wed, 16 Apr 2008 15:16:51 -0500 Received: from localhost (localhost [[UNIX: localhost]]) by mail.beimborn.com (8.12.11.20060308/8.12.11/Submit) id m3GKGpGX016462 for emacs-orgmode@gnu.org; Wed, 16 Apr 2008 21:16:51 +0100 Content-Disposition: inline In-Reply-To: <2C6EA7FC-1545-4786-B59F-5CA50577CBA2@science.uva.nl> 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: org-mode mailing list Carsten Dominik (dominik@science.uva.nl) wrote: > On Apr 14, 2008, at 7:13 PM, Adam Spiers wrote: > > >Hi all, > > > >Back after a longish absence - great to see the work has been > >continuing at a furious pace :-) > > > >I just pulled the latest git master and tried a recompile. Works fine > >on emacs 22, but on emacs 21, I get: > > > >emacs -batch -q -eval "(progn (add-to-list (quote load-path) \".\") > >(add-to-list (quote load-path) \"/home/aspiers/lib/emacs/GNU_Emacs/ > >21.3/gnu/linux/pre\"))" -f batch-byte-compile lisp/org.el > >Loading /usr/lib/emacs/21.3/i586-suse-linux/fns-21.3.1.el (source)... > >While compiling toplevel forms in file /home/aspiers/roaming/hg/ > >pacific/upstream/org-mode.git/lisp/org.el: > > !! Symbol's function definition is void ((indent)) > >Done > >gmake[1]: *** [lisp/org.elc] Error 1 > >gmake[1]: Leaving directory `/home/aspiers/roaming/hg/pacific/ > >upstream/org-mode.git' > >gmake: *** [.org-installed] Error 2 > >gmake: Leaving directory `/home/aspiers/lib/emacs' > > > >I couldn't explain that with a cursory glance - not the most helpful > >error message I've ever seen! Any ideas? > > Fixed in 6.01a, hopefully. Yep, thanks! Please don't spend the time replying if you are busy, but I'm curious how you debugged this - I couldn't find any relevant mentions of 'indent' and the error message wasn't exactly verbose :-)