From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Problem compiling org-mode for XEmacs Date: Sun, 25 Jan 2009 22:12:05 +0100 Message-ID: <2B3C11D8-7C7F-4B01-BE22-6EC5D1A44A5E@uva.nl> References: Mime-Version: 1.0 (Apple Message framework v930.3) 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 1LRCH5-0003fy-T6 for emacs-orgmode@gnu.org; Sun, 25 Jan 2009 16:12:11 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LRCH4-0003cy-CH for emacs-orgmode@gnu.org; Sun, 25 Jan 2009 16:12:11 -0500 Received: from [199.232.76.173] (port=50340 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LRCH4-0003cu-7x for emacs-orgmode@gnu.org; Sun, 25 Jan 2009 16:12:10 -0500 Received: from mail-ew0-f20.google.com ([209.85.219.20]:34598) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LRCH3-00058S-RQ for emacs-orgmode@gnu.org; Sun, 25 Jan 2009 16:12:10 -0500 Received: by ewy13 with SMTP id 13so54441ewy.18 for ; Sun, 25 Jan 2009 13:12:09 -0800 (PST) In-Reply-To: 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: "Steven E. Harris" Cc: emacs-orgmode@gnu.org Org-mode never calls store-match-date with two arguments. 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. - Carsten On Jan 25, 2009, at 6:53 PM, Steven E. Harris wrote: > I updated my copy of the org-mode source tree today and tried to > compile > it for XEmacs. It failed with the following error (reformatted > slightly with a path shortened): > > ,---- > | xemacs -batch -q -eval " > | (progn > | (add-to-list (quote load-path) > | (expand-file-name \"./lisp/\")) > | (add-to-list (quote load-path) > | \"~/usr/local/share/xemacs/site-lisp\"))" > | -f batch-byte-compile lisp/org.el > | Compiling /path/org-mode/lisp/org.el... > | While compiling org-set-emph-re in file /path/org-mode/lisp/org.el: > | ** variable stacked bound but not referenced > | While compiling org-set-regexps-and-options: > | !! Wrong number of arguments ((# 2)) > | >>Error occurred processing lisp/org.el: > | Wrong number of arguments: #, 2 > `---- > > I see `store-match-data' called on line 8379 of org.el. > Running git-blame against that line shows it not having changed > since 22 > March 2008. > > -- > Steven E. Harris > > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode