[Python-mode] Completion of symbols defined in current buffer

2014-09-01 Thread Andreas Röhler
Hi Barry, being inclined to drop that feature https://bugs.launchpad.net/python-mode/+bug/1001328 Emacs provides dabbrev-expand, which is Python-agnostic but fairly effectiv. Otherwise the buffers content needs to be evaluated - with means, it must be correct already. WDYT? Andreas _

Re: [Python-mode] Completion of symbols defined in current buffer

2014-09-01 Thread Barry Warsaw
On Sep 01, 2014, at 06:02 PM, Andreas Röhler wrote: >being inclined to drop that feature > >https://bugs.launchpad.net/python-mode/+bug/1001328 > >Emacs provides dabbrev-expand, which is Python-agnostic but fairly effectiv. >Otherwise the buffers content needs to be evaluated - with means, it must

Re: [Python-mode] Completion of symbols defined in current buffer

2014-09-01 Thread Urs Fleisch
Hi Andreas, Barry, Hi Emacs-Pythonistas, >>being inclined to drop that feature >> >>https://bugs.launchpad.net/python-mode/+bug/1001328 >> >>Emacs provides dabbrev-expand, which is Python-agnostic but fairly >>effectiv. Otherwise the buffers content needs to be evaluated - with >>means, it must be

Re: [Python-mode] Completion of symbols defined in current buffer

2014-09-01 Thread Andreas Röhler
On 01.09.2014 21:24, Urs Fleisch wrote: Hi Andreas, Barry, Hi Emacs-Pythonistas, being inclined to drop that feature https://bugs.launchpad.net/python-mode/+bug/1001328 Emacs provides dabbrev-expand, which is Python-agnostic but fairly effectiv. Otherwise the buffers content needs to be evalu

Re: [Python-mode] Completion of symbols defined in current buffer

2014-09-01 Thread Andreas Röhler
Just a remark: `py-load-pymacs-p' addresses Pymacs-files inlined by python-mode, not a Pymacs installed by running `make'. To be precise: an inlined Pymacs is shipped with lp:python-mode/components-python-mode but was removed from trunk. While contributed files providing completion as me