From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lennart Borgman Subject: Re: Re: Howto install from git under XEmacs (org-freemind problem) Date: Sun, 15 Nov 2009 12:41:54 +0100 Message-ID: References: <87r5s3waxa.fsf@debian.IGP> <6430A37C-DC01-43FA-985B-986C6517CDA2@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N9dUw-0006xc-RZ for emacs-orgmode@gnu.org; Sun, 15 Nov 2009 06:42:26 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N9dUp-0006w1-2v for emacs-orgmode@gnu.org; Sun, 15 Nov 2009 06:42:24 -0500 Received: from [199.232.76.173] (port=58524 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N9dUm-0006vf-G2 for emacs-orgmode@gnu.org; Sun, 15 Nov 2009 06:42:17 -0500 Received: from mail-yw0-f194.google.com ([209.85.211.194]:62935) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N9dUm-0007o2-5h for emacs-orgmode@gnu.org; Sun, 15 Nov 2009 06:42:16 -0500 Received: by ywh32 with SMTP id 32so5185445ywh.14 for ; Sun, 15 Nov 2009 03:42:15 -0800 (PST) In-Reply-To: <6430A37C-DC01-43FA-985B-986C6517CDA2@gmail.com> 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: Carsten Dominik Cc: org-mode mailing list , =?UTF-8?Q?Andreas_G=C3=B6sele?= 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 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=C3=B6sele wrote: > >> 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) >> >> Debugger entered--Lisp error: (void-variable bol) >> =C2=A0byte-code("..." [eol nonl space bol current-load-list >> org-freemind-node-pattern default-boundp set-default rx submatch "*" *\?= ] >> 9) >> =C2=A0load-internal("org-freemind" nil t nil binary) >> =C2=A0load("org-freemind" nil t nil) >> =C2=A0require(org-freemind) >> =C2=A0eval((require (quote org-freemind))) >> =C2=A0eval-interactive((require (quote org-freemind))) >> =C2=A0eval-last-sexp(nil) >> =C2=A0call-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) >> =C2=A0byte-code("..." [eol nonl space bol current-load-list >> org-freemind-node-pattern default-boundp set-default rx submatch "*" *\?= ] >> 9) >> =C2=A0load-internal("org-freemind" nil nil nil binary) >> =C2=A0load("org-freemind" nil nil nil) >> =C2=A0command-execute(org-freemind-to-org-mode t) >> =C2=A0execute-extended-command(nil) >> =C2=A0call-interactively(execute-extended-command) >> >> Thanks again! >> >> Andreas G=C3=B6sele > >> >> >> >> _______________________________________________ >> 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 > > > >