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
_
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
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
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
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