Greetings, and thanks! Backquote issues aside, I've changed the length expander to check its arg at safety >=1, clarifying an earlier error message you reported as well:
>#2a(1 2 3) Error in SYSTEM:SHARP-A-READER [or a callee]: 1 is not of type SEQUENCE. Fast links are on: do (si::use-fast-links nil) for debugging Broken at CONDITIONS::CLCS-UNIVERSAL-ERROR-HANDLER. Type :H for Help. 1 (Continue) Return to top level. dbl:>>1 Top level. >#2a((1 . 1) 2 3) Error in SYSTEM:SHARP-A-READER [or a callee]: 1 is not of type NULL. Fast links are on: do (si::use-fast-links nil) for debugging Broken at CONDITIONS::CLCS-UNIVERSAL-ERROR-HANDLER. Type :H for Help. 1 (Continue) Return to top level. dbl:>>1 Top level. >#2a((1 1) 2 3) Error in SYSTEM:SHARP-A-READER [or a callee]: 2 is not of type SEQUENCE. Fast links are on: do (si::use-fast-links nil) for debugging Broken at CONDITIONS::CLCS-UNIVERSAL-ERROR-HANDLER. Type :H for Help. 1 (Continue) Return to top level. dbl:>>:q Top level. > Take care, Robert Boyer <[EMAIL PROTECTED]> writes: > In the same vein, the following will simply not do, I > suspect. > > Bob > > xg > GCL (GNU Common Lisp) 2.7.0 ANSI Mar 15 2006 18:07:14 > Source License: LGPL(gcl,gmp,pargcl), GPL(unexec,bfd) > Binary License: GPL due to GPL'ed components: (BFD UNEXEC) > Modifications of this banner must retain notice of a compatible license > Dedicated to the memory of W. Schelter > > Use (help) to get some basic information on how to use GCL. > Temporary directory for compiler files set to /tmp/ > > >`#5A(1 2 ,(+ 2 2) 4) > Segmentation violation: c stack ok:signalling error > Error in READ [or a callee]: Caught fatal error [memory may be damaged]: > Segmentation violation. > > Fast links are on: do (si::use-fast-links nil) for debugging > Broken at CONDITIONS::CLCS-UNIVERSAL-ERROR-HANDLER. Type :H for Help. > 1 (Continue) Return to top level. > dbl:>> > > > -- Camm Maguire [EMAIL PROTECTED] ========================================================================== "The earth is but one country, and mankind its citizens." -- Baha'u'llah _______________________________________________ Gcl-devel mailing list Gcl-devel@gnu.org http://lists.gnu.org/mailman/listinfo/gcl-devel