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.e

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

2009-06-01 Thread J Kenneth King
Piet van Oostrum writes: >> J Kenneth King (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

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

2009-06-01 Thread Piet van Oostrum
> J Kenneth King (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 in the iPy

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

2009-05-29 Thread J Kenneth King
Piet van Oostrum writes: >> J Kenneth King (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

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

2009-05-28 Thread Piet van Oostrum
> J Kenneth King (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 python-mode if yo

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

2009-05-25 Thread J Kenneth King
Giovanni Gherdovich 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 do, why do I like them > and h

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

2009-05-25 Thread Arnaud Delobelle
Giovanni Gherdovich writes: > Hello everybody, Hi > (well, it's python-send-buffer, so maybe not a single > line but the whole buffer; the closest to my needs, anyway). > However: I open my Emacs, issue M-x python-mode, > then M-x run-python to have the interpreter in > a second buffer, I type

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

2009-05-25 Thread Giovanni Gherdovich
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 do, why do I like them and hopefully have some feedbacks to see if I mis