hello,
i have tried newlisp-tk and could not create a new context
with the editor. i tried a lot of combinations but with no
new context. what is wrong?
context name newlisp-tk
Thats the way it is, you can make the context using the menu faciity (currently broken but fixed in upcoming 8.9.4) and than it gets updated immedeately.
see also this thread:
http://www.alh.net/newlisp/phpbb/viewto ... highlight=
Lutz
ps: welcome to the group Fabian
see also this thread:
http://www.alh.net/newlisp/phpbb/viewto ... highlight=
Lutz
ps: welcome to the group Fabian
again tk context problem
hello,
ervery time i try to create a new context with the newlisp-tk ide
i get the message:
symbol is protected in function silent : sym
called from user defined function SYS:make-context-verify
after a refresh the new context is not listed. seems that it is
not created. i can only create a new context on the console.
so it seems that the context create function of the editor is
broken?
greetings,
fabian
[/b]
ervery time i try to create a new context with the newlisp-tk ide
i get the message:
symbol is protected in function silent : sym
called from user defined function SYS:make-context-verify
after a refresh the new context is not listed. seems that it is
not created. i can only create a new context on the console.
so it seems that the context create function of the editor is
broken?
greetings,
fabian
[/b]
use the source, luke
Using latest 8.9.4 works for me here.
After the 'Evaluate Editbox' and 'Refresh' symbol a show up in context Test1.
Code: Select all
(context 'Test1)
(setq a 10)
(context 'MAIN)
Hans-Peter