From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: xemacs21 support broke from 35f to 35g Date: Tue, 13 Apr 2010 03:47:33 +0200 Message-ID: <8B785593-9BFC-4537-9609-8336EA3F5961@gmail.com> References: <20100412103715.161@usenet.piggo.com> Mime-Version: 1.0 (Apple Message framework v936) 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 1O1VE7-0005yb-3T for emacs-orgmode@gnu.org; Mon, 12 Apr 2010 21:47:43 -0400 Received: from [140.186.70.92] (port=43497 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O1VE5-0005y8-OV for emacs-orgmode@gnu.org; Mon, 12 Apr 2010 21:47:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O1VE3-0006wi-PX for emacs-orgmode@gnu.org; Mon, 12 Apr 2010 21:47:41 -0400 Received: from paard.ic.uva.nl ([145.18.40.182]:54577) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O1VE3-0006wN-Ei for emacs-orgmode@gnu.org; Mon, 12 Apr 2010 21:47:39 -0400 In-Reply-To: <20100412103715.161@usenet.piggo.com> 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: Sebastien Delafond Cc: emacs-orgmode@gnu.org Hi Sebastian, On Apr 12, 2010, at 10:40 AM, Sebastien Delafond wrote: > Hi, > > I noticed that installing for xemacs21 worked with 6.35f, but does not > anymore with 6.35g or 6.35h. The errors are as as follows: > > Compiling /usr/share/xemacs21/site-lisp/org-mode/org.el... > While compiling toplevel forms in file /usr/share/xemacs21/site- > lisp/org-mode/org.el: > ** attempt to open-code anonymous lambda with too many arguments > ** attempt to open-code anonymous lambda with too many arguments > While compiling org-ctrl-c-ctrl-c: > !! Wrong type argument ((stringp org-property-start-re)) >>> Error occurred processing org.el: > Wrong type argument: stringp, org-property-start-re I fixed that. > > and then later: > > Compiling /usr/share/xemacs21/site-lisp/org-mode/org-freemind.el... > While compiling toplevel forms in file /usr/share/xemacs21/site- > lisp/org-mode/org-freemind.el: > ** evaluating (1+ *): (wrong-type-argument number-char-or-marker- > p *) org-freemind needs the rx library. I am now explicitly requireing rx, so people will know what is missing. > > Dropping xemacs21 support altogether certainly would not bother me, > but > http://org-mode still mentions it is supported :) > > Cheers, > > --Seb > > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten