
27 Aug
2005
27 Aug
'05
6:58 p.m.
Hi, I'd like to use slime to debug araneida requests. I did (setf *restart-on-handler-errors* 'swank::debug-in-emacs) But when I hit an error, emacs does not jump in the debugger, and I get the following message on the standard output instead: debugger invoked on a TYPE-ERROR: The value NIL is not of type SWANK::CONNECTION. ...in (SWANK::FORCE-USER-OUTPUT) So, somehow, *EMACS-CONNECTION* is NIL at the time of the call. Don't know why however... Has anyone a clue or a workaround ? This is with the latest CVS. Frédéric