Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #15810 > unrolled thread
| Started by | Bastian Ballmann <bastian.ballmann@notch-interactive.com> |
|---|---|
| First post | 2011-11-17 09:36 +0100 |
| Last post | 2011-11-17 09:36 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: pymacs? Bastian Ballmann <bastian.ballmann@notch-interactive.com> - 2011-11-17 09:36 +0100
| From | Bastian Ballmann <bastian.ballmann@notch-interactive.com> |
|---|---|
| Date | 2011-11-17 09:36 +0100 |
| Subject | Re: pymacs? |
| Message-ID | <mailman.2796.1321519995.27778.python-list@python.org> |
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
Back to top | Article view | comp.lang.python
csiph-web