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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error from counsel--async-sentinel #342

Closed
justbur opened this issue Jan 11, 2016 · 2 comments
Closed

error from counsel--async-sentinel #342

justbur opened this issue Jan 11, 2016 · 2 comments

Comments

@justbur
Copy link
Contributor

justbur commented Jan 11, 2016

I pasted a backtrace, but it appears that this argument is expected to be a string and it's not anymore based on changes in 93d1adc.

Partial backtrace:

Debugger entered--Lisp error: (wrong-type-argument arrayp (("space" . t)))
  aref((("space" . t)) 0)
  (eq 94 (aref re-str 0))
  (and (> (length re-str) 0) (eq 94 (aref re-str 0)))
  (if (and (> (length re-str) 0) (eq 94 (aref re-str 0))) (substring re-st
  (cl-position (if (and (> (length re-str) 0) (eq 94 (aref re-str 0))) (su
  (or (cl-position (if (and (> (length re-str) 0) (eq 94 (aref re-str 0)))
  (setq ivy--index (or (cl-position (if (and (> (length re-str) 0) (eq 94 
  (if (eq this-command (quote ivy-resume)) nil (setq ivy--index (or (cl-po
  (let* ((caller (progn nil (or (and (memq (aref ivy-last 0) cl-struct-ivy
  ivy--recompute-index("space" (("space" . t)) ("swiper-autoloads.el:20:70
  counsel--async-sentinel(#<process  *counsel*> "finished\n")
@abo-abo
Copy link
Owner

abo-abo commented Jan 11, 2016

Thanks. Please check.

@justbur
Copy link
Contributor Author

justbur commented Jan 11, 2016

Thank you. Seems ok now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants