From: John Rakestraw <lists@johnrakestraw.com>
To: Carsten Dominik <carsten.dominik@gmail.com>
Cc: org-mode Org-Mode <emacs-orgmode@gnu.org>
Subject: Re: org-feed broken?
Date: Wed, 13 May 2009 13:49:38 -0400 [thread overview]
Message-ID: <20090513134938.3d1325c2@johnrakestraw.com> (raw)
In-Reply-To: <907D6462-C9A3-4317-AD7A-99543EE4EC3C@gmail.com>
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
prev parent reply other threads:[~2009-05-13 17:48 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-05-13 15:17 org-feed broken? John Rakestraw
2009-05-13 15:51 ` Magnus Henoch
2009-05-13 16:06 ` Carsten Dominik
2009-05-13 17:49 ` John Rakestraw [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090513134938.3d1325c2@johnrakestraw.com \
--to=lists@johnrakestraw.com \
--cc=carsten.dominik@gmail.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).