BUG 9.9.93

Q&A's, tips, howto's
Locked
newdep
Posts: 2038
Joined: Mon Feb 23, 2004 7:40 pm
Location: Netherlands

BUG 9.9.93

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

Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

Post by Lutz »

Thanks for the catch, this should work.

Locked