bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#21419: isearch does not exit cleanly when ido active


From: Noam Postavsky
Subject: bug#21419: isearch does not exit cleanly when ido active
Date: Fri, 10 Jun 2016 22:36:11 -0400

Ista Zahn <istazahn <at> gmail.com> wrote:
> Results: buffer contents remains font-locked with isearch face.
> Expected result: the final "C-g" should have exited from isearch
> mode, as happens when ido mode is not active.

I'm seeing the font-lock leftovers from isearch remaining without
ido-mode being active as well.

I think isearch-yank-kill is not intended as an entry point. Perhaps
it should have something like (unless isearch-mode (user-error
"isearch not active!"))
Or maybe
(unless isearch-mode (isearch-mode t))





reply via email to

[Prev in Thread] Current Thread [Next in Thread]