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 at global scope. Ropemacs has more comprehensive autocompletion I believe: http://rope.sourceforge.net/ropemacs.html For some reason ropemacs uses M-/ for autocompletion (which is nonstandard as M-/ should do a different kind of completion). On Sat, Dec 3, 2011 at 1:43 PM, Gene horodecki <[email protected]> wrote: > 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] > http://mail.python.org/mailman/listinfo/python-mode _______________________________________________ Python-mode mailing list [email protected] http://mail.python.org/mailman/listinfo/python-mode
