Lennart Borgman writes:
> Thanks, I have seen this. Is not rx available at all in XEmacs?
It isn't AFAIK.
What I don't understand: As rx is not available I had put rx.el from
Emacs into my path and require it in my init.el.
With freemind.el 0.58 this worked under org-mode 6.21b and for
freemin
Thanks, I have seen this. Is not rx available at all in XEmacs?
On Sun, Nov 15, 2009 at 12:17 PM, Carsten Dominik
wrote:
>
> Hi Andreas, thanks for the additional information.
>
> It seems that Lennart is using calls to `rx' to make his regular
> expressions, and that function does not seem to e
Hi Andreas, thanks for the additional information.
It seems that Lennart is using calls to `rx' to make his regular
expressions, and that function does not seem to exist in your XEmacs
installation.
I believe all these rx calls could be just substituted by a regexp
string.
Maybe you can cont
Carsten Dominik gmail.com> writes:
> I don't know what you are missing, but your Email is missing a
> backtrace.
Well, xemacs -debug-init didn't give one. But I now tried manually to evaluate
the org-mode related lines in my init.el and the offending line was:
(require 'org-freemind)
Debugge