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 contact Lennart about this issue?
I am putting him into the CC.
And I have no idea if there will be additional issues with XEmacs
compatibility
with this new module.
- Carsten
On Nov 14, 2009, at 12:36 AM, Andreas Gösele wrote:
Carsten Dominik <carsten.dominik <at> 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)
Debugger entered--Lisp error: (void-variable bol)
byte-code("..." [eol nonl space bol current-load-list
org-freemind-node-pattern default-boundp set-default rx submatch "*"
*\?] 9)
load-internal("org-freemind" nil t nil binary)
load("org-freemind" nil t nil)
require(org-freemind)
eval((require (quote org-freemind)))
eval-interactive((require (quote org-freemind)))
eval-last-sexp(nil)
call-interactively(eval-last-sexp)
I think I don't need that line in my init.el. But without it, trying
to use for
instance org-freemind-to-org-mode gives:
Debugger entered--Lisp error: (void-variable bol)
byte-code("..." [eol nonl space bol current-load-list
org-freemind-node-pattern default-boundp set-default rx submatch "*"
*\?] 9)
load-internal("org-freemind" nil nil nil binary)
load("org-freemind" nil nil nil)
command-execute(org-freemind-to-org-mode t)
execute-extended-command(nil)
call-interactively(execute-extended-command)
Thanks again!
Andreas Gösele
_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
- Carsten
_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode