Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #99443
| From | Ulli Horlacher <framstag@rus.uni-stuttgart.de> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: readline and TAB-completion? |
| Date | 2015-11-25 12:44 +0000 |
| Organization | University of Stuttgart, FRG |
| Message-ID | <n34aeg$h37$1@news2.informatik.uni-stuttgart.de> (permalink) |
| References | <n33mde$bgg$1@news2.informatik.uni-stuttgart.de> <mailman.63.1448444665.20593.python-list@python.org> |
Peter Otten <__peter__@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@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/
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
readline and TAB-completion? Ulli Horlacher <framstag@rus.uni-stuttgart.de> - 2015-11-25 07:02 +0000
Re: readline and TAB-completion? Peter Otten <__peter__@web.de> - 2015-11-25 10:44 +0100
Re: readline and TAB-completion? Ulli Horlacher <framstag@rus.uni-stuttgart.de> - 2015-11-25 12:44 +0000
csiph-web