emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Bug: Adaptive filling incompatible with xemacs [6.35i]


From: Hendrik Radke
Subject: [Orgmode] Bug: Adaptive filling incompatible with xemacs [6.35i]
Date: Wed, 05 May 2010 15:57:59 +0200
User-agent: Mozilla-Thunderbird 2.0.0.22 (X11/20090706)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]