On Sun, 6 Jan 2008 03:12:54 -0600, "Victor Kryukov" victor.kryukov@gmail.com wrote:
(funcall (cl-ppcre:create-scanner "test") "This is a test")
Why are you calling the scanner this way? That's not how it is intended to be done. If you call a highly optimized function with the wrong number of arguments, you shouldn't be surprised if the compiler is confused.
Edi.