Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

search after expand region fail with error #8463

Closed
shelper opened this issue Mar 2, 2017 · 3 comments
Closed

search after expand region fail with error #8463

shelper opened this issue Mar 2, 2017 · 3 comments
Labels
- Bug tracker - Helm Ready for work Searching stale marked as a stale issue/pr (usually by a bot)

Comments

@shelper
Copy link

shelper commented Mar 2, 2017

Description :octocat:

when using expand region, "SPC v /" or "SPC v f" fail with error,

Reproduction guide 馃

  • Start Emacs

  • in normal mode, press "SPC v /"

Observed behaviour: 馃憖 馃挃

fail with error message:
"let: Wrong type argument: commandp, helm-do-grep"

Expected behaviour: 鉂わ笍 馃槃

(%LAST_KEYS%)

System Info 馃捇

  • OS: windows-nt
  • Emacs: 25.1.1
  • Spacemacs: 0.200.7
  • Spacemacs branch: develop (rev. c42e487)
  • Graphic display: t
  • Distribution: spacemacs
  • Editing style: vim
  • Completion: helm
  • Layers:
  • System configuration features:

Backtrace 馃惥

Debugger entered--Lisp error: (wrong-type-argument commandp helm-do-grep)
call-interactively(helm-do-grep)
(let ((projectile-require-project-root nil)) (call-interactively (spacemacs//helm-do-search-find-tool "helm-project-do" dotspacemacs-search-tools default-inputp)))
spacemacs/helm-project-smart-do-search(t)
spacemacs/helm-project-smart-do-search-region-or-symbol()
funcall-interactively(spacemacs/helm-project-smart-do-search-region-or-symbol)
call-interactively(spacemacs/helm-project-smart-do-search-region-or-symbol)
(lambda nil (call-interactively (quote spacemacs/helm-project-smart-do-search-region-or-symbol)))()
eval(((lambda nil (call-interactively (quote spacemacs/helm-project-smart-do-search-region-or-symbol)))))
(lambda nil (interactive) (setq this-command (` (, (cadr (quote ("/" (lambda nil ...))))))) (or (minibufferp) (message "%s" "Type v to expand again, V to contract, r to reset, e to edit, / to search in project, f to search in files, b to search in opened buffers")) (eval (` (, (cdr (quote ("/" (lambda nil ...))))))))()
funcall-interactively((lambda nil (interactive) (setq this-command (` (, (cadr (quote ("/" (lambda nil ...))))))) (or (minibufferp) (message "%s" "Type v to expand again, V to contract, r to reset, e to edit, / to search in project, f to search in files, b to search in opened buffers")) (eval (` (, (cdr (quote ("/" (lambda nil ...)))))))))
call-interactively((lambda nil (interactive) (setq this-command (` (, (cadr (quote ("/" (lambda nil ...))))))) (or (minibufferp) (message "%s" "Type v to expand again, V to contract, r to reset, e to edit, / to search in project, f to search in files, b to search in opened buffers")) (eval (` (, (cdr (quote ("/" (lambda nil ...)))))))) nil nil)
command-execute((lambda nil (interactive) (setq this-command (` (, (cadr (quote ("/" (lambda nil ...))))))) (or (minibufferp) (message "%s" "Type v to expand again, V to contract, r to reset, e to edit, / to search in project, f to search in files, b to search in opened buffers")) (eval (` (, (cdr (quote ("/" (lambda nil ...)))))))))


@bmag
Copy link
Collaborator

bmag commented Mar 3, 2017

Apparently the command helm-do-grep was removed upstream at December 2015, but we still use helm-do-grep in spacemacs//helm-do-search-find-tool. The solution is to either implement helm-do-grep in Spacemacs or find a different existing command to use.

@longtomjr
Copy link

longtomjr commented May 4, 2017

I get this same error when just doing "SPC /"

Related:
https://github.com/emacs-helm/helm/wiki/Grep

@github-actions
Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please let us know if this issue is still valid!

@github-actions github-actions bot added the stale marked as a stale issue/pr (usually by a bot) label Feb 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
- Bug tracker - Helm Ready for work Searching stale marked as a stale issue/pr (usually by a bot)
Projects
None yet
Development

No branches or pull requests

3 participants