문제

If I omit a closing paren, or use the wrong string escape character, or think about Haskell, this happens:

1) Minibuffer error message

Lisp connection closed unexpectedly: connection broken by remote peer

2) SLIME stops working.

3) inferior-lisp error message:

*** - Lisp stack overflow. RESET
;; swank:close-connection: NIL

Restarting SLIME with M-x slime, then recompiling my code with C-c C-k creates the same error. So yes, I have tried turning it off and on again.

Specs:

Aquamacs 2.1 (Emacs 23.2)

Aquamacs SLIME

MacPorts CLISP 2.49

Mac OS X 10.6.4

MacBook Pro 5,1

도움이 되었습니까?

해결책

After using paredit I don't have these problems any more (at least the one with uneven number of parens)

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top