[Python-mode] completion in shell

2011-11-24 Thread Andrea Crotti
Since some time my shell completion stopped working, only today I digged to see what's going on, and I found that tab is bound to: py-shell-complete But why is that? Emacs -Q doesn't show this behaviour, but looking in python-mode code I don't see how it could happen, any idea?

Re: [Python-mode] completion in shell

2011-11-24 Thread Andreas Röhler
Am 24.11.2011 16:41, schrieb Andrea Crotti: Since some time my shell completion stopped working, only today I digged to see what's going on, and I found that tab is bound to: py-shell-complete which isn't that bad. that was fixed here https://bugs.launchpad.net/python-mode/+bug/328836 and s