[IPython-user] leopard readline fix doesn't like 'b'
Gavin Huttley
gavin.huttley@anu.edu...
Fri Jan 18 20:02:34 CST 2008
exactly!
If I typed 'aba = 1' I got
In [1]: aa=1
I've now figured it out -- it relates to having edited ~/.ipython/
ipy_user_conf.py to include the following:
import readline
readline.parse_and_bind ("bind ^I rl_complete")
after commenting out those lines the letter 'b' can be typed, and now
I'm not lucky ;)
I also neglected to say thanks to Ludwig for resolving the readline
problem.
cheers,
gavin
On 18/01/2008, at 11:17 PM, Steve Lianoglou wrote:
> Hi,
>
>> this one is bizarre. Having installed the recently suggested
>> readline fix as per the instructions at http://ipython.scipy.org/moin/InstallationOSXLeopard
>> I get lovely tab completion but the letter 'b' cannot be typed??
>>
>> no other issues with the letter 'b', as evidenced by it's inclusion
>> in this email!
>>
>> Anyone else getting this behaviour or am I just lucky?
>
> I don't know if this is good news or not, but it seems that you are
> lucky :-)
>
> Unless I'm misunderstanding what you mean, my IPython w/ the Leopard
> fix doesn't exhibit this behavior. For instance, I can do this:
>
> -------------------------
> Python 2.5.1 (r251:54863, Oct 5 2007, 21:08:09)
> Type "copyright", "credits" or "license" for more information.
>
> IPython 0.8.3.svn.r2919 -- An enhanced Interactive Python.
> ? -> Introduction and overview of IPython's features.
> %quickref -> Quick reference.
> help -> Python's own help system.
> object? -> Details about 'object'. ?object also works, ?? prints
> more.
>
> In [1]: aba = 1
>
> In [2]: aaa = 2
>
> In [3]: abc = 3
>
> In [4]: aba
> Out[4]: 1
>
> In [5]: abc
> Out[5]: 3
>
> In [6]: badletters = 10
>
> In [7]: badletters
> Out[7]: 10
>
> -----------------------------
>
> Are you saying that you can't?
>
> -steve
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ipython.scipy.org/pipermail/ipython-user/attachments/20080119/60f4a690/attachment.html
More information about the IPython-user
mailing list