[Python-mode] How to configure autocompletion?

2011-12-03 Thread Gene horodecki
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

Re: [Python-mode] How to configure autocompletion?

2011-12-03 Thread Brendan Miller
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

Re: [Python-mode] How to configure autocompletion?

2011-12-03 Thread Andreas Röhler
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