emacsorphanage / helm-ag

The silver searcher with helm interface
492 stars 76 forks source link

Lisp error: (void-variable default-input) #368

Closed jsobiecki closed 4 years ago

jsobiecki commented 4 years ago

Actual behavior

After last package update, extension stopped to work. At each attempt of work, I getting "void-variable default-input. error:

Debugger entered--Lisp error: (void-variable default-input) helm-do-ag("~/workspace/project" nil nil) helm-do-ag-project-root() funcall-interactively(helm-do-ag-project-root) call-interactively(helm-do-ag-project-root nil nil) command-execute(helm-do-ag-project-root)

Expected behavior

It should allow me to refine my search conditions in minibuffer, but I don't have chance to do so.

Steps to reproduce

Usage of helm-do-ag-project-root function

syohex commented 4 years ago

I suppose merging #343 broke code. It should be reverted and its change should be applied to latest code base.

Note: #343 code base is old. Merging it mixed some old code and some newer code, then it broke helm-ag.

jcs090218 commented 4 years ago

I have reverted to version 0.62 for now.

jsobiecki commented 4 years ago

Hi guys, thanks for feedback. I'll also try to revert to 0.62

jcs090218 commented 4 years ago

Sorry for the inconvenient! I guess PR #343 will not be merged from the current state.

@kiennq Do you want to redo the PR? I suppose this should be a simple fix and we just need to make sure it doesn't break this time!

Thanks everyone! 😖

jcs090218 commented 4 years ago

Close this issue for now. This is cause by a feature PR, #343.