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) ;-)
Thanks for the catch, this should work.