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

anything-rails fails on windows #2

Open
mbuczko opened this issue Feb 3, 2012 · 1 comment
Open

anything-rails fails on windows #2

mbuczko opened this issue Feb 3, 2012 · 1 comment

Comments

@mbuczko
Copy link

mbuczko commented Feb 3, 2012

I'm using Emacs 24.0.92.1 on windows and I tried to run anything-rails on this environment. While it works perfectly on my Mac, on windows I can't see the list of controllers/views/configs. anything throws out a message:

anything-compute-matches: error when processing source: Files in Rails Project

I also tried to investigate the problem, and found its root in (surprisingly :) anything-rails.el : rails-list-project-files. This function returns list of (display . path) pairs and for some reason anything doesn't like the result. If I return only list of "displayable" values, or only list of paths it works (partially of course, list is displayed but not really usable).

Have you noticed something simmilar by chance?

Cheers, Michal.

@wolfmanjm
Copy link
Owner

No but I have not used emacs 24 or the latest anything. I suspect one or the other has changed sufficiently to make that stop working.

I have emacs 23.1 and have no intention of upgrading anytime soon, because when I do many of my plugins break :)
I also noticed the latest versions of anything are not backward compatible either, so I don't want to upgrade that either.

I'd be happy to accept patches that do not break backward compatibility, or alternatively have a branch for the latest versions.

Thanks

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