Re: [Python-mode] TAB-completion in Python shell

2014-06-02 Thread Barry Warsaw
On Jun 02, 2014, at 09:06 AM, Andreas Röhler wrote: >completion in py-shell always was M-TAB > >However, many people switching to python-mode.el expect TAB to complete there. Seems like a reasonable change to me. Indenting is pretty rare in a shell. -Barry signature.asc Description: PGP signa

[Python-mode] TAB-completion in Python shell

2014-06-02 Thread Andreas Röhler
Hi Barry, hi all, completion in py-shell always was M-TAB However, many people switching to python-mode.el expect TAB to complete there. Here one from a bunch of reports: https://bugs.launchpad.net/python-mode/+bug/1325474 Any suggestions? Cheers, Andreas ___