Luke Gorrie lgorrie@common-lisp.net writes:
- (slime-restart-lisp): Added `restart-lisp' shortcut. Doesn't do
- the right thing if you have multiple Lisps up.
This shortcut doesn't do the right thing with multiple lisps, with remote lisps or with local detachtty'd lisps, doing the Right Thing(TM) requires a lot more DWIM than i think is worth it.
this should either become 'restart-inferior-lisp' (so that it's obvious that this works only with lisps started by emacs) or it should be removed.