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


Groups > comp.lang.python > #15792

pymacs?

Date 2011-11-16 23:42 +0000
From Andrea Crotti <andrea.crotti.0@gmail.com>
Subject pymacs?
Newsgroups comp.lang.python
Message-ID <mailman.2785.1321486927.27778.python-list@python.org> (permalink)

Show all headers | View raw


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

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

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

csiph-web