
3 Dec
2011
3 Dec
'11
7:51 p.m.
On 3 December 2011 18:48, Helmut Eller <heller@common-lisp.net> wrote:
1. add #+sbcl (setq swank:*communication-style* nil) to ~/.swank.lisp 2. start Emacs with:
emacs -Q -nw -eval '(setq inferior-lisp-program "sbcl --no-userinit")' \ -l slime.el -f slime-setup -f slime x.lisp
3. insert a form that would produce an error: (/ 1 0) 4. type C-x C-e and dismiss the debugger with q when in pops up 5. 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