On Oct 6, 2010, at 12:34 AM, Ron Garret wrote: > ? (ccl::define-standard-initial-binding *print-string-length* (lambda () nil)) Oh, foo. DEFINE-STANDARD-INITIAL-BINDING is a function, not a macro. So the symbol needs to be quoted. Double grrr.... rg