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


Groups > comp.lang.python > #15810

Re: pymacs?

Date 2011-11-17 09:36 +0100
From Bastian Ballmann <bastian.ballmann@notch-interactive.com>
Organization Notch Interactive GmbH
Subject Re: pymacs?
References <4EC44A4A.70201@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.2796.1321519995.27778.python-list@python.org> (permalink)

Show all headers | View raw


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 comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: pymacs? Bastian Ballmann <bastian.ballmann@notch-interactive.com> - 2011-11-17 09:36 +0100

csiph-web