On Friday 09 August 2002 7:22 pm, Herbert Voss wrote:
> Angus Leeming wrote:
> > On Friday 09 August 2002 6:52 pm, Herbert Voss wrote:
> >>http://marc.theaimsgroup.com/?l=lyx-devel&m=102737398526073&w=2
> >
> > No, this one is already in.
> >
> > I'm talking about lyxsize_kind, not size_kind.
> >
> > Is the attached patch correct? I believe that it will do the trick.
>
> http://marc.theaimsgroup.com/?l=lyx-devel&m=102742975203614&w=2

Herbert, this is fundamentally incompatible with the existing code which 
reads a string for size_kind.

        } else if (token == "size_kind")  {
                lex.next();
                size_kind = getSizeKind(lex.getString());

So, let me ask again, does the patch I sent you fix the problem? I believe it 
does, but am rapidly reaching the "don't care" point.

Angus

Reply via email to