Hi,

why not try out emacs-for-python https://github.com/gabrielelanaro/emacs-for-python It's has everything included one needs as a python programmer on emacs and even if it's not your choice you can lookup pymacs configuration there.
HTH && have a nice day

Basti


Am 17.11.2011 00:42, schrieb Andrea Crotti:
After a long time, and since it was included iin python-mode, I wanted to try if I can
get ropemacs working finally.
I have tried many possible things, also in Emacs -Q, and I actually got it working
only once, apparently by pure luck with Emacs -Q:

(setq py-load-python-mode-pymacs-p nil)

(setq ca-pymacs-path (expand-file-name "~/Emacs-configuration/python-mode/pymacs"))
(add-to-list 'load-path ca-pymacs-path)
(setenv "PYMACS_PYTHON" "python2.7")
(require 'pymacs)

(pymacs-load "ropemacs" "rope-")
(setq ropemacs-confirm-saving 'nil)

The problem is that this configuration doesn't use python-mode.el but the standard python.el,
all my attempts to make this work on my normal configuration failed.
Did anyone got both correctly working?

Thanks..


--
Bastian Ballmann / Web Developer
Notch Interactive GmbH / Badenerstrasse 571 / 8048 Zürich
Phone +41 43 818 20 91 / www.notch-interactive.com

--
http://mail.python.org/mailman/listinfo/python-list
  • pymacs? Andrea Crotti
    • Re: pymacs? Bastian Ballmann

Reply via email to