When I use Rope to refactor Python, rename the class name, the minibuffer says "compute rename changes ...", and the machine becomes slow without even responding.
Am I missing any configs, or is this an Emacs 24 / Rope bug?
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)
source share