[IPython-user] Re: [Fwd: interpret shell tab gives possibilities for if clause]
Fernando Perez
Fernando.Perez at colorado.edu
Thu Aug 11 16:24:19 CDT 2005
[ Note that you need to be subscribed to post to the list, I'm manually
forwarding it from the auto-discard bin]
> -------- Original Message --------
> Subject: Auto-discard notification
> Date: Thu, 11 Aug 2005 09:22:25 -0500
> From: ipython-user-bounces at scipy.net
> To: ipython-user-owner at scipy.net
>
> The attached message has been automatically discarded.
> ------------------------------------------------------------------------
>
> Subject: interpret shell tab gives possibilities for if clause
> From: Vibhasan at aol.com
> Date: Thu, 11 Aug 2005 11:22:13 EDT
> To: ipython-user at scipy.net
>
> To: ipython-user at scipy.net
>
>
> Can someone disable this feature:
>
> when I use the interpreter for trying a piece of python script, I use 'if'
> clause and hitting tab gives me possibilities, I don't like that.
>
> Thanks.
You can disable readline altogether by setting
readline 0
in the config file.
Regards,
F
More information about the IPython-user
mailing list