On Fri, Apr 30, 2004 at 02:35:28PM +0200, Luke Gorrie wrote:
- (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'.
Or `iswitchb-mode', which helps all buffers. `C-x b r e p RET' is usually sufficient for me to get the repl.
(To rotate the list, use C-s and C-r; until I knew that, I was confused about how to select a buffer whose full name was the subset of another in some circumstances.)
-bcd