Slawek Zak slawek.zak@gmail.com writes:
Hi,
There is some problem with buffer cleanup when lisp connection is broken. Here's a minimal example.
- Run your lisp remotely and start swank server
- Connect w/ Emacs
- Run remotely: pkill -9 <your favorite lisp> # the lisp dies 'orrible death
- Restart lisp
- Reconnect w/ Emacs
Thanks for the report, this bug was a mystery to me for some time already since I couldn't reproduce it. Fixed in CVS.
P.S. This had nothing to do with the wire protocol.