From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: Howto install from git under XEmacs (org-freemind problem) Date: Sun, 15 Nov 2009 12:17:18 +0100 Message-ID: <6430A37C-DC01-43FA-985B-986C6517CDA2@gmail.com> References: <87r5s3waxa.fsf@debian.IGP> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N9d6p-0000M0-8K for emacs-orgmode@gnu.org; Sun, 15 Nov 2009 06:17:31 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N9d6i-0000KO-RN for emacs-orgmode@gnu.org; Sun, 15 Nov 2009 06:17:30 -0500 Received: from [199.232.76.173] (port=42315 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N9d6h-0000K5-AZ for emacs-orgmode@gnu.org; Sun, 15 Nov 2009 06:17:24 -0500 Received: from ey-out-1920.google.com ([74.125.78.149]:65068) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N9d6g-0003HV-Hc for emacs-orgmode@gnu.org; Sun, 15 Nov 2009 06:17:22 -0500 Received: by ey-out-1920.google.com with SMTP id 3so1449558eyh.34 for ; Sun, 15 Nov 2009 03:17:21 -0800 (PST) In-Reply-To: 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: =?ISO-8859-1?Q?Andreas_G=F6sele?= , Lennart Borgman Cc: org-mode mailing list 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 =20 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 =20 compatibility with this new module. - Carsten On Nov 14, 2009, at 12:36 AM, Andreas G=F6sele 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 =20 > 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 "*" =20= > *\?] 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 =20= > 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 "*" =20= > *\?] 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=F6sele > > > > _______________________________________________ > 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