ropemacs
ropemacs copied to clipboard
emacs mode that uses rope library to provide features like python refactorings and code-assists
From emacs -q, execute: (add-to-list 'load-path "~/.emacs.d/elisp-build/Pymacs/") (setq ropemacs-global-prefix "C-x C-9") (require 'pymacs) (pymacs-load "ropemacs" "rope-") On Emacs 24.1, latest Pymacs, rope, ropemacs, ropemode, this will give the error Python:...
This is so that one can easily hook it up with eldoc-mode.
When trying to install ropemacs $ python setup.py install running install running build running build_py error: package directory 'ropemode' does not exist Creating folder ropemode fixes $ mkdir ropemode $...