From: ralph.kammerlander <kam...@gm...> - 2006-12-28 12:04:16
|
Hi, I'm an absolute beginner with python (and emacs ...) and trying to learn something new. I am using python 2.5 under WinXP (okay, I could use an other os ...) I just wanted to use pydb with emacs, but i could only get it to work with the source buffer, when i changed (defconst gud-pydb-marker-regexp "^(\\([-a-zA-Z0-9_/.]*\\):\\([0-9]+\\)):[ \t]?" to (defconst gud-pydb-marker-regexp "^([a-zA-Z:]*\\([-a-zA-Z0-9_/\\\\.]*\\):\\([0-9]+\\)):[ \t]?" I assume that's not the right way to do it ... Could somebody help me? Ralph |