bug-groff
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #61379] [tmac] Detect use of preprocessor "tbl" and "table wider th


From: G. Branden Robinson
Subject: [bug #61379] [tmac] Detect use of preprocessor "tbl" and "table wider than line"
Date: Sat, 27 Nov 2021 11:54:03 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0

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

[Prev in Thread] Current Thread [Next in Thread]