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

Luke Girvin
  • 13,221
  • 9
  • 64
  • 84
Bradley Powers
  • 717
  • 7
  • 19

1 Answers1

2

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

Michael Markert
  • 3,986
  • 2
  • 19
  • 19