
5 Aug
2008
5 Aug
'08
6:57 a.m.
Dave Roberts <ldave@droberts.com> writes:
Any suggestions for where to start looking? My gut says that there is a particular character or something like that in the page that SWANK can't return over the channel to SLIME/Emacs. I'm not sure how to debug it, though, since SWANK kills the connection with extreme prejudice. Does SWANK create any sort of log file anywhere, or can I enable it to do so?
Thanks,
Set SWANK:*LOG-EVENTS* to T for information from the swank side, and look into the buffer *slime-events* for information from the slime side. -T.