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