Subject: Re: Problem enabling bracket mode it CLSQL
From: rpw3@rpw3.org (Rob Warnock)
Date: Sun, 22 Jan 2006 04:13:49 -0600
Newsgroups: comp.lang.lisp
Message-ID: <s7ednUVA5axAx07eRVn-vg@speakeasy.net>
<asbjxrn@ifi.uio.no> wrote:
+---------------
| BTW. The reason is that locally-enable-sql-reader-syntax is changing 
| the reader. Since the reader will read in the whole defun form before
| evaluating it, it is too late to do the call inside the defun. The reader
| has already processed your [*] so changing the syntax will not work.
+---------------

And if file-compiling it, the OP'll probably need an EVAL-WHEN wrapped
around them, too...


-Rob

-----
Rob Warnock			<rpw3@rpw3.org>
627 26th Avenue			<URL:http://rpw3.org/>
San Mateo, CA 94403		(650)572-2607