From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ilya Shlyakhter Subject: Re: org-freemind.el and rx Date: Thu, 14 Oct 2010 13:00:07 +0000 (UTC) Message-ID: References: <461725B9-86DA-4ECF-A580-038D0A67B5CD@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=44598 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P6NPw-0006sY-Nt for emacs-orgmode@gnu.org; Thu, 14 Oct 2010 09:00:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P6NPv-0002SX-16 for emacs-orgmode@gnu.org; Thu, 14 Oct 2010 09:00:20 -0400 Received: from lo.gmane.org ([80.91.229.12]:51566) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P6NPu-0002SQ-RD for emacs-orgmode@gnu.org; Thu, 14 Oct 2010 09:00:18 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1P6NPr-0000qG-KK for emacs-orgmode@gnu.org; Thu, 14 Oct 2010 15:00:15 +0200 Received: from gw-outbound.broadinstitute.org ([69.173.127.45]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 14 Oct 2010 15:00:15 +0200 Received: from ilya_shl by gw-outbound.broadinstitute.org with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 14 Oct 2010 15:00:15 +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 > I think the solution is to do rx (I sure hate textual regexps) - which > is on my list, but will likely be a while. Here is an initial attempt at porting rx to xemacs: http://www.broadinstitute.org/~ilya/rx.el Not fully tested so please test it. ilya