
14 Apr
2010
14 Apr
'10
3:17 p.m.
* Alex Goncharov [2010-04-14 14:46+0200] writes:
,--- You/Stas (Wed, 14 Apr 2010 16:31:46 +0400) ----* | I have #+cmu (setf *communication-style* :spawn) in my ~/.swank.lisp and | don't have any problems you're describing.
Yes, there's a problem if to many interrupts are queued. It try to fix that.
Thanks.
Just tried it:
============================================================
---------------------------------------- ~/.swank.lisp -------------------- #+cmu (setf *communication-style* :spawn)
---------------------------------------- *inferior-lisp* -------------------- ; Loading #P"/home/.swank.lisp". Warning: Declaring *COMMUNICATION-STYLE* special.
Better use qualified symbols: SWANK::*COMMUNICATION-STYLE*. Helmut