Tobias C. Rittweiler wrote:
[snipped...]
Unfortunately not. In my setup I have a few .lisp buffers open, and if I use `slime-cycle-connections' in buffer A, then a bit later in buffer B, the connection of buffer A ist untouched.
I'll do the following changes if you agree to them:
a) Introduce `slime-set-buffer-local-connection' that does the prompting I mentioned in my previous mail.
b) Introduce `slime-cycle-default-connection' that changes the default connection only.
c) Rename `slime-cycle-connections' to `slime-cycle-buffer-connection' and implement it on top of the above to functions.
All three functions seem to be useful.
Perfect! Thanks