On Fri, Mar 25, 2011 at 4:04 AM, Helmut Eller heller@common-lisp.net wrote:
A trace is in the *slime-events* buffer.
That just shows
(:emacs-rex (swank:connection-info) "COMMON-LISP-USER" t 1)
presumably because it is never able to make the connection and move on.
You can also trace the Lisp side by setting (setq swank::*log-events* t) in ~/.swank.lisp
Thanks, I'll give that a try.
-- Scott