Re: Emacs and pdb after upgrading to Ubuntu Feisty

2007-05-08 Thread Patricia J. Hawkins
> "l" == levander <[EMAIL PROTECTED]> writes: l> Okay, thanks Alexander and Bernstein. I'll lookinto Emacs 23, but l> I'm worried about compatibility with modes. Does all the stuff l> that works in Emacs 21 work in 23? Like even that ipython.el file, l> does it work in Emacs 23? Well...

Re: Emacs and pdb after upgrading to Ubuntu Feisty

2007-05-08 Thread Alexander Schmolck
levander <[EMAIL PROTECTED]> writes: > Okay, thanks Alexander and Bernstein. I'll lookinto Emacs 23, but I'm > worried about compatibility with modes. Does all the stuff that works > in Emacs 21 work in 23? I've switched from 21 to 23 a few weeks ago and don't recall any particular issues (an

Re: Emacs and pdb after upgrading to Ubuntu Feisty

2007-05-08 Thread levander
Okay, thanks Alexander and Bernstein. I'll lookinto Emacs 23, but I'm worried about compatibility with modes. Does all the stuff that works in Emacs 21 work in 23? Like even that ipython.el file, does it work in Emacs 23? And, I probably will report a bug to either Ubuntu's Launchpad or to Debi

Re: Emacs and pdb after upgrading to Ubuntu Feisty

2007-05-06 Thread R. Bernstein
levander <[EMAIL PROTECTED]> writes: > I've been using pdb under emacs on an Ubuntu box to debug python > programs. I just upgraded from Ubuntu Edgy to Feisty and this combo > has stopped working. Python is at 2.5.1 now, and emacs is at 21.41.1. If I had to take a guess the big change would be

Re: Emacs and pdb after upgrading to Ubuntu Feisty

2007-05-06 Thread Alexander Schmolck
levander <[EMAIL PROTECTED]> writes: > Anybody can tell me who to get pdb working under emacs on Ubuntu > Feisty? This is not a direct answer to your question, but I'd recommend you try ipython (apt-get'able) and ipython.el; (manual install). Just enter ``pdb on`` in the interactive shell to end