emacs python mode completion

Sean 'Shaleh' Perry shalehperry at attbi.com
Fri Apr 12 03:08:08 EDT 2002


On 11-Apr-2002 Mark McEahern wrote:
> Python mode in emacs has the nice syntax coloring and all, but what would be
> really great is if I could press tab or something and have it complete
> statements.  I found this thread where Guido replied and pointed out
> rlcompleter and the like for the interactive interpreter:
> 
> 
> http://groups.google.com/groups?hl=en&selm=199801111855.NAA21082%40eric.CNRI
> .Reston.Va.US
> 
> Is there a tool for emacs that does Python command completion?
> 

Doing that would require a python interpreter unless you limit it to language
keywords and perhaps __builtins__.





More information about the Python-list mailing list