Mailing List Archive

readline completion
how is readline completion done for python with the readline module?

I looked in the readlinemodule.c and saw that ESCESC was bound to
completion but it never completes on anything for me.

cheers, Angus.
readline completion [ In reply to ]
Angus MacKay wrote:
> how is readline completion done for python with the readline module?
>
> I looked in the readlinemodule.c and saw that ESCESC was bound to
> completion but it never completes on anything for me.

http://www.python.org/doc/current/tut/node13.html
look under "key bindings"

</F>