ropemacs
ropemacs copied to clipboard
emacs mode that uses rope library to provide features like python refactorings and code-assists
Saving pull request from Bitbucket (https://bitbucket.org/agr/ropemacs/pull-request/8/setting-instance-method-attributes-in) @emhs any more comments on this?
It would be nice to be able to install ropemacs the same way I get the rest of my Emacs packages these days. This is probably a prerequisite: https://github.com/pinard/Pymacs/issues/45
ropemacs does not seem to function at all on python 3.8. ``` Traceback (most recent call last): File "/Users/glyph/Settings/Emacs/thirdparty/unpackaged/Pymacs.py", line 201, in loop value = eval(text) File "", line 1,...
What do you mean exactly "rope and ropemacs should be in your PYTHONPATH for this to work" ?
I've been wrestling with an issue where ropemacs seems to work intermittently on Windows. That is, it technically loads, but when I try to preview a change for e.g. a...
I can't see any instructions for installing ropemacs. Am I being dumb?
I have a folder like this: ``` --------------------------- cb_utils/ __init__.py ... ..several py files.. ..several modules.. math/ __init__.py simplex.py ------------------------- ``` I cannot load any file from cb_utils/ in emacs...