-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
helm-project-smart-do-search
breaks and errors, doesn't jump to correct line
#15437
Comments
helm-project-smart-do-search
breaks and errors, doesn't jump to correct line
The issue comes from hs-minor-mode which is used by helm internally which seems to have an issue with the open curly bracket. The build in version of this package is used in spacemacs-evil therefore its active. Please open a bug report upstream. Edit: |
What do you mean? Not sure where that is. |
@Davidj361 helm |
Not sure how I can test this in a minimal configuration. Running |
I've tried setting up helm from scratch in emacs via (setq-default indent-tabs-mode nil)
(require 'package)
(setq package-archives
'(
("gnu" . "https://elpa.gnu.org/packages/")
;; ("melpa" . "https://melpa.org/packages/")
("nongnu" . "https://elpa.nongnu.org/nongnu/")
))
(let ((my-pkgs '(helm)))
(when (seq-remove 'package-installed-p my-pkgs)
(package-refresh-contents)
(mapc (lambda (pkg) (package-install pkg t)) my-pkgs))) But M-x doesn't show |
I will investigate. As for now, try to use ivy or compleseus as replacement for helm. |
Made an issue on helm-ag |
It's not a If you want some fancy highlight use
|
good point. a replacement for vhs should be used. |
2022-04-05.09-10-45.mp4
2022-03-31.16-23-44.mp4 |
@Davidj361 oops my bad, thanks for trying. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please let us know if this issue is still valid! |
Description
Doing
spacemacs/helm-project-smart-do-search
and searching for 'supp' in this code gives an error of:Search failed: there is an unmatched expression somewhere or we are at the beginning/end of file. [4 times]
Reproduction guide 🪲
test.c
Observed behaviour: 👀 💔
2022-03-30.13-52-31.mp4
When I jump to the entry it doesn't jump to the right line and instead jumps to the starting curly brace '{'.
Expected behaviour: ❤️ 😄
When I jump to the entry it should take me to the correct line such as line 3.
System Info 💻
Backtrace 🐾
The text was updated successfully, but these errors were encountered: