help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: keep slime alive


From: Jens Teich
Subject: Re: keep slime alive
Date: Wed, 25 Jul 2007 19:27:02 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.0 (windows-nt)

Petter Gustad <newsmail6@gustad.com> writes:

> Jens Teich <info@jensteich.de> writes:
>
>> I use SBCL and SLIME to set up a webserver with Edi Weitz'
>> Hunchentoot. How do I keep this process alive when closing
>> the emacs session?
>
> Run your sbcl under slime and connect to it from emacs:
>
> screen -S lisp sbcl
>
> Then type:
>
> (asdf:operate 'asdf:load-op :swank)
> (swank:create-swank-server 4005)
>
> You can now detatch your process by typing "C-a C-d". You can also
> leave it open if you like.
>
> Then start emacs and type M-x slime-connect to connect to the swank
> process.

Every step of the above ones works now fine. But I'm still unable to
logout and keep the process alive. Sorry if I should have mentioned
that earlier.

logout: there are stopped jobs

Jens


reply via email to

[Prev in Thread] Current Thread [Next in Thread]