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

[-- Attachment #1: Type: text/plain, Size: 449 bytes --]

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)))




[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 235 bytes --]

  parent reply	other threads:[~2012-12-03 19:59 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 [this message]
2012-12-03 20:05   ` Burton Samograd
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=50BD048E.4000509@dancol.org \
    --to=dancol@dancol.org \
    --cc=burton@samograd.ca \
    --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).