On 3 December 2011 18:48, Helmut Eller heller@common-lisp.net wrote:
- add #+sbcl (setq swank:*communication-style* nil) to ~/.swank.lisp
- start Emacs with:
emacs -Q -nw -eval '(setq inferior-lisp-program "sbcl --no-userinit")' \ -l slime.el -f slime-setup -f slime x.lisp
- insert a form that would produce an error: (/ 1 0)
- type C-x C-e and dismiss the debugger with q when in pops up
- type C-x C-e again and nothing happens except
that ; pipelined request... (swank:interactive-eval "(/ 1 0)") appears in the message area
Thanks. Should be better now -- sorry about the breakage.
Cheers,
-- nikodemus