Closed xzz53 closed 5 years ago
This is caused by 6d0a740e45a862cb420e4e31474f60ce3809c136, which was an attempt to have helm-ag
consider .projectile
's ignores.
I'm going to revert this as it's more important for helm-projectile
to work on large projects. cc @maindoor.
@xiongtx should we consider why we get "/usr/bin/emacs: /usr/bin/ag: Argument list too long message instead of results." instead of reverting ? How is considering .projectile ignores affecting this particular problem ?
At least can we have a config option instead of reverting ? You can have the current implementation as default. Otherwise now my use-case is broken after an update :(
Expected behavior
Starting helm-projectile-ag and typing three characters initiates ag search in the project.
Actual behavior
When I try to do ag search in some of my projects (e.g. linux kernel source trees) I get
/usr/bin/emacs: /usr/bin/ag: Argument list too long
message instead of results.Steps to reproduce the problem
git clone --depth=1 https://github.com/torvalds/linux
Environment & version information
helm-projectile
version: 20190727.208helm
version (inhelm-pkg.el
): 20190729.513projectile
version (M-x projectile-version
): 20190626.1315M-x emacs-version
): GNU Emacs 26.2NB I'm sure it worked fine at least month ago.