unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: PJ Weisberg <pj@irregularexpressions.net>
Cc: emacs-devel@gnu.org
Subject: Re: cl-pushnew and other functions
Date: Fri, 29 Jun 2012 13:36:13 -0700	[thread overview]
Message-ID: <CAJsNXT=n4FyUAXeFYi9TE63xoRuFh5surmn2PH2u22e=0O8g-w@mail.gmail.com> (raw)
In-Reply-To: <jwvsjdeysc9.fsf-monnier+emacs@gnu.org>

On Fri, Jun 29, 2012 at 9:53 AM, Stefan Monnier
<monnier@iro.umontreal.ca> wrote:
>> I think the basic function in CL should just be considered part of the Emacs
>> Lisp language,
>
> We simply disagree.  But at least now you can use all cl-* functions
> (like cl-remove-if) in Elisp packages bundled with Emacs (tho we don't
> want to preload cl-lib, so those functions cannot be used in preloaded
> files).

And for packages *not* bundled with Emacs, you can always put

(with-no-warnings
  (require 'cl))

at the top of every file just out of obstinacy.  :-)

-PJ

Gehm's Corollary to Clark's Law: Any technology distinguishable from
magic is insufficiently advanced.



  reply	other threads:[~2012-06-29 20:36 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-29  4:38 cl-pushnew and other functions John Wiegley
2012-06-29 16:53 ` Stefan Monnier
2012-06-29 20:36   ` PJ Weisberg [this message]
2012-06-29 22:17   ` John Wiegley
2012-06-30  4:16     ` Stefan Monnier
2012-06-30  5:44       ` Helmut Eller
2012-07-02  3:50       ` John Wiegley
2012-07-02  7:25         ` Andreas Schwab
2012-07-04  5:04       ` John Wiegley
2012-07-04 12:31         ` Stefan Monnier

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='CAJsNXT=n4FyUAXeFYi9TE63xoRuFh5surmn2PH2u22e=0O8g-w@mail.gmail.com' \
    --to=pj@irregularexpressions.net \
    --cc=emacs-devel@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.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).