[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Groff] Re: gpic bug
From: |
Werner LEMBERG |
Subject: |
[Groff] Re: gpic bug |
Date: |
Thu, 02 May 2002 09:15:18 +0200 (CEST) |
> The current rules for attributes say:
> ...
> | WITH CORNER { makeiattr(WITH, $2); }
> | WITH '.' PLACENAME
{ makeoattr(PLACE, getblock(getlast(1,BLOCK), $3)); }
> | WITH '.' PLACENAME CORNER
> { makeoattr(PLACE, getpos(getblock(getlast(1,BLOCK), $3), $4)); }
> | WITH position { makeoattr(PLACE, $2); }
> ...
This is much more than documented in CSTR 116. Please show me the
definition of `CORNER' and `PLACENAME'.
> Can you give me an example of what you think doesn't work with the
> AT&T pic?
According to CSTR 116, `WITH position' isn't possible. So the
questions changes to: `Where are those extensions documented?' and
`If those extensions are not documented, shall I support them?'
William mentioned that he has an updated pic documentation. Is this
available online so that I have a reference?
Thanks for digging this out.
Werner
[Groff] Re: GNU pic grammar, Werner LEMBERG, 2002/05/06
[Groff] Re: gpic bug,
Werner LEMBERG <=
[Groff] Re: gpic bug, Russ Cox, 2002/05/02
[Groff] Re: gpic bug, Werner LEMBERG, 2002/05/14
[Groff] Re: gpic bug, Russ Cox, 2002/05/14
[Groff] Re: gpic bug, Werner LEMBERG, 2002/05/17