Update of bug #61379 (project groff):

                  Status:             In Progress => Need Info              

    _______________________________________________________

Follow-up Comment #4:


[comment #3 comment #3:]
>   The subject "Detect ... "table wider than line" is misleading.
> 
>   "tbl" already reports that, but gives no information about the line
> length and width of the table.
> 
>   I did not see any simple way to add that information to "tbl",
> so I added it to the patch.
> 

The format-time diagnostics are constructed using `tm1` and `tmc` requests in
table.cpp.  Grepping turns them up pretty easily.


$ grep tm1 src/preproc/tbl/*
src/preproc/tbl/table.cpp:           ".  tm1 \" table row will not fit on page
\\n%\n"
src/preproc/tbl/table.cpp:         ".  tm1 \" use .TS H/.TH with a supporting
macro package\n"
src/preproc/tbl/table.cpp:         ".tm1 \" table wider than line width\n");
src/preproc/tbl/table.cpp:         ".tm1 \" table column separation set to
zero\n"
src/preproc/tbl/table.cpp:         ".tm1 \" table squeezed horizontally to fit
line length\n");


Setting to "need info"; the part I have clear idea how to deal with is already
committed.

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?61379>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/


Reply via email to