<br><br><div><span class="gmail_quote">On 1 Jun 2006 01:14:28 -0700, <b class="gmail_sendername"><a href="mailto:andyrsmith@googlemail.com">andyrsmith@googlemail.com</a></b> <<a href="mailto:andyrsmith@googlemail.com">andyrsmith@googlemail.com
</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">If we could go back to emacs again for a second...<br><br>I'm still using emacs but have been playing with a few other ide's
<br>(wing, komodo + pydev) are the ones i've given a go recently.<br><br>However I still end up coming back to emacs for what I consider to be<br>emacs mode's piece of 'killer functionality', (well, killer for me<br>anyway :-) ) which is the C-c C-c shortcut to send the contents of the
<br>current buffer to a running interpreter. (i.e. one long-running<br>interpreter that behaves as if the entire buffer had been retyped).<br></blockquote></div><br>
Have you checked pydev extensions? It has an 'interactive console'
which can do what you just said (but different keybinding, as it would
require you to select all you want: Ctrl+A and then send it to the
buffer: Ctrl+Enter, but on the other hand, it can do much more too)<br>
<br>
You can check details at <a href="http://www.fabioz.com/pydev/manual_adv_interactive_console.html">http://www.fabioz.com/pydev/manual_adv_interactive_console.html</a><br>
<br>
If there's something missing there, you can submit a feature-request...<br>
<br>
Cheers,<br>
<br>
Fabio<br>