unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: pjb@informatimago.com (Pascal J. Bourguignon)
To: help-gnu-emacs@gnu.org
Subject: Re: Meaning of Common Lisp Warning
Date: Mon, 30 Nov 2009 12:49:35 +0100	[thread overview]
Message-ID: <87d43044hc.fsf@galatea.local> (raw)
In-Reply-To: 1269fa50-c565-42c6-a544-bc38ebab26af@r5g2000yqb.googlegroups.com

Nordlöw <per.nordlow@gmail.com> writes:

> What is the meaning of the compilation message
>   Warning: cl package required at runtime
>
> Should I never do
>   (require 'cl)
> in a package?

This is not Common Lisp!

If you had written (require 'emacs-cl) it could have been Common Lisp,
(emacs-cl is a Common Lisp implementation written in emacs lisp).

But cl is an emacs "package" (nothing in common with Common Lisp
packages),  that provides a few Common Lisp like functions and macros.


> Is it because there is a todo to implement these algorithms as
> builtins or what?

No it is because the authors of emacs are stubborn.  They don't want
people to write emacs code with these common lisp like functions.

Just ignore this warning.

-- 
__Pascal Bourguignon__


  reply	other threads:[~2009-11-30 11:49 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-30  8:41 Meaning of Common Lisp Warning Nordlöw
2009-11-30 11:49 ` Pascal J. Bourguignon [this message]
2009-11-30 14:17   ` tomas
2009-11-30 15:38     ` Lennart Borgman

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.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87d43044hc.fsf@galatea.local \
    --to=pjb@informatimago.com \
    --cc=help-gnu-emacs@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.
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).