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

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

Re: keep slime alive


From: Petter Gustad
Subject: Re: keep slime alive
Date: 25 Jul 2007 12:34:14 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4

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.


Petter

-- 
________________________________________________________________________
Petter Gustad         8'h2B | ~8'h2B        http://www.gustad.com/petter


reply via email to

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