Re: [Python-mode] tab-completion in ipython requires CR after TAB.

2006-06-06 Thread Edward Loper
> However, when I try this in an ipython session inside emacs, I have to > hit TAB followed by a carriage return. The TAB actually prints to the > screen. > > Does anyone know how to prevent the tab from printing, and, how to not > require hitting enter? A quick and dirty way might be to define

[Python-mode] tab-completion in ipython requires CR after TAB.

2006-06-05 Thread Matthew Wilson
After learning the bare bones of emacs years ago, then switching to vim, I'm getting back into emacs because I hope that python-mode will better integrate the python interpreter and the editor. Anyhow, I got ipython running as my interpreter when I hit C-c !, and I switch buffers with C-x o. I re