ccl icon indicating copy to clipboard operation
ccl copied to clipboard

No source location for symbol macros

Open melisgl opened this issue 3 years ago • 0 comments
trafficstars

On Clozure Common Lisp Version 1.12 (v1.12) LinuxX8664. After defining a symbol macro with COMPILE-FILE + LOAD, source location is not available.

(define-symbol-macro sss 7)

(ccl:find-definition-sources 'sss)
=> NIL

(swank-backend:find-definitions 'sss)
=> NIL

melisgl avatar Jan 26 '22 12:01 melisgl