Emacs + python
Could anyone put me on the right track to developing Python with emacs please : modes to consider, debugging etc hopefully all within emacs. Any help and shared experiences much appreciated. -- http://mail.python.org/mailman/listinfo/python-list
Re: Emacs + python
Edward O'Connor <[EMAIL PROTECTED]> writes: >> Could anyone put me on the right track to developing Python with emacs >> please : modes to consider, debugging etc hopefully all within emacs. > > Personally, I prefer the python.el that ships with Emacs 22 to the > python-mode.el from python.org. It seems more like other Emacs major > modes. > > > Ted Could you extrapolate a little more on what you see as the differences? I addition, I run pdb under emacs and the GUD menu appears but I cant set break points by clicking in the left column of the source display. Is there a way to get this working? -- http://mail.python.org/mailman/listinfo/python-list
Emacs + python.
Sorry to repeat, but I had to reinstall and lost all my news. I am looking for pointers on using emacs with python. I use emacs v 22.0.91 (Ubuntu snapshot). It comes with its own python mode. The problem is that the debugger just hangs when I start it. The interpreter runs fine. Any ideas? What versions of python.el or python-mode.el or . are you using and why? Many thanks for any pointers. -- http://mail.python.org/mailman/listinfo/python-list
Re: Emacs + python.
Hadron <[EMAIL PROTECTED]> writes: > Sorry to repeat, but I had to reinstall and lost all my news. > > I am looking for pointers on using emacs with python. I use emacs v > 22.0.91 (Ubuntu snapshot). > > It comes with its own python mode. > > The problem is that the debugger just hangs when I start it. The > interpreter runs fine. Any ideas? > > What versions of python.el or python-mode.el or . are you using and > why? > > Many thanks for any pointers. I upgraded to emacs 23 from http://peadrop.com/blog/2007/01/06/pretty-emacs/ and it works fine now. Crosspost & Followup-To: gnu.emacs.help -- http://mail.python.org/mailman/listinfo/python-list
