From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Xemacs installation, some clarification (21.4 and 21.5) Date: Thu, 14 Oct 2010 12:52:55 +0200 Message-ID: References: <87fww9hy9p.fsf@gilgamesch.quim.ucm.es> 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 [140.186.70.92] (port=56671 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P6LQj-0004z5-Th for emacs-orgmode@gnu.org; Thu, 14 Oct 2010 06:53:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P6LQi-0002ZS-Dp for emacs-orgmode@gnu.org; Thu, 14 Oct 2010 06:53:01 -0400 Received: from mail-ew0-f41.google.com ([209.85.215.41]:56203) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P6LQi-0002Yt-93 for emacs-orgmode@gnu.org; Thu, 14 Oct 2010 06:53:00 -0400 Received: by ewy5 with SMTP id 5so2610110ewy.0 for ; Thu, 14 Oct 2010 03:52:59 -0700 (PDT) In-Reply-To: <87fww9hy9p.fsf@gilgamesch.quim.ucm.es> 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: Uwe Brauer Cc: emacs-orgmode@gnu.org On Oct 14, 2010, at 12:19 PM, Uwe Brauer wrote: > > > Hello > > It seems that even the most recent org version can be > compiled either under Xemacs 21.5.X or under Xemacs > 21.4.X[1], provided the following two criteria are met: > > - The Makefile is modified like this: > > ,---- > | BATCH=$(EMACS) -batch -q -no-site-file - > eval \ > | "(setq load-path (cons (expand-file-name \"./lisp/\") > (cons(expand-file-name \"./xemacs\") (cons \"$(lispdir)\" load- > path))))" > `---- Hi Uwe, what does the (expand-file-name \"./xemacs\") do? The Org distribution no longer contains an xemacs directory. > > > - org-freemind is modified by commenting out the > (require 'rx)! This is annoying. It is possible to expand the rx calls and inline the resulting regular expressions, but I guess Lennart would not want me to do this. For me, rx regexps are more difficult to read than string ones because I have been working with the string represenations for such a long time. You know what, I am going to ask Lennart if he would object.... I'll get back to you - Carsten > > > It is important to note, that rx cannot be used. I loaded rx > and tried to compile org-freemind (with require 'rx) > or I included rx in the xemacs directory and run the Make > file in all cases I obtained. > > > ,---- > | While compiling org-freemind-convert-links-from-org: > | !! Wrong type argument ((listp ?\[)) > `---- > > Which looks serious. > > In any case with this workaround some functionality is > missed but you obtain a working org installation. > > I suggest to add this to the documentation in > > http://orgmode.org/Changes.html#sec-1_1_2 > > > > regards > > > Uwe Brauer > Footnotes: > [1] I only tried it with mule support I am not sure about > No Mule. > > > > _______________________________________________ > 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