bug: newlisp-tk: new context

Notices and updates
Locked
starseed
Posts: 38
Joined: Thu Jul 27, 2006 8:45 pm

bug: newlisp-tk: new context

Post by starseed »

Hi, am I the only one who gets the following error?
symbol is protected in function silent : sym
called from user defined function SYS:make-context-verify
I get it when I try to create a new context through newlisp-tk (new context button).

P.S.: I get it with newlisp-tk as shipped with 8.9.0 and 8.9.3.

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

Post by Lutz »

sym is a reserved word since 8.2.7, nobody before reported this bug :( . This will be fixed in 8.9.4, or you can fix it yourself by replacing 'sym' with 'sm' in the function SYS:make-context-verify

Lutz

Locked