From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Otterson Subject: Re: New test version: org-4.19a Date: Wed, 29 Mar 2006 23:03:15 -0800 Message-ID: <442B82B3.6030401@u.washington.edu> References: <200603291702.k2TH2Z9a271582@bp04.u.washington.edu> <442B488C.4070106@u.washington.edu> <06da1ae5c2d023418b53f85974f09d7e@science.uva.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FOrBg-0004uJ-Um for emacs-orgmode@gnu.org; Thu, 30 Mar 2006 02:03:21 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FOrBf-0004sQ-4K for emacs-orgmode@gnu.org; Thu, 30 Mar 2006 02:03:20 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FOrBe-0004sH-Vt for emacs-orgmode@gnu.org; Thu, 30 Mar 2006 02:03:19 -0500 Received: from [140.142.32.134] (helo=mxout1.cac.washington.edu) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FOrDm-0000nq-3u for emacs-orgmode@gnu.org; Thu, 30 Mar 2006 02:05:30 -0500 In-Reply-To: <06da1ae5c2d023418b53f85974f09d7e@science.uva.nl> 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: Carsten Dominik Cc: emacs-orgmode@gnu.org It turns out that the org-xemacs-p was coming from org-mouse.el. I pulled that out of my path and no longer got that org-xemacs-p error message. But the fontlocking problems are all still there. M-x org-version shows that I'm using 4.19a. Hmm. Scott Carsten Dominik (03/29/2006 08:51 PM) wrote: > The fact that font-lock no longer works has indeed to do with the error > message you get. > The variable org-xemacs-p used to be defined in org.el, but no longer > is. The entire file > does not contain any reference to that variable anymore. The fact that > you this > message means either that you are still loading some old version of > org.el, or that > you are using org-xemacs-p in some configuration, hook, or whatever. > > What is the value of C-c h org-version RET ? > > If it is not 4.19a, then you are loading some old version of org-mode. > If it is 4.19a, it must be a hook or whatever. > > > Find any uses of org-xemacs-p, and replace them with (featurep 'xemacs). >