[IPython-user] Getting IPython working with NTEmacs
Fernando Perez
fperez.net@gmail....
Sun Mar 18 19:11:34 CDT 2007
On 2/11/07, DaveS <davls@telus.net> wrote:
> I had a few issues getting IPython working smoothly with NTEmacs so I
> thought I would share my findings.
> I made some changes to Debugger.py for both pdb and pydb
> compatibility. (diff attached)
[...]
> A couple of minor items in ipython.el
> * (setq py-pydbtrack-input-prompt... should be
> (setq pydb-pydbtrack-input-prompt
> * I modified py-traceback-line-re to ignore '>' marked stack frames.
> (setq py-traceback-line-re
> "\\(^[^\t >].+?\\.py\\).*\n +[0-9]+[^\00]*?\n-+> \\([0-9]+\\)+")
Thanks! I applied your patch as well as these manual fixes to
ipython.el. I don't see any problems under linux/Emacs, please let me
know how it all works and if there are any other lingering issues.
Cheers,
f
More information about the IPython-user
mailing list