When I do C-u + M-x helm-projectile-ag, and passes down ag option, e.g., --js, and it passes down to helm-do-ag.
Actual behavior
The options get ignored and never passes down to helm-ag.
To enter the ag option, I could set (helm-ag-always-set-extra-option -1) but doing so will prompt the extra option after the first option: prompt. This is not a desired behaviour.
Steps to reproduce the problem
C-u + M-x helm-projectile-ag
option: --js
The file filter never takes effect, and hits show up in all types of files.
Backtraces if necessary (M-x toggle-debug-on-error)
N/A
Environment & version information
helm-projectile version: 20180615.1428
helm version (in helm-pkg.el): 20171221.2221
projectile version (M-x projectile-version): 20171126.6
Emacs version (M-x emacs-version): GNU Emacs 26.1 (build 1, x86_64-apple-darwin17.6.0, NS appkit-1561.40 Version 10.13.5 (Build 17F77)) of 2018-06-19
Expected behavior
When I do
C-u
+M-x helm-projectile-ag
, and passes down ag option, e.g.,--js
, and it passes down tohelm-do-ag
.Actual behavior
The options get ignored and never passes down to
helm-ag
.To enter the ag option, I could set
(helm-ag-always-set-extra-option -1)
but doing so will prompt the extra option after the firstoption:
prompt. This is not a desired behaviour.Steps to reproduce the problem
C-u
+M-x helm-projectile-ag
--js
Backtraces if necessary (
M-x toggle-debug-on-error
)N/A
Environment & version information
helm-projectile
version: 20180615.1428helm
version (inhelm-pkg.el
): 20171221.2221projectile
version (M-x projectile-version
): 20171126.6M-x emacs-version
): GNU Emacs 26.1 (build 1, x86_64-apple-darwin17.6.0, NS appkit-1561.40 Version 10.13.5 (Build 17F77)) of 2018-06-19