Andras Simon andras@renyi.hu writes:
Looks like there's something wrong with multiple connections anyway. slime-goto-connection and ,restart-inferior-lisp don't seem to work.
Works for me :)
One problem I see with this (and I may very well be wrong about it) is that in that case slime-process must not only be set at startup, but kept up-to-date. E.g. if a lisp dies, the corresponding slime-process should be set to nil.
slime-process looks at the process-status and returns nil if the process is dead.
Also, is there any way to set it at startup other then by calling inferior-lisp-proc, say, in slime-start-lisp?
No, we have no special way. But inferior-lisp-proc should be good enough for the initialization.
Helmut.