Re: [Python-mode] pdbtrack borked in 23.2.1

2010-06-16 Thread m h
On Tue, Jun 15, 2010 at 2:37 PM, Barry Warsaw wrote: > > Please let us know! I'm not sure what happened. I tried emacs 22, python2.4/2.5/2.6. All failed to sync the buffer with pdb. It appears that py-pdbtrack-stack-entry-regexp wasn't detecting lines like so: > /tmp/testpickly.py(6)() After

Re: [Python-mode] pdbtrack borked in 23.2.1

2010-06-15 Thread Barry Warsaw
On Jun 15, 2010, at 02:30 PM, m h wrote: >Anyone else running 23.2.1? It appears that the recent update on my >gentoo box causes pdbtrack to no longer work. I'm still on 23.1.1 on Ubuntu 10.04. >I get the following message: > >pdbtrack: Traceback cue not found > >I'm assuming something changed

[Python-mode] pdbtrack borked in 23.2.1

2010-06-15 Thread m h
Anyone else running 23.2.1? It appears that the recent update on my gentoo box causes pdbtrack to no longer work. I get the following message: pdbtrack: Traceback cue not found I'm assuming something changed with M-x shell I thought I'd ask here before digging in more cheers, -matt __