[IPython-user] custom tab completer and pipes
Ville M. Vainio
vivainio@gmail....
Wed Sep 17 14:48:22 CDT 2008
On Wed, Sep 17, 2008 at 10:18 PM, chadrik <chadrik@gmail.com> wrote:
> import readline
> delim = readline.get_completer_delims()
> delim = delim.replace('|', '') # remove pipes
> readline.set_completer_delims(delim)
What platform are you on?
On linux (ubuntu hoary), I get:
[~/ipython]|100> readline.get_completer_delims()
<100> ' \n\t'
I would really like to make that the default completer_delims for all
platforms. This stuff should be dictated by ipython, not readline.
--
Ville M. Vainio
http://tinyurl.com/vainio
More information about the IPython-user
mailing list