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 11:10:14 +0200 Message-ID: <3C8ABC03-23DF-41EC-8B43-5ED722E410A8@gmail.com> 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> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=59843 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PAJ7y-0000Ep-4v for emacs-orgmode@gnu.org; Mon, 25 Oct 2010 05:14:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PAJ4K-0008Mp-RI for emacs-orgmode@gnu.org; Mon, 25 Oct 2010 05:10:17 -0400 Received: from mail-ew0-f41.google.com ([209.85.215.41]:60461) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PAJ4K-0008Ml-Kt for emacs-orgmode@gnu.org; Mon, 25 Oct 2010 05:10:16 -0400 Received: by ewy25 with SMTP id 25so1456117ewy.0 for ; Mon, 25 Oct 2010 02:10:16 -0700 (PDT) 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: Michael Sperber Cc: Uwe Brauer , Org-mode ml On Oct 25, 2010, at 11:07 AM, Michael Sperber wrote: > > Carsten Dominik writes: > >> But I believe you told me that this outline.el has provide statements >> for both outline and noutline, right? > > Yes. But if it's not loaded yet, you need to call it by "outline". > (I.e. it's in file outline.el, not noutline.el.) Org does: (require 'outline) (require 'noutline) so this works. Thanks! - Carsten