implementing K-P in a macro (was Re: Mission statement and Knuth-Plass reconsidered)

2023-05-07 Thread Dave Kemper
On 5/6/23, G. Branden Robinson wrote: > Myself, I wonder if K-P couldn't be implemented above the formatter > itself, using a diversion. We could then put the implementation in an > auxiliary macro package. Since I have plans to attack our facilities > for diversion re-processing anyway, it

[bug #64105] [eqn] off-by-one error in line numbering

2023-05-07 Thread G. Branden Robinson
Update of bug #64105 (project groff): Severity: 3 - Normal => 4 - Important ___ Follow-up Comment #3: Kicking up to Important severity because this is a regression from groff 1.22.4. (This is mainly

[bug #64130] [man] overrides troff's '-f' option

2023-05-07 Thread G. Branden Robinson
Update of bug #64130 (project groff): Severity: 3 - Normal => 4 - Important ___ Follow-up Comment #3: Kicking Severity up to Important since this is a regression from groff 1.22.4.

[bug #64061] pdfpic.tmac requires non-standard sed feature

2023-05-07 Thread G. Branden Robinson
Follow-up Comment #18, bug #64061 (project groff): Updated fix on branch (does not expand test cases as mused about in comment #17). commit 15ca5031a84d98a195403de89bf33a0b96c032a7 Author: G. Branden Robinson Date: Mon Apr 17 16:41:33 2023 -0500 [pdfpic]: Fix Savannah #64061. *

[bug #64104] [troff] you can set the escape, control, and no-break control characters to the same thing

2023-05-07 Thread G. Branden Robinson
Update of bug #64104 (project groff): Status:None => In Progress Assigned to:None => gbranden ___ Reply to this item at:

Re: device-dependent warnings

2023-05-07 Thread G. Branden Robinson
Hi Alex, At 2023-05-07T22:42:05+0200, Alejandro Colomar wrote: > $ make build-pre-tbl >/dev/null > $ grep 'table wider' .tmp/man/man4/console_codes.4.eqn > . tm1 " table wider than line length minus indentation > . tm1 " table wider than line length minus indentation > . tm1 " table wider than

Re: Prefix for warnings (was: device-dependent warnings)

2023-05-07 Thread G. Branden Robinson
Hi Alex, At 2023-05-07T20:13:54+0200, Alejandro Colomar wrote: > On 5/7/23 04:20, G. Branden Robinson wrote: > > I'm following the GNU Coding Standards here. > > > > https://www.gnu.org/prep/standards/standards.html#Errors > > Oh yeah, those. I guess I can't argue much against that practice >

[bug #62776] [troff] want "style" warning category for self-deceptive inputs

2023-05-07 Thread Dave
Follow-up Comment #16, bug #62776 (project groff): [comment #15 comment #15:] > I find this to be a deficiency in Texinfo's terminal rendering. Yeah, I suspected little could be done about it. Thanks for confirming. ___ Reply to this

Re: device-dependent warnings

2023-05-07 Thread Alejandro Colomar
On 5/7/23 03:59, G. Branden Robinson wrote: > Hi Alex, > > At 2023-05-03T00:21:33+0200, Alejandro Colomar wrote: >> On 5/2/23 17:10, G. Branden Robinson wrote: >>> There isn't really any such thing as a device-dependent warning, >>> unless you count those thrown by the output driver itself,

Re: Prefix for warnings (was: device-dependent warnings)

2023-05-07 Thread Alejandro Colomar
On 5/7/23 04:20, G. Branden Robinson wrote: > Hi Alex, > > At 2023-05-03T01:26:55+0200, Alejandro Colomar wrote: >>> troff:man3/unlocked_stdio.3:123: warning [p 2, 1.8i, div '3tbd1,0', 0.3i]: >>> cannot break line >>> >>> an.tmac:man4/cciss.4:164: style: blank line in input >>> >>>

[bug #64155] specifying -fZD on command line generates warnings

2023-05-07 Thread Deri James
Follow-up Comment #9, bug #64155 (project groff): I don't think CJK fonts have I or BI variants (but they can have R and B). To view Japanese man pages something like this is used:- groff -Tpdf -man -dHF=MB -kt -mja -fM -dpaper=a4 -P-pa4 groff.7 > groff.7.pdf So it probably would be better to

[bug #64155] specifying -fZD on command line generates warnings

2023-05-07 Thread G. Branden Robinson
Follow-up Comment #8, bug #64155 (project groff): [comment #7 comment #7:] > Thus "ZD" is accepted as a family name, > as the letter "R" is interpreted as meaning a roman font. [and on the 'ps' device, a "ZDR" font description actually exists] I noticed this myself, and is one reason I

[bug #64155] specifying -fZD on command line generates warnings

2023-05-07 Thread Bjarni Ingi Gislason
Follow-up Comment #7, bug #64155 (project groff): My "solution" has a side effect, so it can't be integrated into the software. If an input file is used with some characters, then it turns out, that the font "ZDR" is used. Thus "ZD" is accepted as a family name, as the letter "R" is

Re: [groff] 14/23: gropdf(1), pdfmom(1): Update authorship credits.

2023-05-07 Thread Deri
On Sunday, 7 May 2023 13:26:21 BST G. Branden Robinson wrote: > My intention was to be unambiguous without being repetitive. In theory, > there's little risk of confusing you with your sister unless she also > contributes code to pdfmom(1). :) > > What would you recommend? > > Regards, >

Re: Mission statement and Knuth-Plass reconsidered

2023-05-07 Thread Deri
On Sunday, 7 May 2023 03:57:57 BST G. Branden Robinson wrote: > Not enough information to check signature validity. Show Details > > At 2023-04-30T02:42:33-0500, Dave Kemper wrote: > > On 4/27/23, Douglas McIlroy wrote: > > > "Semantic newline" warnings are relatively innocuous. The occasional

[groff] 01/01: doc/groff.texi: Further revise .sp, \x, \n[.a].

2023-05-07 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit 417431cba244a353a30f1b0644d0f660ebeb64fd Author: G. Branden Robinson AuthorDate: Sun May 7 07:28:12 2023 -0500 doc/groff.texi: Further revise .sp, \x, \n[.a]. * Shift example of `sp` interaction with traps to

Re: [groff] 14/23: gropdf(1), pdfmom(1): Update authorship credits.

2023-05-07 Thread G. Branden Robinson
[dropping groff-commit] Hi Deri, At 2023-05-07T13:10:09+0100, Deri wrote: > > diff --git a/src/devices/gropdf/pdfmom.1.man > > b/src/devices/gropdf/pdfmom.1.man index 1b3dc014a..08d789c54 100644 > > --- a/src/devices/gropdf/pdfmom.1.man > > +++ b/src/devices/gropdf/pdfmom.1.man > > @@ -186,7

Re: [groff] 14/23: gropdf(1), pdfmom(1): Update authorship credits.

2023-05-07 Thread Deri
On Sunday, 7 May 2023 01:58:17 BST G. Branden Robinson wrote: > gbranden pushed a commit to branch master > in repository groff. > > commit b0971dc17a11490347e232dcb1cbd21364377a8f > Author: G. Branden Robinson > AuthorDate: Fri May 5 08:30:09 2023 -0500 > > gropdf(1), pdfmom(1): Update

Re: [groff] 14/23: gropdf(1), pdfmom(1): Update authorship credits.

2023-05-07 Thread Deri
On Sunday, 7 May 2023 01:58:17 BST G. Branden Robinson wrote: > gbranden pushed a commit to branch master > in repository groff. > > commit b0971dc17a11490347e232dcb1cbd21364377a8f > Author: G. Branden Robinson > AuthorDate: Fri May 5 08:30:09 2023 -0500 > > gropdf(1), pdfmom(1): Update