Re: interfacing python with emacs

2011-02-17 Thread Andrea Crotti
Il giorno 17/feb/2011, alle ore 16.14, andrea crotti ha scritto: > Not ready yet but the structure of the python and elisp files is more or less > there: > git://github.com/AndreaCrotti/empathy.git > > Feel welcome for any comments/hints. > > About the communication between the processes I thi

Re: interfacing python with emacs

2011-02-17 Thread andrea crotti
Not ready yet but the structure of the python and elisp files is more or less there: git://github.com/AndreaCrotti/empathy.git Feel welcome for any comments/hints. About the communication between the processes I think I'll use stdin/out too, since it comes quite natural using emacs sub-processes.

interfacing python with emacs

2011-02-16 Thread Andrea Crotti
I decided that I finally want to get auto-completion and other really cool things for my python/emacs environment. Rope also looks really great and being able to refactor easily would really be a dream :) (no more excuses from java developers then) http://rope.sourceforge.net/ Pymacs is already