From: Magnus Henoch <magnus.henoch@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: Bug: Invalid function: ignore-errors [6.36]
Date: Tue, 11 May 2010 18:09:53 +0100 [thread overview]
Message-ID: <847hna4b6m.fsf@linux-b2a3.site> (raw)
In-Reply-To: loom.20100511T180302-826@post.gmane.org
Adam Elliott <ae@mbl.ca> writes:
> Problem exists in some 6.35 versions as well. Looks like org-list.el uses
> `ignore-errors' macro defined in cl-macs.el. Adding following line near top of
> org-list.el file fixes problem for me:
>
> (require 'cl)
>
> Does not appear that cl-macs can be required separately.
The canonical way to require cl only for macros is:
(eval-when-compile (require 'cl))
See (info "(elisp)Coding Conventions").
--
Magnus Henoch
next prev parent reply other threads:[~2010-05-11 17:26 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-05-11 13:40 Bug: Invalid function: ignore-errors [6.36] Robert Andersson
2010-05-11 14:09 ` Robert Andersson
2010-05-11 16:09 ` Adam Elliott
2010-05-11 17:09 ` Magnus Henoch [this message]
2010-05-12 14:54 ` Carsten Dominik
2010-05-13 15:07 ` Adam Elliott
2010-05-13 16:02 ` Carsten Dominik
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=847hna4b6m.fsf@linux-b2a3.site \
--to=magnus.henoch@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).