Hi, how can I get the tab completion in IPython to work in a case- insensitive way? I'd really like to get: Foo.a[TAB][TAB] Foo.amethod Foo.AnotherMethod Is it a readline thing or a IPython thing? Cheers, Andrea