-
-
Notifications
You must be signed in to change notification settings - Fork 72
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-projectile-ag broken on Windows? #90
Comments
Ag had jumped to from
|
Can you check whether |
@xiongtx Like I said, both |
I cannot reproduce on a Windows 8 machine w/ Can you upgrade to latest |
choco uninstall ag
choco install ag
M-x emacs-version
(setq package-load-list '((async t)
(epl t)
(helm t)
(helm-ag t)
(helm-core t)
(helm-projectile t)
(pkg-info t)
(popup t)
(projectile t)))
(package-initialize)
(let (value)
(dolist (package '(async
epl
helm
helm-ag
helm-core
helm-projectile
pkg-info
popup
projectile))
(message "%s: %s" package (pkg-info-package-version package))))
M-x helm-projectile-ag setq |
Could this be a Windows 10 specific problem?
I don't have Windows 10, so if someone else (@bbatsov?) can reproduce, that'd be great. @angrybacon If you've Windows 8, can you confirm that this works on Windows 8? |
@xiongtx Unfortunately, I don't have access to Windows 8 easily. |
Found this issue through Google.
(currently the latest commit on master) angrybacon's workaround of "install an older version of ag" worked for me. |
Expected behavior
Should update the list of matches for "foo" in my Helm buffer as I progressively type
foo
.Actual behavior
Both
helm-ag
andprojectile-ag
work as intended however.Steps to reproduce the problem
Open a project file.
M-x
helm-projectile-ag
foo
Backtraces if necessary (
M-x toggle-debug-on-error
)No error.
Environment & version information
helm-projectile
version: helm-projectile-20170926.1123helm
version (inhelm-pkg.el
): helm-20180124.2236projectile
version (M-x projectile-version
): projectile-20180118.745M-x emacs-version
): GNU Emacs 25.3.1 (x86_64-w64-mingw32) of 2017-09-12The text was updated successfully, but these errors were encountered: