From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Spiers Subject: Symbol's function definition is void ((indent)) Date: Mon, 14 Apr 2008 18:13:52 +0100 Message-ID: <20080414171352.GC15466@atlantic.linksys.moosehall> 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 1JlSFh-00021T-5z for emacs-orgmode@gnu.org; Mon, 14 Apr 2008 13:13:57 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JlSFf-00020c-Nz for emacs-orgmode@gnu.org; Mon, 14 Apr 2008 13:13:56 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JlSFf-00020Z-Hf for emacs-orgmode@gnu.org; Mon, 14 Apr 2008 13:13:55 -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 1JlSFf-00017S-6M for emacs-orgmode@gnu.org; Mon, 14 Apr 2008 13:13:55 -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 m3EHDqjh005093 for ; Mon, 14 Apr 2008 12:13:52 -0500 Received: from localhost (localhost [[UNIX: localhost]]) by mail.beimborn.com (8.12.11.20060308/8.12.11/Submit) id m3EHDqlV005085 for emacs-orgmode@gnu.org; Mon, 14 Apr 2008 18:13:52 +0100 Content-Disposition: inline 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 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? Thanks, Adam