readline and TAB-completion?
Ulli Horlacher
framstag at rus.uni-stuttgart.de
Wed Nov 25 07:44:00 EST 2015
More information about the Python-list mailing list
Wed Nov 25 07:44:00 EST 2015
- Previous message (by thread): readline and TAB-completion?
- Next message (by thread): installing 3.5
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Peter Otten <__peter__ at web.de> wrote: > > Is there a way to make TAB-completion work for other directories, too? > > Remove "/" from the set of delimiters: > > readline.set_completer_delims( > "".join(c for c in readline.get_completer_delims() if c != "/")) Great! > > murksigkeiten > > I wonder what's in there ;) Fexed to you :-) -- Ullrich Horlacher Server und Virtualisierung Rechenzentrum IZUS/TIK E-Mail: horlacher at tik.uni-stuttgart.de Universitaet Stuttgart Tel: ++49-711-68565868 Allmandring 30a Fax: ++49-711-682357 70550 Stuttgart (Germany) WWW: http://www.tik.uni-stuttgart.de/
- Previous message (by thread): readline and TAB-completion?
- Next message (by thread): installing 3.5
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list