Emacs Python Completion

I always used Emacs for Python editing. And usually i use the ‘dabbrev-expansion’ to use auto-complete feature. After a talk w/ Phil I discover http://www.python.org/cgi-bin/moinmoin/EmacsPythonCompletion (py-complete lisp module).

This seems to be a cool stuff but i get the same error as Phil:

>>> Traceback (most recent call last):
File "<stdin>", line 1, in ?
NameError: name '__py_complete_string' is not defined

So I need to look at this another day..



Related Posts

2 thoughts on “Emacs Python Completion

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>