Errors in (gs:listen)

Guiserver, GTK-server, OpenGL, PostScript,
HTML 5, MIDI, IDE
Locked
cormullion
Posts: 2038
Joined: Tue Nov 29, 2005 8:28 pm
Location: latiitude 50N longitude 3W
Contact:

Errors in (gs:listen)

Post by cormullion »

I'm getting this error a lot, but I don't quite understand it. I'm using (gs:listen) in the usual way. What's a possible cause?

Code: Select all

missing parenthesis : "...))\n                                 "
called from user defined function gs:listen
It seems to happen mostly after typing into a text-area, but it happens sporadically and I don't know what causes the error...

newdep
Posts: 2038
Joined: Mon Feb 23, 2004 7:40 pm
Location: Netherlands

Post by newdep »

I had that a lot with the nlist tool..

there are 3 options

1) there is realy a ")" missing
2) You are quicker then the TCP channel
3) You use Blocking IO (this is what it is i think..like with text-area)

have a look at my nlist.lsp at line 1522 ->
there i created an Async function to bypass this..
then the problems where gone for get-text or text-area..
-- (define? (Cornflakes))

cormullion
Posts: 2038
Joined: Tue Nov 29, 2005 8:28 pm
Location: latiitude 50N longitude 3W
Contact:

Post by cormullion »

thanks - I appreciate the help from a busy man! :)

Locked