Nicolas.Neuss@iwr.uni-heidelberg.de wrote:
Process inferior-lisp hangup
Are you using a Linux kernel version earlier than 2.6.11? There's some signal handling oddity there, which causes a SIGHUP to be delivered to SBCL when started from an emacs comint buffer.
If upgrading the kernel is not an option for you, there's a workaround of setting inferior-lisp-program to "nohup sbcl" instead of "sbcl".