From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ilya Shlyakhter Subject: Re: org-freemind.el and rx Date: Fri, 15 Oct 2010 06:52:52 +0000 (UTC) Message-ID: References: <461725B9-86DA-4ECF-A580-038D0A67B5CD@gmail.com> <87tykoq5h4.fsf@gilgamesch.quim.ucm.es> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=56585 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P6eA5-00048k-BW for emacs-orgmode@gnu.org; Fri, 15 Oct 2010 02:53:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P6eA4-0001My-CW for emacs-orgmode@gnu.org; Fri, 15 Oct 2010 02:53:05 -0400 Received: from lo.gmane.org ([80.91.229.12]:57336) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P6eA4-0001Ms-6u for emacs-orgmode@gnu.org; Fri, 15 Oct 2010 02:53:04 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1P6eA0-0004T0-Cd for emacs-orgmode@gnu.org; Fri, 15 Oct 2010 08:53:00 +0200 Received: from wrls-249-69-238.wrls-client.fas.harvard.edu ([140.247.228.238]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 15 Oct 2010 08:53:00 +0200 Received: from ilya_shl by wrls-249-69-238.wrls-client.fas.harvard.edu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 15 Oct 2010 08:53:00 +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: emacs-orgmode@gnu.org > - bad news org-freemind does not compile when > (require 'rx) is used, error message is attached. I've made some more changes to rx.el for xemacs compatibility. Please try the new version: http://broadinstitute.org/~ilya/rx.el . Also, org-freemind.el uses delete-trailing-whitespace, which is present in Emacs but not in xemacs -- needs to be brought over. ilya