When I terminate a Multi I-search, Emacs takes me back to the original buffer rather than the result I'm looking at.
I've tried terminating the search with RET, escape, arrow keys, and none of these have worked. What should I be doing instead?
To reproduce:
- Start Emacs with
emacs -Q
- Open several buffers.
M-x ibuffer
- Mark several buffers with
m
- Start Multi I-search with
M-s a C-s
- Search for something and press
C-s
until you're in at least the second buffer. RET
returns you to the original buffer!