From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Rakestraw Subject: Re: org-feed broken? Date: Wed, 13 May 2009 13:49:38 -0400 Message-ID: <20090513134938.3d1325c2@johnrakestraw.com> References: <20090513111722.4f7b4f24@johnrakestraw.com> <907D6462-C9A3-4317-AD7A-99543EE4EC3C@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M4IZN-0002MB-4x for emacs-orgmode@gnu.org; Wed, 13 May 2009 13:48:41 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M4IZH-0002Lj-Ep for emacs-orgmode@gnu.org; Wed, 13 May 2009 13:48:39 -0400 Received: from [199.232.76.173] (port=35602 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M4IZG-0002Lg-Vt for emacs-orgmode@gnu.org; Wed, 13 May 2009 13:48:35 -0400 Received: from uis-ipmx-1.pdc.uis.georgetown.edu ([141.161.2.135]:39850) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.60) (envelope-from ) id 1M4IZF-00005i-Ja for emacs-orgmode@gnu.org; Wed, 13 May 2009 13:48:34 -0400 In-Reply-To: <907D6462-C9A3-4317-AD7A-99543EE4EC3C@gmail.com> 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: org-mode Org-Mode Thanks to Carsten and Magus for prompt replies. > It seems that in Emacs 22, ignore-errors is defined in cl-macs.el, > in Emacs 23 it has moved to subr.el. > > Try adding > > (eval-when-compile > (require 'cl) > (require 'cl-macs)) > > early on in org-feed.el, does that help? > Adding the above lines to org-feed.el yields the following error message when I run "make": Error: Required feature 'cl-macs' was not provided Shortening the additional code to this: (eval-when-compile (require 'cl)) as Magnus suggested, seems to work. Thanks. -- John Rakestraw