From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: 7.01 & Xemacs 21.4.22: decompose-region is not known Date: Mon, 25 Oct 2010 13:29:58 +0200 Message-ID: References: <87vd54hpam.fsf@gilgamesch.quim.ucm.es> <7z1v7rzm9l.fsf@vzell-de.de.oracle.com> <87aamfziqb.fsf@gilgamesch.quim.ucm.es> <87mxq3xzyq.fsf@mat.ucm.es> <8E4E71A2-A608-4250-87A5-B6EF8FDF2754@gmail.com> <44F769D5-C757-444D-82BB-60A12A5D06D7@gmail.com> <3C8ABC03-23DF-41EC-8B43-5ED722E410A8@gmail.com> <87sjzulgqk.fsf@gilgamesch.quim.ucm.es> <8739ru7dll.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=40082 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PALFb-0004mP-Mw for emacs-orgmode@gnu.org; Mon, 25 Oct 2010 07:30:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PALFa-0000V9-Oh for emacs-orgmode@gnu.org; Mon, 25 Oct 2010 07:30:03 -0400 Received: from mail-ey0-f169.google.com ([209.85.215.169]:53980) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PALFa-0000V3-FC for emacs-orgmode@gnu.org; Mon, 25 Oct 2010 07:30:02 -0400 Received: by eydd26 with SMTP id d26so1326479eyd.0 for ; Mon, 25 Oct 2010 04:30:01 -0700 (PDT) In-Reply-To: <8739ru7dll.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: Org-mode ml , Michael Sperber On Oct 25, 2010, at 12:48 PM, Uwe Brauer wrote: >>> Regarding Re: [Orgmode] Re: 7.01 & Xemacs 21.4.22: decompose- >>> region is not known; Carsten Dominik >>> adds: > >>> >>> (if (featurep 'emacs) >>> (require 'rx)) >>> >>> To org-freemind >>> otherwise it *does not* compile > >> Yes. I still need to et to fixing org-freemind.el. >> Unfortunately, the day has not enough hours. > > By fixing you mean that it could compile under Xemacs? > > But couldn't you just add > > (if (featurep 'emacs) > (require 'rx)) > > For the time being so that org could be used under Xemacs > (and you would not receive the corresponding complains :-D ) I have just updated org-freemind in the repository in a way that will hopefully be compatible with Emacs and XEmacs. In particular, I got rid of the rx dependency. Testing under both Emacs and XEmacs would be highly appreciated. - Carsten