Can emacs support auto complete of python?

Laura Creighton lac at strakt.com
Sun Jan 5 09:39:09 EST 2003


> In article <mailman.1041771677.3260.python-list at python.org>, Nadav Horesh
> wrote:
> 
> > As in IDLE -- try ALT-/
> 
> AFAIK, the only way to do this in emacs (without elisp programming) would be
> e.g. to open the module your working with in another buffer.
> 
> Dave Cook
> -- 
> http://mail.python.org/mailman/listinfo/python-list

I have some happy news for you.  If you put this line in your .emacs

(global-set-key [f3]       'dabbrev-expand)

you can get autocompleting when you press the f3 key.  Bind it to
whatever you prefer ...

Laura Creighton





More information about the Python-list mailing list