Strange (?) idiom for in docs
Edi Weitz <[email protected]>
| Newsgroups | gmane.lisp.clsql.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi! The example at <http://clsql.b9.com/manual/locally-enable-sql-reader-syntax.html> has the potential to break CMUCL's reader and to seriously confuse tools like SLIME. I'd recommend to replace it with something involving EVAL-WHEN and COPY-READTABLE. For the whole story see the thread on the SLIME mailing list which starts here: <http://common-lisp.net/pipermail/slime-devel/2005-March/003196.html> Cheers, Edi.