[GSLL-devel] *row-separator* error with cmucl

Liam Healy lhealy at common-lisp.net
Tue Nov 23 17:49:05 UTC 2010


What is "the *row-separator* error"?  I'm not sure why CMUCL would be
any different than any other implementation, e.g. SBCL, so it's not
clear why you would get an error.  And exporting '*row-separator*
doesn't accomplish the same goal as exporting *row-separator*; the
idea is that if you're in another package and importing the GSL
package, you can indicate a new row with ^ instead of GSLL:^.  Perhaps
the export needs an eval-when around it to eval at load time.

Liam

P.S. You need to join the GSLL-devel mailing list in order to post to
it.  If you wish, you can configure your subscription so that you do
not receive email from the list.

On Mon, Nov 22, 2010 at 7:17 PM, levent guel <levgue at gmx.net> wrote:
> i got the *row-separator* error with cmucl, upon changing the (export
> *row-separator*) thing to (export '*row-separator*) the error
> disappeared and gsll is loading now.
>
> (library gsd, file foreign-arrays.lisp, in package grid)
>
> greetings
>
> Levent Guel
>
> levgue at gmx.net
>
> _______________________________________________
> GSLL-devel mailing list
> GSLL-devel at common-lisp.net
> http://common-lisp.net/cgi-bin/mailman/listinfo/gsll-devel
>




More information about the gsll-devel mailing list