[IPython-user] problem with ipython emacs mode
Fernando Perez
fperez.net@gmail....
Tue Feb 9 10:38:02 CST 2010
On Tue, Feb 9, 2010 at 8:19 AM, killian koepsell <koepsell@gmail.com> wrote:
> In [34]: for i in range(3): print i
> ....:
> 0
> 1
> 2
>
> In [35]: for i in range(3):
> ....: print i
>
> Display all 293 possibilities? (y or n)
> ------------------------------------------------------------
> File "<ipython console>", line 2
> t i
> ^
> SyntaxError: invalid syntax
That looks really weird, and I have no idea, sorry.
It's a shame that somehow we've managed to damage our emacs support
without noticing late enough that finding the source of the problem
isn't easy. Anyone who is willing to try and understand/fix this
problem will get a lot of gratitude from us.
Cheers,
f
More information about the IPython-user
mailing list