Meta-point doesn't work with symbol macros. Here's a little patch that fixes that: (in-package :ccl) (advise %define-symbol-macro (record-source-file (car arglist) 'symbol-macro)) Just FYI. rg