Hello,
some commands (like describe) do not work as expected with xmaxima +
cmucl,sbcl. The reason is that maxima buffers the output through
sockets, but some commands do not end output with a new line character
when they expect input. A possible fix would be to set buffering to none
in server.lisp (at least with sbcl this works).
Andrej