Problem with newLISP-GS

Guiserver, GTK-server, OpenGL, PostScript,
HTML 5, MIDI, IDE
Locked
Excalibor
Posts: 47
Joined: Wed May 26, 2004 9:48 am
Location: Madrid, Spain

Problem with newLISP-GS

Post by Excalibor »

Greetings,

I dunno if this is common to all platforms, but I have particularly noticed in my windows machine at work:

I run newLISP-GS, hack around, leave it open and when I come back the next day (the machine has tasks to do during the night, so it's on during the week) my newLISP-GS session is gone.

As I usually prefer using gVIM and a shell for development, I only use newLIPS-GS for the convinience when testing functions or ideas, so I don't really know if I have lost any data. I did lost, however, my hacking session, which is not bad but it's annoying, unless it's saved somewhere else I don't know about...)

Can anyone confirm this behavior? If so, can be fixed? A /tmp/ buffer file like in VI could be nice for this kind of happenings... it would provide a recovery option, or at least something similar...

Anyway, I just thought I'd let you know, for future releases...

Also, if I can get some free time, I'll try to check the sources myself, but even then I won't promise any result :-)

thanks!

PS- posted inadvertently on the Unixen forum, moved here as fast as I could.

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

Post by Lutz »

Its the network connection between the Java newLISP-GS library (guiserver.jar) and newLISP GUI program (newlisp-edit.lsp or newlisp-edit) which gets lost after prolonged inactivity. You can observe this on all platforms.

It probably could be fixed by some periodical "pinging" between the two processes, but I am not sure its's worth the effort?

Locked