nullcone has quit [Quit: Connection closed for inactivity]
cage_ has joined #slime
<luis>
kagevf: you can pass the :name option to slime-start
<luis>
or you could add some advice to slime-generate-connection-name
<luis>
kagevf: (setf (slime-connection-name slime-default-connection) "new name") might work too
<luis>
an easier way to rename a connection would be nice. If you open an issue on github describing your use case, that slightly increases the odds of the feature being implemented :)
<kagevf>
ok ... I can't see any of those in the repl or when I do M-x so not sure how to invoke any of those, but I can try going through the slime documentation to see how to access the things you mentioned ... thank you, luis