-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ctrlf-mode breaks search in find-file and switch-buffer #41
Comments
I think you mean Anyway, I pushed a commit that should fix all the compatibility issues. Let me know if it works for you. |
(I'm assuming you are using Selectrum, because otherwise I can't think of any reason |
Multiple separate but related problems here with both ctrlf and selectrum, I'm not exactly sure how to keep the conversation organized between this and radian-software/selectrum#4, but I'll try. :)
No, it definitely interacts with history! When used in The breakage I'm referring to here occurs when
The expected result is incremental search through |
Okay. Thanks for the explanation. This is bizarre to me because I cannot find the code that implements this behavior anywhere in Isearch. It would be helpful if someone could point to the implementation. That would help to determine why using Isearch within Selectrum breaks ("text is read-only" error). |
I guess that's a separate issue, though, from CTRLF overriding the bindings which also breaks usage without Selectrum. Open a new issue against Selectrum if it bothers you; the bug you reported here should be fixed. |
This thread is being closed automatically by Tidier because it is labeled with "waiting on response" and has not seen any activity for 90 days. But don't worry—if you have any information that might advance the discussion, leave a comment and I will be happy to reopen the thread :) |
I frequently use find-file history search (
C-x C-f
followed byC-r
). That errors out withctrlf-mode
enabled. I'm not sure if there's a recursive minibuffer in play when isearch is used fromfind-file
orswitch-buffer
, but maybe you could detect this situation and fall back to vanilla isearch.The text was updated successfully, but these errors were encountered: