newLISP Fan Club

Forum => newLISP in the real world => Topic started by: newdep on November 12, 2008, 05:12:33 AM

Title: BUG 9.9.93
Post by: newdep on November 12, 2008, 05:12:33 AM
Hi Lutz,



Linux 9.9.93



this results in a segfault.. also this "context" warning is odd too ->



-> (setq value 10)

10



-> (setq a '(text value value 100 100 x x))

(text value value 100 100 x x)



-> (replace (a 0) a (string (a 0)))



ERR: context expected : :



-> (replace (a 0) a (string (a 0)))

Segmentation fault

$









PS: i was using (push (string (pop a)) a) but i thought this 'replace could

do too, but im not quiet sure the way i did 'replace is legal (it does work

though on quoted values) ;-)
Title:
Post by: Lutz on November 12, 2008, 07:28:07 AM
Thanks for the catch, this should work.