From: Petter Gustad <newsmail6@gustad.com>
To: help-gnu-emacs@gnu.org
Subject: Re: keep slime alive
Date: 25 Jul 2007 20:58:46 +0200 [thread overview]
Message-ID: <7d7iool389.fsf@www.gratismegler.no> (raw)
In-Reply-To: ufy3cmm1l.fsf@jensteich.de
Jens Teich <info@jensteich.de> writes:
> logout: there are stopped jobs
Are you sure you don't have any other processes running?
I'll show an example:
: itx ~; slogin roadrunner
Last login: Wed Jul 25 21:48:52 2007 from itx.home.gustad.com
: roadrunner ~; screen -S usenettest sbcl
(asdf:operate 'asdf:load-op :swank)
(swank:create-swank-server 4005)
C-a C-d
emacs &
M-x slime-connect
; SLIME 2006-03-20
CL-USER> (defvar *usenet-test* 'hello)
*USENET-TEST*
CL-USER>
M-x slime-disconnect
C-x C-c
: roadrunner ~; exit
logout
Connection to roadrunner closed.
: itx ~; slogin roadrunner
: roadrunner ~; screen -r usenettest
*USENET-TEST*
HELLO
(swank:create-swank-server 4005)
C-a C-d
emacs &
M-x slime-connect
; SLIME 2006-03-20
CL-USER> *USENET-TEST*
HELLO
CL-USER>
;; work work work
M-x slime-disconnect
C-x C-c
And repeat...
Petter
--
________________________________________________________________________
Petter Gustad 8'h2B | ~8'h2B http://www.gustad.com/petter
next prev parent reply other threads:[~2007-07-25 18:58 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-25 8:14 keep slime alive Jens Teich
2007-07-25 8:25 ` Jens Teich
2007-07-25 10:34 ` Petter Gustad
2007-07-25 11:54 ` Jens Teich
2007-07-25 12:50 ` Petter Gustad
2007-07-25 13:26 ` Jens Teich
2007-07-25 14:01 ` Petter Gustad
2007-07-25 14:36 ` Jens Teich
2007-07-25 15:12 ` Petter Gustad
2007-07-25 15:22 ` Jens Teich
2007-07-25 14:40 ` Peter Dyballa
2007-07-25 17:15 ` Jens Teich
2007-07-25 17:27 ` Jens Teich
2007-07-25 18:58 ` Petter Gustad [this message]
2007-07-25 20:30 ` Jens Teich
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=7d7iool389.fsf@www.gratismegler.no \
--to=newsmail6@gustad.com \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.