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

2023-05-01 Thread G. Branden Robinson
Update of bug #64130 (project groff): Status:None => In Progress Assigned to:None => gbranden Summary: an.tmac does not honour -f family for headings - assumes T family. => [man] over

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

2023-05-01 Thread G. Branden Robinson
Follow-up Comment #1, bug #64130 (project groff): This bug also unnecessarily frustrates people who simply want to use a different font family to view the man page, like Palatino ('-fP') or Helvetica ('-fH). Also those are easier for me to test, and postpone the day when I need to sweat the issue

[bug #64131] [troff] read-only registers can be removed

2023-05-01 Thread G. Branden Robinson
URL: Summary: [troff] read-only registers can be removed Group: GNU roff Submitter: gbranden Submitted: Mon 01 May 2023 12:14:24 PM UTC Category: Core Severity

[bug #64131] [troff] read-only registers can be removed

2023-05-01 Thread G. Branden Robinson
Follow-up Comment #1, bug #64131 (project groff): [comment #0 original submission:] > .tm .u=\n[.u] > .u=1 > .rr .u > .tm .u=\n[.u] > .u=troff: backtrace: file '':2 > troff::2: warning: register '.u' not defined > > Seriously? > > Is this AT&T troff compatible? No, it is not. $ DWBHOME=.

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

2023-05-01 Thread Bjarni Ingi Gislason
Follow-up Comment #12, bug #62776 (project groff): [comment #10 comment #10:] [...] N.B. Your text lines are unnecessary long. When deleting lines from output, (one) "sed -e '//d' [...]" is simpler than (many) "grep -v ... || : ... Or (simpler) use a file for the regular expressions, "sed

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

2023-05-01 Thread Alejandro Colomar
Follow-up Comment #13, bug #62776 (project groff): [comment #12 comment #12:] > > [comment #10 comment #10:] > [...] > > N.B. Your text lines are unnecessary long. > > When deleting lines from output, (one) "sed -e '//d' [...]" is > simpler than (many) "grep -v ... || : ... I still need th

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

2023-05-01 Thread Alejandro Colomar
Hi Bjarni, Dave, On 5/2/23 01:15, Alejandro Colomar wrote: > Follow-up Comment #13, bug #62776 (project groff): > > > [comment #12 comment #12:] >> >> [comment #10 comment #10:] >> [...] >> >> N.B. Your text lines are unnecessary long. >> >> When deleting lines from output, (one) "sed -e '//d

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

2023-05-01 Thread Alejandro Colomar
Hi Bjarni! On 5/2/23 01:21, Alejandro Colomar wrote: > Hi Bjarni, Dave, > > On 5/2/23 01:15, Alejandro Colomar wrote: >> Follow-up Comment #13, bug #62776 (project groff): >> >> >> [comment #12 comment #12:] >>> >>> [comment #10 comment #10:] >>> [...] >>> >>> N.B. Your text lines are unnecessar