davidmiller / pony-mode

Django mode for emacs
Other
149 stars 32 forks source link

Fix pony-list-commands #18

Closed rabio closed 12 years ago

rabio commented 12 years ago

When I tried to use pony-manage it was throwing an error on me from inside pony-list-commands. First commit in this pull request solves that. Then it occurred that pony-list-commands do not return any results in my installation due to regex mismatch. When I was testing if new regex do not break anything in older django releases I make pony-list-commands also more polite to old django versions (so old that hopefully nobody uses them :) but as I was already there...). All of this end up as fairly simple and much shorter patch than this comment :)

Regards

davidmiller commented 12 years ago

Nice one - didn't think to check with-temp-buffer operations when I introduced this bug, thanks :)

rabio commented 12 years ago

You can probably remove pony-list-commands from bug list in pony.org. Or it is broken for you in some other way too?