Errors in (gs:listen)

Started by cormullion, February 27, 2008, 10:17:19 AM

Previous topic - Next topic

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?


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

#1
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

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