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...
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..
thanks - I appreciate the help from a busy man! :)