From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: xemacs21 support broke from 35f to 35g Date: Wed, 14 Apr 2010 10:16:31 +0200 Message-ID: References: <20100412103715.161@usenet.piggo.com> <8B785593-9BFC-4537-9609-8336EA3F5961@gmail.com> <20100413114404.760@usenet.piggo.com> <20100413131316.235@usenet.piggo.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 mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O1yJs-0000o2-Mx for emacs-orgmode@gnu.org; Wed, 14 Apr 2010 04:51:36 -0400 Received: from [140.186.70.92] (port=45531 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O1yJr-0000mj-8f for emacs-orgmode@gnu.org; Wed, 14 Apr 2010 04:51:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O1yJp-0001xd-6w for emacs-orgmode@gnu.org; Wed, 14 Apr 2010 04:51:35 -0400 Received: from mail-ew0-f214.google.com ([209.85.219.214]:44819) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O1yJo-0001td-Gw for emacs-orgmode@gnu.org; Wed, 14 Apr 2010 04:51:33 -0400 Received: by mail-ew0-f214.google.com with SMTP id 6so805741ewy.32 for ; Wed, 14 Apr 2010 01:51:32 -0700 (PDT) In-Reply-To: <20100413131316.235@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 On Apr 13, 2010, at 1:15 PM, Sebastien Delafond wrote: >> org-freemind needs the rx library. I am now explicitly requireing >> rx, so people will know what is missing. > > Is there any easy way we could by default disable org-freemind for the > xemacs family, as they do not include rx.el ? If you are talking about package creation, this is another matter. All you need to do is to remove org-freemind.el and the ines that refer to it in the makefile. A simple script can do this. - Carsten