From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Symbol's function definition is void ((indent)) Date: Mon, 14 Apr 2008 20:05:53 +0200 Message-ID: <2C6EA7FC-1545-4786-B59F-5CA50577CBA2@science.uva.nl> References: <20080414171352.GC15466@atlantic.linksys.moosehall> Mime-Version: 1.0 (Apple Message framework v919.2) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JlT44-0005PB-KB for emacs-orgmode@gnu.org; Mon, 14 Apr 2008 14:06:00 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JlT42-0005Mn-Q7 for emacs-orgmode@gnu.org; Mon, 14 Apr 2008 14:06:00 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JlT42-0005MX-HI for emacs-orgmode@gnu.org; Mon, 14 Apr 2008 14:05:58 -0400 Received: from ug-out-1314.google.com ([66.249.92.169]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JlT41-0008MX-U4 for emacs-orgmode@gnu.org; Mon, 14 Apr 2008 14:05:58 -0400 Received: by ug-out-1314.google.com with SMTP id a2so524672ugf.48 for ; Mon, 14 Apr 2008 11:05:56 -0700 (PDT) In-Reply-To: <20080414171352.GC15466@atlantic.linksys.moosehall> 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: Adam Spiers Cc: org-mode mailing list 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. - Carsten