Steps to reproduce:
M-x slime
M-x slime
"Create an additional *inferior-lisp*? (y or n)" -> y
,quit in the new REPL
Currently there's no default connection, so the next Slime command with an RPC call asks for switching to a new default.
At the other REPL, M-. on DEFUN.
"No default connection selected. Switch to <foo>?"
Now, when you answer that question with no, it asks the question again, and again, and after a few times (always negating the question), it performs the M-. in the non-selected connection even though it shouldn't.
-T.
* Tobias C. Rittweiler [2009-08-10 20:51+0200] writes:
Now, when you answer that question with no, it asks the question again, and again, and after a few times (always negating the question), it performs the M-. in the non-selected connection even though it shouldn't.
I can't reproduce it. If the is answer no, it should abort (with error). How can it ask again? Is there some timer running?
Helmut
Helmut Eller heller@common-lisp.net writes:
- Tobias C. Rittweiler [2009-08-10 20:51+0200] writes:
Now, when you answer that question with no, it asks the question again, and again, and after a few times (always negating the question), it performs the M-. in the non-selected connection even though it shouldn't.
I can't reproduce it. If the is answer no, it should abort (with error). How can it ask again? Is there some timer running?
It seems I can't reproduce this myself anymore.
-T.