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

IDO issue #53

Open
ccarter opened this issue Feb 19, 2013 · 0 comments
Open

IDO issue #53

ccarter opened this issue Feb 19, 2013 · 0 comments

Comments

@ccarter
Copy link

ccarter commented Feb 19, 2013

I'm trying to use eproject with it set to use ido-completing-read. It appears that it eventually winds up trying to string-match on some sort of buffer reference(I know next to nothing about lisp). Any ideas. I've pasted the last couple of lines of the backtrace.

(wrong-type-argument stringp #)
string-match("" #) ...some junk here
ido-set-matches-1((# #) t)

expez added a commit to expez/eproject that referenced this issue Mar 2, 2013
Ido works with strings and was passed a list of buffers.  We simply map
buffer-name over the list of said buffers.  This fixes jrockway#53.
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

Successfully merging a pull request may close this issue.

1 participant