TAB completion

Stefan Heimann stefan.heimann at web.de
Sun Jul 28 11:49:35 EDT 2002


Hi!

Yigal Duppen <yduppen at xs4all.nl> wrote::

>> My problem is: How can I call the default completion function that
>> comes with the python distribution?
> 
> I think you should use the rcompleter module.

No. The library manual says:

The rlcompleter module defines a completion function for the readline
module by completing valid Python identifiers and keywords. 

I don't want to complete valid Python identifiers and keywords. I want
to complete the builting commands of my shell.

Bye Stefan



More information about the Python-list mailing list