[slime-devel] Slime broken on SBCL/Darwin by recent WAIT-FOR-INPUT changes
Nikodemus Siivola
nikodemus at random-state.net
Sat Dec 3 19:51:36 UTC 2011
On 3 December 2011 18:48, Helmut Eller <heller at 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
More information about the slime-devel
mailing list