Re: [Python-mode] [Merge] lp:~freiksenet/python-mode/hide-show-support into lp:python-mode

2010-01-18 Thread Andreas Roehler
Barry Warsaw wrote: > On Jan 18, 2010, at 2:43 AM, Andreas Roehler wrote: > >> Barry Warsaw wrote: >>> Oops, that was the wrong branch. Andreas, please review this branch >>> yourself and mark it approved if you want. Then merge this branch and push >>> it. >> OK, merged locally. Got >> >> " M

Re: [Python-mode] [Merge] lp:~freiksenet/python-mode/hide-show-support into lp:python-mode

2010-01-18 Thread Barry Warsaw
On Jan 18, 2010, at 02:25 PM, Andreas Roehler wrote: >Don't see a bug number here - it's just an extension. Going to commit >without...(?) Ah, then you don't need --fixes. It's generally good practice in the future to open a bug first, and link the branch to the bug. Plus you get more karma tha

[Python-mode] making stack traces clickable in gud.el pdb output.

2010-01-18 Thread m h
Hey Folks- I'm using pdb (from gud.el) with emacs, which is working pretty good. I've got two gripes. * After I run pdb on a testfile, the point goes to the top of the buffer * I'd like to be able to click on files in the stacktrace (on unittest failures) and have emacs open the buffer to the