K.<a> = GF(9)
K.<TAB>
is also broken.

But it's not just parents:
ZZ.<TAB> works

and it's not just the .<a> syntax:
R.<p> = Qp(5)
R.<TAB> works
David

On Tue, Feb 9, 2010 at 3:15 PM, Tom Boothby <tomas.boot...@gmail.com> wrote:

> It seems to work for some objects but not others...
>
> sage: P.<x,y> = QQ[]
> sage: x.<TAB>
>
> works as expected.
>
> On Tue, Feb 9, 2010 at 12:11 PM, Martin Albrecht
> <m...@informatik.uni-bremen.de> wrote:
> > Try this:
> >
> > sage: P.<x,y> = QQ[]
> > sage: P.<TAB>
> >
> > Nothing happens, any ideas?
> >
> > Martin
> >
> >
> > --
> > name: Martin Albrecht
> > _pgp: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x8EF0DC99
> > _otr: 47F43D1A 5D68C36F 468BAEBA 640E8856 D7951CCF
> > _www: 
> > http://www.informatik.uni-bremen.de/~malb<http://www.informatik.uni-bremen.de/%7Emalb>
> > _jab: martinralbre...@jabber.ccc.de
> >
> > --
> > To post to this group, send an email to sage-devel@googlegroups.com
> > To unsubscribe from this group, send an email to
> sage-devel+unsubscr...@googlegroups.com<sage-devel%2bunsubscr...@googlegroups.com>
> > For more options, visit this group at
> http://groups.google.com/group/sage-devel
> > URL: http://www.sagemath.org
> >
>
> --
> To post to this group, send an email to sage-devel@googlegroups.com
> To unsubscribe from this group, send an email to
> sage-devel+unsubscr...@googlegroups.com<sage-devel%2bunsubscr...@googlegroups.com>
> For more options, visit this group at
> http://groups.google.com/group/sage-devel
> URL: http://www.sagemath.org
>

-- 
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org

Reply via email to