> - 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, w
On Thu, Oct 14, 2010 at 12:57 PM, Carsten Dominik
wrote:
> Hi Lennart,
>
> I am trying to keep org-mode also workable with XEmacs. One problem here is
> that XEmacs does not have rx. Would you object if I replace the rx macro
> calls with the string representations of the regular expressions in
Michael Sperber writes:
> Carsten Dominik writes:
>
>> Hi Lennart,
>>
>> I am trying to keep org-mode also workable with XEmacs. One problem
>> here is that XEmacs does not have rx. Would you object if I replace
>> the rx macro calls with the string representations of the regular
>> expression
>> On Thu, 14 Oct 2010 , Ilya Shlyakhter wrote:
>> 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
Thanks for the po
> 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
_
Carsten Dominik writes:
> Hi Lennart,
>
> I am trying to keep org-mode also workable with XEmacs. One problem
> here is that XEmacs does not have rx. Would you object if I replace
> the rx macro calls with the string representations of the regular
> expressions in org-freemind.el?
>
> Michael,