From stassats at gmail.com Thu Dec 9 10:09:43 2010 From: stassats at gmail.com (Stas Boukarev) Date: Thu, 09 Dec 2010 13:09:43 +0300 Subject: [editor-hints-devel] [Patch]: CMUCL and Allegro 8.2 fixes Message-ID: <87y67zmf4o.fsf@gmail.com> The default value of error-p optional parameter for excl:named-readtable was changed to T in Allegro 8.2, which causes errors whenever find-readtable is called on non existent readtable. CMUCL has an issue with ordering of loop initializations in the loop of define-api macro. And the spec is quite confusing on how it really should behave. The workaround is to use (progn x (loop ...)) instead of (loop initially x ...) -------------- next part -------------- A non-text attachment was scrubbed... Name: named-readtables.diff Type: text/x-patch Size: 2370 bytes Desc: not available URL: -------------- next part -------------- -- With Best Regards, Stas.