From: Gilles Mathieu
Subject: close the cmucl motif toolkit server
Date: 
Message-ID: <f790b25b.0107240254.2ebeb71b@posting.google.com>
hello.
I have to run an application using the motif toolkit interface. I use
for this the "run-motif-application" function. It works the first 3 or
4 times I evaluate it, but after this, I must specify the option
:server-host "localhost" to avoid a toolkit error.
I terminate my application with the "quit-application" function, in a
callback handler.

What should I do not to have to specify the ":server-host" after a few
times (it doesn't work if I specify it from the beginning) ? Should I
terminate the server and start a new one when I restart my application
? And how can I do this ?
Thanks

G.M.