You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Doing helm-do-ag in hs-minor-mode 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]
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:
As a fast workaround you can disable this mode, then helm will not use it and the error should be gone.
Expected behavior
When I jump to the entry it should take me to the correct line such as line 3.
Davidj361
changed the title
helm-do-ag breaks in hs-minor-mode on this specific codehelm-do-ag breaks in hs-minor-mode on this specific source file
Mar 31, 2022
27.2
Ubuntu 20.04
rg 11.0.2
helm-ag--last-command
("rg" "--smart-case" "--no-heading" "--color=never" "--line-number" "--max-columns=512" "--ignore=.#" "--ignore=.o" "--ignore=~" "--ignore=.bin" "--ignore=.lbin" "--ignore=.so" "--ignore=.a" "--ignore=.ln" "--ignore=.blg" "--ignore=.bbl" "--ignore=.elc" "--ignore=.lof" "--ignore=.glo" "--ignore=.idx" "--ignore=.lot" "--ignore=.fmt" "--ignore=.tfm" "--ignore=.class" "--ignore=.fas"
"--ignore=.lib" "--ignore=.mem" "--ignore=.x86f" "--ignore=.sparcf" "--ignore=.dfsl" "--ignore=.pfsl" "--ignore=.d64fsl" "--ignore=.p64fsl" "--ignore=.lx64fsl" "--ignore=.lx32fsl" "--ignore=.dx64fsl" "--ignore=.dx32fsl" "--ignore=.fx64fsl" "--ignore=.fx32fsl" "--ignore=.sx64fsl" "--ignore=.sx32fsl" "--ignore=.wx64fsl" "--ignore=.wx32fsl" "--ignore=.fasl" "--ignore=.ufsl"
"--ignore=.fsl" "--ignore=.dxl" "--ignore=.lo" "--ignore=.la" "--ignore=.gmo" "--ignore=.mo" "--ignore=.toc" "--ignore=.aux" "--ignore=.cp" "--ignore=.fn" "--ignore=.ky" "--ignore=.pg" "--ignore=.tp" "--ignore=.vr" "--ignore=.cps" "--ignore=.fns" "--ignore=.kys" "--ignore=.pgs" "--ignore=.tps" "--ignore=.vrs" "--ignore=.pyc" "--ignore=*.pyo" "--ignore=SCCS" "--ignore=RCS"
"--ignore=CVS" "--ignore=MCVS" "--ignore=.src" "--ignore=.svn" "--ignore=.git" "--ignore=.hg" "--ignore=.bzr" "--ignore=_MTN" "--ignore=_darcs" "--ignore={arch}" "supp")
Actual behavior
syl20bnr/spacemacs#15437
2022-03-31.16-23-44.mp4
Doing
helm-do-ag
in hs-minor-mode 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]
A comment from the spacemacs issue:
Expected behavior
When I jump to the entry it should take me to the correct line such as line 3.
Steps to reproduce
/tmp/emacs
/tmp/emacs/.emacs
HOME=/tmp/emacs emacs
test.c
with the code abovehs-minor-mode
in bufferhelm-do-ag
and search for 'supp'The text was updated successfully, but these errors were encountered: