From: Uwe Brauer <oub@mat.ucm.es>
To: emacs-orgmode@gnu.org
Subject: Xemacs installation, some clarification (21.4 and 21.5)
Date: Thu, 14 Oct 2010 12:19:46 +0200 [thread overview]
Message-ID: <87fww9hy9p.fsf@gilgamesch.quim.ucm.es> (raw)
Hello
It seems that even the most recent org version can be
compiled either under Xemacs 21.5.X or under Xemacs
21.4.X[1], provided the following two criteria are met:
- The Makefile is modified like this:
,----
| BATCH=$(EMACS) -batch -q -no-site-file -eval \
| "(setq load-path (cons (expand-file-name \"./lisp/\") (cons(expand-file-name \"./xemacs\") (cons \"$(lispdir)\" load-path))))"
`----
- org-freemind is modified by commenting out the
(require 'rx)!
It is important to note, that rx cannot be used. I loaded rx
and tried to compile org-freemind (with require 'rx)
or I included rx in the xemacs directory and run the Make
file in all cases I obtained.
,----
| While compiling org-freemind-convert-links-from-org:
| !! Wrong type argument ((listp ?\[))
`----
Which looks serious.
In any case with this workaround some functionality is
missed but you obtain a working org installation.
I suggest to add this to the documentation in
http://orgmode.org/Changes.html#sec-1_1_2
regards
Uwe Brauer
Footnotes:
[1] I only tried it with mule support I am not sure about
No Mule.
next reply other threads:[~2010-10-14 10:20 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-14 10:19 Uwe Brauer [this message]
2010-10-14 10:52 ` Xemacs installation, some clarification (21.4 and 21.5) Carsten Dominik
2010-10-14 11:12 ` Uwe Brauer
2010-10-14 11:19 ` Carsten Dominik
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87fww9hy9p.fsf@gilgamesch.quim.ucm.es \
--to=oub@mat.ucm.es \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.