1

I've started using bpython for my python interpreting needs. I like the syntax highlighting and the tab completion mode. I'd like to get bpython working in emacs (note: simply running the bpython command in shell mode doesn't work) so that I can achieve Python nirvana. Any recommendations on how to get started writing an emacs plugin to do this?

Thanks, Bradley Powers

2
  • 2
    You're aware of python mode for Emacs, right? It has syntax highlighting as well as several completion solutions (pycomplete, autocomplete, etc). Commented Jul 25, 2011 at 21:18
  • Yes, but I like bpython and would like to use it inside of emacs... Commented Jul 26, 2011 at 14:53

1 Answer 1

2

term-mode works or are you striving for a integration with the python mode like sending code to bpython?

Sign up to request clarification or add additional context in comments.

1 Comment

Or M-x ansi-term. Maybe multi-term is also interesting for you.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.