Greetings, and thanks! Should be fixed now. Take care,
Robert Boyer <[EMAIL PROTECTED]> writes: > Here's a bug in setf. > > In GCL, > > (setf (subseq "xyz" 0 1) "b") => "byz" > > but the correct return value is "b", or at least so say, Allegro, CMU, and > Clisp. > > The ANSI examples certainly also suggest that GCL is incorrect, e.g., > > (setq str "012345") => "012345" > (setf (subseq str 4) "abc") => "abc" > > But GCL returns "0123ab". > > Bob > > > -- Camm Maguire [EMAIL PROTECTED] ========================================================================== "The earth is but one country, and mankind its citizens." -- Baha'u'llah _______________________________________________ Gcl-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gcl-devel
