Christopher Jenness

Results 13 comments of Christopher Jenness

It's basically just using the elpy functions to send selections to the REPL. Which is basically just a call to a function in python-mode.

Here are the basics: - `elpy-shell-get-or-create-process` can essentially be removed (since it just checks for an inferior python process). If you want to keep that functionality, check for a process...

I think this is a great idea. If you look back at earlier commits, I originally started with this idea, but since the library was so small, I removed it....