Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #15792 > unrolled thread
| Started by | Andrea Crotti <andrea.crotti.0@gmail.com> |
|---|---|
| First post | 2011-11-16 23:42 +0000 |
| Last post | 2011-11-16 23:42 +0000 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
pymacs? Andrea Crotti <andrea.crotti.0@gmail.com> - 2011-11-16 23:42 +0000
| From | Andrea Crotti <andrea.crotti.0@gmail.com> |
|---|---|
| Date | 2011-11-16 23:42 +0000 |
| Subject | pymacs? |
| 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..
Back to top | Article view | comp.lang.python
csiph-web