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

error: spacemacs/search-project-auto-region-or-symbol #6499

Closed
pA0k opened this issue Jul 5, 2016 · 4 comments
Closed

error: spacemacs/search-project-auto-region-or-symbol #6499

pA0k opened this issue Jul 5, 2016 · 4 comments
Labels
- Bug tracker - Fixed in develop Searching stale marked as a stale issue/pr (usually by a bot)

Comments

@pA0k
Copy link

pA0k commented Jul 5, 2016

Description :octocat:

Reproduction guide 馃

  • Start Emacs
  • M-m *

Observed behaviour: 馃憖 馃挃

Expected behaviour: 鉂わ笍 馃槃

System Info 馃捇

  • OS: gnu/linux
  • Emacs: 24.5.1
  • Spacemacs: 0.105.21
  • Spacemacs branch: develop (rev. a650877)
  • Graphic display: t
  • Distribution: spacemacs
  • Editing style: emacs
  • Completion: ivy
  • Layers:
(ivy auto-completion better-defaults shell-scripts emacs-lisp
     (python :variables python-test-runner 'pytest python-enable-yapf-format-on-save t)
     (ruby :variables ruby-enable-enh-ruby-mode t ruby-test-runner 'rspec)
     git html markdown org
     (shell :variables shell-default-height 30 shell-default-position 'bottom shell-protect-eshell-prompt t)
     (spell-checking :variables spell-checking-enable-by-default nil)
     syntax-checking version-control chrome)

Backtrace 馃惥

I got an error message.

rxt-string->pcre: Wrong type argument: arrayp, nil
@pA0k
Copy link
Author

pA0k commented Jul 5, 2016

I found out why error occured.
It happend running command at blank line.

@d12frosted
Copy link
Collaborator

@pA0k thanks for the report. Didn't see such behaviour before but I can confirm it.

Miciah added a commit to Miciah/spacemacs that referenced this issue Jul 8, 2018
Fix issue syl20bnr#6499: SPC m (spacemacs/search-project-auto-region-or-symbol) on
a blank line causes an error:

    rxt-string->pcre: Wrong type argument: arrayp, nil

* layers/+completion/ivy/funcs.el (spacemacs/counsel-search): Check whether
initial-input is nil in order to avoid calling rxt-quote-pcre on a nil
value.
@Miciah
Copy link
Contributor

Miciah commented Jul 8, 2018

#11013 should prevent the error.

sdwolfz pushed a commit that referenced this issue Jul 9, 2018
Fix issue #6499: SPC m (spacemacs/search-project-auto-region-or-symbol) on
a blank line causes an error:

    rxt-string->pcre: Wrong type argument: arrayp, nil

* layers/+completion/ivy/funcs.el (spacemacs/counsel-search): Check whether
initial-input is nil in order to avoid calling rxt-quote-pcre on a nil
value.
CodingSolo pushed a commit to CodingSolo/spacemacs that referenced this issue Oct 29, 2018
Fix issue syl20bnr#6499: SPC m (spacemacs/search-project-auto-region-or-symbol) on
a blank line causes an error:

    rxt-string->pcre: Wrong type argument: arrayp, nil

* layers/+completion/ivy/funcs.el (spacemacs/counsel-search): Check whether
initial-input is nil in order to avoid calling rxt-quote-pcre on a nil
value.
@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 - Fixed in develop Searching stale marked as a stale issue/pr (usually by a bot)
Projects
None yet
Development

No branches or pull requests

4 participants