Re: [Python-mode] completion in python-mode

2011-11-17 Thread Andreas Röhler
[ ... ] PS: with regards completion, my python.el uses the interactive shell by querying completions with the code defined in python-shell-completion-string-code. so it's done in python-mode.el trunk too presently. It's not the cleaner way to do it, but it does it's job. IIUC it completes

Re: [Python-mode] completion in python-mode

2011-11-17 Thread Fabián Ezequiel Gallina
On 11/05/2011 04:56 AM, Andreas Röhler wrote: Hi Fabian, while hunting https://bugs.launchpad.net/python-mode/+bug/886227 consider a merge of some parts of your python.el Completion feels faster than the stand-alone solution used several commits before. Curious to know the reasons, should