Luke Gorrie luke@bluetail.com writes:
- (defvar slime-event-buffer-name "*slime-events*"
- "The name of the Slime event buffer.")
If the reason for this is to make it easier to choose *slime-repl* using buffer-name completion, then you might like to look at the command `slime-selector'.
Yes, that was the reason. :-)
Feel free to remove the variable; I've now bound H-b to `slime-selector' and am very happy with that...