Now that macros are compiled, GRINDEF doesn't seem to be able to handle them. (GRINDEF FIRST) ;; Blows up, while (GRINDEF CONS) ;; Does something reasonable with compiled function. (DEFMACRO A-MACRO ....) (GRINDEF A-MACRO) ;; Grinding interpreted macros works.