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:03:35 -0700
User-agent: Gnus/5.1299999999999999 (Gnus v5.13) Emacs/24.2.90 (cygwin)

Stefan Monnier <address@hidden> writes:

>> 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.
>> Could someone explain why these warnings are being generated?
>
> There are different such warnings for different cases, so please specify
> precisely what you see,

I'm seeing messages like "CL function 'remove-if' called at runtime."
Someone else suggested using cl-lib but I assume that's an external
package that I should install, correct?  

I have mostly been writing in Common Lisp prior to starting a new
project in Emacs Lisp only so I find certain CL functions useful and
wouldn't mind getting rid of the warnings when I compile the code.  If
downloading and install cl-lib and using the cl- prefix function will do
the trick then I'm ok with that.

--
Burton Samograd



reply via email to

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