From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Bug: Adaptive filling incompatible with xemacs [6.35i] Date: Fri, 7 May 2010 09:50:59 +0200 Message-ID: <20F43F5F-3224-4FFA-8EBB-3364EBE496D0@gmail.com> References: <4BE17967.1020300@Informatik.Uni-Oldenburg.DE> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1OAIL4-0007lL-Ew for emacs-orgmode@gnu.org; Fri, 07 May 2010 03:51:14 -0400 Received: from [140.186.70.92] (port=49919 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OAIL2-0007gu-Bc for emacs-orgmode@gnu.org; Fri, 07 May 2010 03:51:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OAIKx-0007fc-2c for emacs-orgmode@gnu.org; Fri, 07 May 2010 03:51:12 -0400 Received: from mail-ww0-f41.google.com ([74.125.82.41]:57269) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OAIKw-0007fT-Pz for emacs-orgmode@gnu.org; Fri, 07 May 2010 03:51:07 -0400 Received: by wwi14 with SMTP id 14so68722wwi.0 for ; Fri, 07 May 2010 00:51:05 -0700 (PDT) In-Reply-To: <4BE17967.1020300@Informatik.Uni-Oldenburg.DE> 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: Hendrik Radke Cc: emacs-orgmode@gnu.org Hi Hendrik, this has already been fixed in the git repository, but not yet made it into a release. Note that the XEmacs support in Org-mode is being reduced now, and that you will need to switch to the develloper version of XEmacs if you want to use future versions of Org-mode. 6.35 is compatible with the current version of XEmacs - save for tis bug with the local- variable-p function. I will soon release the last version that will still support XEmacs 21.4. - Carsten On May 5, 2010, at 3:57 PM, Hendrik Radke wrote: > 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 > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten