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 13:54:03 +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

I'm sitting in front of a Windows Laptop connected to the Linux Server
via Putty.

First tried in the shell

| jens@h968740:~/lisp> screen -S lisp sbcl
| Cannot open your terminal '/dev/pts/2' - please check.

Then tried this within emacs with 

| M-x shell
| screen -S lisp sbcl
| (load "asdf.lisp")

two style warnings, ok

| (asdf:operate 'asdf:load-op) :swank)

...
debugger invoked on UNDEFINED FUNCTION in thread ... function
ASDF::MODULE-PROVIDE-ASDF

Thanks in advance for further hints.

Jens



reply via email to

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