From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe Brauer Subject: Re: Re: 7.01 & Xemacs 21.4.22: decompose-region is not known Date: Mon, 25 Oct 2010 12:16:35 +0200 Message-ID: <87sjzulgqk.fsf@gilgamesch.quim.ucm.es> 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> Reply-To: Uwe Brauer Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=35383 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PAK6U-0007ta-Fm for emacs-orgmode@gnu.org; Mon, 25 Oct 2010 06:16:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PAK6S-00040t-TD for emacs-orgmode@gnu.org; Mon, 25 Oct 2010 06:16:34 -0400 Received: from mail-ww0-f49.google.com ([74.125.82.49]:56910) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PAK6S-00040h-Ni for emacs-orgmode@gnu.org; Mon, 25 Oct 2010 06:16:32 -0400 Received: by wwb34 with SMTP id 34so3398485wwb.30 for ; Mon, 25 Oct 2010 03:16:31 -0700 (PDT) In-Reply-To: <3C8ABC03-23DF-41EC-8B43-5ED722E410A8@gmail.com> (Carsten Dominik's message of "Mon, 25 Oct 2010 11:10:14 +0200") 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: Carsten Dominik Cc: Org-mode ml , Michael Sperber >> Regarding Re: [Orgmode] Re: 7.01 & Xemacs 21.4.22: decompose-region is not known; Carsten Dominik adds: > Org does: > (require 'outline) (require 'noutline) I just downloaded the latest xemacs-base pkg and yes the compilation works, with respect to noutline! *But* I still have to modify org-freemind by (if (featurep 'emacs) (require 'rx)) To org-freemind otherwise it *does not* compile Uwe