Under nondeterministic conditions, counsel-recoll can overwrite the current buffer. It's easy to recreate and easy to fix.
- Create a junk buffer and make it current
- Launch counsel-recoll with a long-running query that returns lots of candidates
- While counsel-recoll is running, hit C-g
The junk buffer should contain some raw recoll output.
To fix: In counsel-recoll, add an :unwind clause:
:unwind #'counsel-delete-process
Under nondeterministic conditions, counsel-recoll can overwrite the current buffer. It's easy to recreate and easy to fix.
The junk buffer should contain some raw recoll output.
To fix: In counsel-recoll, add an :unwind clause:
:unwind #'counsel-delete-process