On May 19, Peter Herth scribed:
Hi David,
I have no experience with Slime+Windows, but have run Ltk with Clisp on Windows (withtout slime) successfully. Unter Unix/Mac OS I am running Ltk under slime without any problems. As for an alternative to the ActiveState Tcl, please try tclkit: http://www.equi4.com/tclkit.html To use it, just download the exefile and set *wish-pathame* to point to it, eg:. (setf ltk:*wish-pathname* "c:/whereever/itmaybe/tclkit.exe") and then try to run Ltk
HTH, Peter _______________________________________________ ltk-user site list ltk-user@common-lisp.net http://common-lisp.net/mailman/listinfo/ltk-user
Thanks Peter. I saw several postings by you that indicated you could run it under windows. I had 8.4.12 working under windows. Not sure what happened to 8.4.13. I'll give tclkit a try.
Dave