From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Hendrik Radke" Subject: Bug: Adaptive filling incompatible with xemacs [6.35i] Date: Wed, 05 May 2010 15:57:59 +0200 Message-ID: <4BE17967.1020300@Informatik.Uni-Oldenburg.DE> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O9f6M-0003PG-EC for emacs-orgmode@gnu.org; Wed, 05 May 2010 09:57:26 -0400 Received: from [140.186.70.92] (port=55464 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O9f6K-0003JT-69 for emacs-orgmode@gnu.org; Wed, 05 May 2010 09:57:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O9f6G-0000MT-NX for emacs-orgmode@gnu.org; Wed, 05 May 2010 09:57:22 -0400 Received: from arbi.informatik.uni-oldenburg.de ([134.106.1.7]:51679) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O9f6G-0000Ls-Hu for emacs-orgmode@gnu.org; Wed, 05 May 2010 09:57:20 -0400 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: emacs-orgmode@gnu.org 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