bug-groff
[Top][All Lists]
Advanced

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

[bug #63449] [tbl] causes grotty to complain "character above first line


From: G. Branden Robinson
Subject: [bug #63449] [tbl] causes grotty to complain "character above first line discarded"
Date: Tue, 10 Jan 2023 14:32:27 -0500 (EST)

Update of bug #63449 (project groff):

                  Status:                   Fixed => In Progress            
             Open/Closed:                  Closed => Open                   

    _______________________________________________________

Follow-up Comment #3:

The fix in comment #2 was not complete enough.

These 2 cases may be exhibiting the same issue, but both should be tested. 
(The first lacks a vertical rule column classifier at the left edge of the
table; the second has one.)

Input:


$ cat ATTIC/table-too-tall-1.roff 
.ll 64n
.nf
1234567890123456789012345678901234567890123456789012345678901234
.fi
.TS
L L L L L |.
abandoning      babysitter      cablecasts      dachshunds      earmarkingX
.TE
.pl \n(nlu

$ cat ATTIC/table-too-tall-2.roff 
.ll 64n
.nf
1234567890123456789012345678901234567890123456789012345678901234
.fi
.TS
| L L L L L |.
abandoning      babysitter      cablecasts      dachshunds      earmarkingX
.TE
.pl \n(nlu



Output:


$ ./build/test-groff -t -T ascii ATTIC/table-too-tall-1.roff 
1234567890123456789012345678901234567890123456789012345678901234
                                                                |
abandoning   babysitter   cablecasts   dachshunds   earmarkingX |
$ ./build/test-groff -t -T ascii ATTIC/table-too-tall-2.roff 
ATTIC/table-too-tall-2.roff:7: warning: table wider than line length minus
indentation
1234567890123456789012345678901234567890123456789012345678901234
|                                                                |
|abandoning   babysitter   cablecasts   dachshunds   earmarkingX |



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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