-
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
False error when searching closing parenthesis #45
Comments
This does not occur for me. Is there something else in your configuration interfering? |
I can reproduce it in Here's the snippet: (add-to-list 'load-path "/home/kino/.emacs.d/straight/repos/ctrlf/")
(require 'ctrlf)
(ctrlf-mode)
But just wait for a while, the message will disappear, and the first match is highlighted, everything is back to normal. I think this is because CTRLF calls |
That message is actually from |
Well, I'd say it depends. I use Maybe it's better to highlight the match and at the same time keep the message, but I wonder if it's possible. Btw, I didn't find |
You are correct. My mistake.
In general yes, maybe not with |
Thanks! |
When searching
)
,]
or}
, CTRLF says "No matching parenthesis found", but the search actually success, I can callctrlf-next/prev-match
to browse the result.This happens in all search styles.
The text was updated successfully, but these errors were encountered: