Page 1 of 1

BUG 9.9.93

Posted: Wed Nov 12, 2008 1:12 pm
by newdep
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) ;-)

Posted: Wed Nov 12, 2008 3:28 pm
by Lutz
Thanks for the catch, this should work.