[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #51327] [Patch] Manuals: Split lines > 80 characters into more line
From: |
Bjarni Ingi Gislason |
Subject: |
[bug #51327] [Patch] Manuals: Split lines > 80 characters into more lines |
Date: |
Sun, 30 Dec 2018 18:49:23 -0500 (EST) |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0 |
Follow-up Comment #3, bug #51327 (project groff):
The corrections were never applied, and the commit
7239885bc8f614e8ec14a5dd41c8fc6879ef0841 from 9th November 2017
introduced the bugs (man/groff_diff.7.man).
So they must be applied (to the tag of .TP) to avoid the inclusion
of '.lt' requests, that the preprocessor "eqn" adds to the source, and
then appears in the output.
The .TP macro contains the '.itc' request and so skips requests if an
'\c' is used in its tag.
Example:
.as 10 " \
.ec
.cp \n(0C
.lf 3495
\*(10
.lf 3496
The string '\*(10' contain a '\' as the last character so the next
line is included in the output.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?51327>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug #51327] [Patch] Manuals: Split lines > 80 characters into more lines,
Bjarni Ingi Gislason <=