readline, rlcompleter

Mark Asbach mark.asbach at post.rwth-aachen.de
Wed Jan 12 16:34:50 EST 2005


Hi Michele,

> readline.parse_and_bind("tab: complete")
> 
> but I don't find a list of recognized key bindings. 

The python readline module just wraps the GNU Readline Library, so you
need to check the manuals of the latter. It's not that much text and
you'll find the information needed at:

http://cnswww.cns.cwru.edu/php/chet/readline/rluserman.html#SEC10

Yours,

Mark



More information about the Python-list mailing list