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