muffinmad / emacs-mini-frame

Show minibuffer in child frame on read-from-minibuffer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

isearch support?

katspaugh opened this issue · comments

I saw the mini-frame was disabled for isearch-mode in this commit.

Would it be possible to bring it back in and fix #48 in a cleaner way? Perhaps it could be added to the ignored commands instead, so that it's customizable?

I tried reverting that commit locally but somehow isearch is still not popping up a mini-frame. Looking at the isearch code, it seems to be using the read-from-minibuffer function, so it should theoretically work?

isearch is using read-from-minibuffer on isearch-edit-string. Press M-e after C-s and you should see mini-frame.

I see, thanks a lot. Awesome plugin!