From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Steven E. Harris" Subject: Re: Problem compiling org-mode for XEmacs Date: Sun, 25 Jan 2009 16:22:06 -0500 Message-ID: References: <2B3C11D8-7C7F-4B01-BE22-6EC5D1A44A5E@uva.nl> 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 1LRCQt-0006db-Gc for emacs-orgmode@gnu.org; Sun, 25 Jan 2009 16:22:19 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LRCQr-0006dP-3x for emacs-orgmode@gnu.org; Sun, 25 Jan 2009 16:22:18 -0500 Received: from [199.232.76.173] (port=47742 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LRCQq-0006dM-UB for emacs-orgmode@gnu.org; Sun, 25 Jan 2009 16:22:16 -0500 Received: from main.gmane.org ([80.91.229.2]:44062 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LRCQq-0005iw-Jr for emacs-orgmode@gnu.org; Sun, 25 Jan 2009 16:22:16 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LRCQo-0001ir-OE for emacs-orgmode@gnu.org; Sun, 25 Jan 2009 21:22:14 +0000 Received: from c-24-131-239-140.hsd1.pa.comcast.net ([24.131.239.140]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 25 Jan 2009 21:22:14 +0000 Received: from seh by c-24-131-239-140.hsd1.pa.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 25 Jan 2009 21:22:14 +0000 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: emacs-orgmode@gnu.org Carsten Dominik writes: > Org-mode never calls store-match-date with two arguments. Yes, I see: ,---- | % find . -name '*.el' | xargs grep store-match | ./lisp/org-mouse.el: (store-match-data mdata)) | ./lisp/org.el: (store-match-data match-data) `---- > I can only guess, maybe you have some file that was compiled for Emacs > (not XEmacs), and this file is loaded during the compilation of > Org-mode. Well, the Makefile invokes XEmacs with the "-q" switch, so there should only be core packages loaded. I tried cleaning out all the compiled files and building org-mode again, to no avail. The error message be misreporting the offending call. (Not that that assertion helps us find the problem any more easily.) -- Steven E. Harris