BUG 9.9.93

Started by newdep, November 12, 2008, 05:12:33 AM

Previous topic - Next topic

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) ;-)
-- (define? (Cornflakes))

Lutz

#1
Thanks for the catch, this should work.