Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #15792 > unrolled thread

pymacs?

Started byAndrea Crotti <andrea.crotti.0@gmail.com>
First post2011-11-16 23:42 +0000
Last post2011-11-16 23:42 +0000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  pymacs? Andrea Crotti <andrea.crotti.0@gmail.com> - 2011-11-16 23:42 +0000

#15792 — pymacs?

FromAndrea Crotti <andrea.crotti.0@gmail.com>
Date2011-11-16 23:42 +0000
Subjectpymacs?
Message-ID<mailman.2785.1321486927.27778.python-list@python.org>
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..

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web