When I use Rope to refactor Python, rename a class name, the minibuffer says "calculating rename changes...", and the machine becomes slow, even not response.

Did I miss any configs, or is it a bug of Emacs 24/Rope?

My configs:

(require 'pymacs)
(autoload 'pymacs-apply "pymacs")
(autoload 'pymacs-call "pymacs")
(autoload 'pymacs-eval "pymacs" nil t)
(autoload 'pymacs-exec "pymacs" nil t)
(autoload 'pymacs-load "pymacs" nil t)
(pymacs-load "ropemacs" "rope-")
;;(pymacs-load "pysmell.emacshelper" "pysmell-")
(setq ropemacs-enable-autoimport t)
link|improve this question
solved: i create the rope-prj in $HOME. do NOT do this. – user1122445 Jan 22 at 11:39
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.