Alex Goncharov alex-goncharov@comcast.net 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.
Thanks.
Just tried it:
============================================================
~/.swank.lisp
#+cmu (setf *communication-style* :spawn)
*inferior-lisp*
; Loading #P"/home/.swank.lisp". Warning: Declaring *COMMUNICATION-STYLE* special.
; Connection to Emacs lost. [ ;; condition: Arithmetic error DIVISION-BY-ZERO signalled. Operation was KERNEL::DIVISION, operands (1 0). ;; type: DIVISION-BY-ZERO ;; encoding: utf-8-unix vs. UTF-8 ;; style: :SIGIO dedicated: NIL] ============================================================
Any reason you're using CMUCL and not SBCL?