Re: [sage-combinat-devel] Re: FAQ and Thematic Tutorials for standard documentation

2010-03-24 Thread Nicolas M. Thiery
On Wed, Mar 24, 2010 at 01:06:06PM -0700, bump wrote: > OK, I have revised the #8414 patch and reposted it to the trac > server. Now lattice has become domain. Thanks! I'll try to review this soon, unless someone beats me. > I will also have to revise #8442 because of this change. > I noticed th

[sage-combinat-devel] Re: FAQ and Thematic Tutorials for standard documentation

2010-03-24 Thread bump
On Mar 23, 1:18 am, "Nicolas M. Thiery" wrote: > Yeah, I would have liked to get more feedback. Apparently there is an > (semi-implicit) agreement for ``domain``: > >http://groups.google.com/group/sage-devel/msg/9cfd6f09bcd1de2f > > > If you dislike "space" and prefer changing lattice ->

Re: [sage-combinat-devel] Bug (?) report for fixed point of word morphism

2010-03-24 Thread Vincent Delecroix
Thanks Sebastien for the ticket creation. It will be reviewed as soon as you write it ;-) Cheers, Vincent -- You received this message because you are subscribed to the Google Groups "sage-combinat-devel" group. To post to this group, send email to sage-combinat-de...@googlegroups.com. To unsub

Re: [sage-combinat-devel] Bug (?) report for fixed point of word morphism

2010-03-24 Thread Sébastien Labbé
http://trac.sagemath.org/sage_trac/ticket/8595 -- You received this message because you are subscribed to the Google Groups "sage-combinat-devel" group. To post to this group, send email to sage-combinat-de...@googlegroups.com. To unsubscribe from this group, send email to sage-combinat-devel+u

Re: [sage-combinat-devel] Bug (?) report for fixed point of word morphism

2010-03-24 Thread Sébastien Labbé
2010/3/23 Vincent Delecroix <20100.delecr...@gmail.com>: > Hi, > > I tried the following and get an unexpected error > > {{{ > sage: s = WordMorphism({'a1': ['a1','a2'], 'a2':['a1']}) > sage: s.fixed_point('a1') > Traceback > ... > KeyError: 'a' > }}} > > and it does the same for tuples > > {{{ > s