You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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:
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.
The text was updated successfully, but these errors were encountered: