Ropemacs is a plugin for performing python refactorings in emacs. It uses rope library and pymacs.
Questions tagged [ropemacs]
33 questions
0
votes
1 answer
Can you pipe ropemacs suggestions to another command?
is there a way of getting the completions suggestions from ropemacs' rope-code-assist (bound to "M-/" in ropemode) to use in another command?
What I'm trying to do is something like this:
(defun rope-completions-in-ido ()
(interactive)
…

Felipe
- 3,003
- 2
- 26
- 44
0
votes
1 answer
Problem with ropemacs when opening file in jython-mode
I use ropemacs to write python source and here is the related portion of .emacs:
(defun my-python-hook-mode ()
(interactive)
(require 'pymacs)
(autoload 'pymacs-apply "pymacs")
(autoload 'pymacs-call "pymacs")
(autoload 'pymacs-eval…

stid.smth
- 1,525
- 2
- 11
- 11
0
votes
3 answers
ropemacs on windows with django project is very slow
In a newly created Django project I'm using ropemacs to get semantic completions and refactoring functionality. But it seems that everytime I enter a character that triggers a completion list check, the buffer freezes for about a second, sometimes…

altschuler
- 3,694
- 2
- 28
- 55