pymacs?

A

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..
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top