emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: CL functions called at runtime


From: Burton Samograd
Subject: Re: CL functions called at runtime
Date: Mon, 03 Dec 2012 13:05:00 -0700
User-agent: Gnus/5.1299999999999999 (Gnus v5.13) Emacs/24.2.90 (cygwin)

Daniel Colascione <address@hidden> 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 via email to

[Prev in Thread] Current Thread [Next in Thread]