Hi there, The INSTALL file bundled with python-mode only covers basic
install. Can I get instructions for making auto-complete work? That is
the function that I am really interested in. Thanks!
___
Python-mode mailing list
[email protected]
htt
M-TAB does does smart autocompletion in emacs.
It looks you you must (require 'pycomplete) in python-mode.el.
http://bazaar.launchpad.net/~python-mode-devs/python-mode/python-mode/view/head:/completion/pycomplete.py
It looks like both python.el and python-mode.el only do autocompletion
on objects
Am 03.12.2011 22:58, schrieb Brendan Miller:
M-TAB does does smart autocompletion in emacs.
would call that rather completion, while auto-completion starts by
themselves - just auto
BTW we are preparing it,
https://blueprints.launchpad.net/python-mode/+spec/context-sensitive-completion
se