Я пытаюсь использовать Ropemacs с автозаполнением в Emacs, но получаю сообщение об ошибке отладчика:
Debugger entered--Lisp error: (void-function rope-completions)
(rope-completions)
eval((rope-completions))
eval-last-sexp-1(nil)
eval-last-sexp(nil)
call-interactively(eval-last-sexp nil nil)
Символ rope-completions
не имеет документации из Ch S. Он появляется только один раз, вавтозаполнение-конфигурации.Я скачал последнюю версию Romamacs, RopeMode, PyMac, Python-Rope и, вероятно, потерял любую подходящую системную согласованность, которую я имел.завершить.Я не могу найти ссылку на эту функцию в моей системе.
Автозаполнение отлично работает для меня в Лиспе.Как я могу заставить автозаполнение и Rope работать вместе, чтобы дать мне автозаполнение для Python в Emacs?
РЕДАКТИРОВАТЬ: я не могу увидеть определение завершения веревки через Ch f.Вот вывод моего буфера Pymacs:
<23 (version "0.24-beta2")
>45 eval pymacs_load_helper("ropemacs", "rope-")
<278 (return '(progn (pymacs-defuns '(0 rope--OldProgress nil 1 rope--LispProgress nil 2 rope-LispUtils nil 3 rope-message nil 4 rope--lisp-name nil 5 rope--load-ropemacs nil 6 rope--started-from-pymacs nil 7 rope-occurrences-goto "" 8 rope-occurrences-next "")) (pymacs-python 9)))
>45 eval pymacs_load_helper("ropemacs", "rope-")
<288 (return '(progn (pymacs-defuns '(10 rope--OldProgress nil 11 rope--LispProgress nil 12 rope-LispUtils nil 13 rope-message nil 14 rope--lisp-name nil 15 rope--load-ropemacs nil 16 rope--started-from-pymacs nil 17 rope-occurrences-goto "" 18 rope-occurrences-next "")) (pymacs-python 19)))
>51 eval free_python(0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 19)
<13 (return nil)
>45 eval pymacs_load_helper("ropemacs", "rope-")
<279 (return '(progn (pymacs-defuns '(19 rope--OldProgress nil 9 rope--LispProgress nil 8 rope-LispUtils nil 7 rope-message nil 6 rope--lisp-name nil 5 rope--load-ropemacs nil 4 rope--started-from-pymacs nil 3 rope-occurrences-goto "" 2 rope-occurrences-next "")) (pymacs-python 1)))