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 -- http://mail.python.org/mailman/listinfo/python-list