From: "Hendrik Radke" <Hendrik.Radke@Informatik.Uni-Oldenburg.DE>
To: emacs-orgmode@gnu.org
Subject: Bug: Adaptive filling incompatible with xemacs [6.35i]
Date: Wed, 05 May 2010 15:57:59 +0200 [thread overview]
Message-ID: <4BE17967.1020300@Informatik.Uni-Oldenburg.DE> (raw)
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know how to make a good report? See
http://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org-mode mailing list.
------------------------------------------------------------------------
The newest version of org-mode does not work together with my
XEmacs21.
Loading with M-x org-mode produces the error message "wrong number of
arguments: local-variable-p, 1".
I located & "fixed" the problem in org.el, here's the output of diff:
$ diff org-6.35i/lisp/org.el org-mode/org.el
17681c17681
< (unless (local-variable-p 'adaptive-fill-regexp)
---
> (unless (local-variable-p 'adaptive-fill-regexp nil)
Honestly, I don't really understand what adaptive-filling really does,
so my patch may not have the inteded result of the code. However, it
makes my beloved org-mode work again.
Regards, Hendrik Radke
Emacs : XEmacs 21.4 (patch 22) "Instant Classic" [Lucid]
(i486-linux-gnu, Mule) of Sun Apr 4 2010 on murphy
Package: Org-mode version 6.35i
next reply other threads:[~2010-05-05 13:57 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-05-05 13:57 Hendrik Radke [this message]
2010-05-07 7:50 ` Bug: Adaptive filling incompatible with xemacs [6.35i] 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
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4BE17967.1020300@Informatik.Uni-Oldenburg.DE \
--to=hendrik.radke@informatik.uni-oldenburg.de \
--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 public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).