emacs-pretest-bug
[Top][All Lists]
Advanced

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

false positive cl compiler warnings


From: Dave Love
Subject: false positive cl compiler warnings
Date: 15 Apr 2003 23:25:56 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

The compiler in the development sources emits warnings like:

Warning: Function `caaar' from cl package called at runtime

but caaar & al have compiler macros which make them safe to call.

I guess this means that the test for cl stuff is done in the wrong
place, but I've forgotten how it all works.  If it isn't possible to
DTRT in bytecomp.el, perhaps cl could add an extra symbol property for
safe functions, which could be checked to see if a compiler macro
expands safely.




reply via email to

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