9 Feb 17:38
Re: problem with ipython emacs mode
Fernando Perez <fperez.net <at> gmail.com>
2010-02-09 16:38:02 GMT
2010-02-09 16:38:02 GMT
On Tue, Feb 9, 2010 at 8:19 AM, killian koepsell <koepsell <at> 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
RSS Feed