Jorgen Schäfer

Results 141 comments of Jorgen Schäfer

Thank you for the comment. I marked a few of them as unused, but as long as pyvenv supports older Emacsen, e.g. python-shell-virtualenv-path is necessary to be set. Sorry.

Could you elaborate a bit as to why you think so? Support for frameworks like Django is rather common in IDEs, and Elpy already supports specific conventions and libraries like...

Thank you for the feedback! > However, elpy is NOT sufficient for django development. I develop django applications with elpy all the time. :-) > 1. running management commands Do...

> Otherwise we can also have some specific management commands like pony-mode pony-mode looks nice. Elpy could suggest it for Django users (no need to reinvent the wheel) – is...

Something like this, maybe: ``` Lisp (buttercup-define-matcher :to-be-local (symbol) (buttercup-matches (local-variable-p symbol) :if-false (format "Expected %S to be a local variable, but it is not" symbol) :if-negated (format "Expected %S...

Good question! I do not use edebug myself, like, at all, so any hints would be welcome :-D

Thanks for the report! This sounds very weird – can you do `M-x toggle-debug-on-quit` and use `C-g` again to get out of the locking? This should produce a backtrace, could...

Thank you! Emacs is apparently hanging trying to send data to the Elpy process. Which would indicate that Elpy is not actually reading data, but hanging in some loop. When...

Same problem without Rope? Did you `M-x elpy-rpc-restart`? That confuses me a lot now. The Elpy process you show does not actually do anything, so it should keep reading from...

I'm afraid I'm completely at a loss here. Sorry. :-(