Re: what I would like python.el to do (and maybe it does)

2009-06-02 Thread rustom
But since i like to do it The Right Way, I would like to let the python-mode worry about this... Sorry if this is just a bunch of obvious thoughts to most of you. Regards, Giovanni I dont see whats the problem. Heres my attempt to show you my emacs windows using python-mode (python.el

Re: what I would like python.el to do (and maybe it does)

2009-06-01 Thread Piet van Oostrum
J Kenneth King ja...@agentultra.com (JKK) wrote: JKK Well, that's the thing -- type a statement into a python interpreter and JKK you just get a new prompt. JKK LISP has a REPL, so you get some sort of feedback printed. iPython also has a REPL, but only when you enter the Python code manually

Re: what I would like python.el to do (and maybe it does)

2009-05-29 Thread J Kenneth King
Piet van Oostrum p...@cs.uu.nl writes: J Kenneth King ja...@agentultra.com (JKK) wrote: JKK I find that it does work, but unlike SLIME for lisp, it just imports the statement. JKK It confused me at first, but basically the interpreter doesn't provide JKK any feedback to emacs. JKK Try

Re: what I would like python.el to do (and maybe it does)

2009-05-28 Thread Piet van Oostrum
J Kenneth King ja...@agentultra.com (JKK) wrote: JKK I find that it does work, but unlike SLIME for lisp, it just imports the statement. JKK It confused me at first, but basically the interpreter doesn't provide JKK any feedback to emacs. JKK Try opening a python source file (start

Re: what I would like python.el to do (and maybe it does)

2009-05-25 Thread J Kenneth King
Giovanni Gherdovich giovanni.gherdov...@sophia.inria.fr writes: Hello everybody, basically I'm writing here since I cannot make my python.el work (a major mode for writing python with emacs), but I would also like to share my user experience and tell you what I think an emacs mode should