Hi,
I'm using slime to connect to sbcl on a remote server.
It works faultless and I'm very happy with it.
My only problem is that I also have to keep the source files
on the remote server. With trampoline this is no problem, too.
I'm looking for a solution, to keep the source files
locally, on my laptop (near my emacs).
I tried sshfs, and nfs, scp etc., but this is very clumsy,
if you use a laptop and access the server from different locations.
(Different versions locally and on the server, etc.)
Do you see a chance that after ^c-^k th remote lisp requests
the source file via the slime protocol from my local
laptop.
So I would have all the sources of my projects, which
run on different remote servers, locally on my laptop,
save, always uptodate, easy for version management etc.
Helmut