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: Grégoire Jadi
Subject: Re: CL functions called at runtime
Date: Tue, 04 Dec 2012 00:05:26 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Burton Samograd <address@hidden> writes:

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

Or (byte-compile-disable-warning 'cl-functions)




reply via email to

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