tech@mandoc.bsd.lv
 help / color / mirror / Atom feed
* Flushed-out issue: "body argument(s) will be lost"
@ 2010-05-17 22:42 Kristaps Dzonsons
  2010-05-18 16:18 ` Joerg Sonnenberger
  0 siblings, 1 reply; 2+ messages in thread
From: Kristaps Dzonsons @ 2010-05-17 22:42 UTC (permalink / raw)
  To: tech, Jason McIntyre

I notice, in running the new code over all manuals in existence, a great 
deal of this error.  It seems to come mostly from crap between `It's in 
column lists.  I investigated.  It's bad.  Real bad.

  .Bl -column atan_(y,x)_:=____  sign(y)_(Pi_atan2(Xy_xX))___
  .It Fn atan2 y x No := Ta
  .Fn atan y/x Ta
  if
  .Ar x
  \*[Gt] 0,

mandoc has been happily throwing this away.  Obviously this is wrong. 
It seems that `It' is in fact a multi-line block level even in columns, 
and that `Ta' can be invoked arbitrarily to add new columns.

If tabs can be used after within these bodies, I'm going to be unhappy.

I'll try to work on this a bit now before sleeping.  Gross.

Kristaps
--
 To unsubscribe send an email to tech+unsubscribe@mdocml.bsd.lv

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Flushed-out issue: "body argument(s) will be lost"
  2010-05-17 22:42 Flushed-out issue: "body argument(s) will be lost" Kristaps Dzonsons
@ 2010-05-18 16:18 ` Joerg Sonnenberger
  0 siblings, 0 replies; 2+ messages in thread
From: Joerg Sonnenberger @ 2010-05-18 16:18 UTC (permalink / raw)
  To: tech; +Cc: Jason McIntyre

On Tue, May 18, 2010 at 12:42:29AM +0200, Kristaps Dzonsons wrote:
> mandoc has been happily throwing this away.  Obviously this is
> wrong. It seems that `It' is in fact a multi-line block level even
> in columns, and that `Ta' can be invoked arbitrarily to add new
> columns.

It is essentially the printf(3) issue.

> If tabs can be used after within these bodies, I'm going to be unhappy.

tabs yes, but .Ta will complain with new groff.

Joerg
--
 To unsubscribe send an email to tech+unsubscribe@mdocml.bsd.lv

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-05-18 16:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-05-17 22:42 Flushed-out issue: "body argument(s) will be lost" Kristaps Dzonsons
2010-05-18 16:18 ` Joerg Sonnenberger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).