unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Burton Samograd <burton@samograd.ca>
To: Daniel Colascione <dancol@dancol.org>
Cc: emacs-devel@gnu.org
Subject: Re: CL functions called at runtime
Date: Mon, 03 Dec 2012 13:05:00 -0700	[thread overview]
Message-ID: <kgh8v9ehpg3.fsf@CDW764-BURTONS.QFTI.COM> (raw)
In-Reply-To: <50BD048E.4000509@dancol.org> (Daniel Colascione's message of "Mon, 03 Dec 2012 11:59:10 -0800")

Daniel Colascione <dancol@dancol.org> writes:

> On 12/3/12 10:55 AM, Burton Samograd wrote:
>> Hi,
>> 
>> I seemed to have missed the dicussion about the warnings being generated
>> by the byte compiler about CL functions being called at runtime.  Now
>> I'm seeing them in my code for useful functions like remove-if.
>
> (defadvice byte-compile-warn (around shut-up-about-cl activate compile)
>   (let* ((fmt (ad-get-arg 0)))
>     (unless (string-match "cl package" fmt)
>       ad-do-it)))

Excellent, thank you.

--
Burton Samograd



  reply	other threads:[~2012-12-03 20:05 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-03 18:55 CL functions called at runtime Burton Samograd
2012-12-03 19:54 ` Stefan Monnier
2012-12-03 20:03   ` Burton Samograd
2012-12-03 19:55 ` Glenn Morris
2012-12-03 20:00   ` Burton Samograd
2012-12-03 20:22     ` Glenn Morris
2012-12-03 21:53       ` Stefan Monnier
2012-12-03 19:56 ` Pascal J. Bourguignon
2012-12-03 19:59 ` Daniel Colascione
2012-12-03 20:05   ` Burton Samograd [this message]
2012-12-03 23:05     ` Grégoire Jadi
2012-12-03 20:21   ` Glenn Morris

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=kgh8v9ehpg3.fsf@CDW764-BURTONS.QFTI.COM \
    --to=burton@samograd.ca \
    --cc=dancol@dancol.org \
    --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).