[bug #61434] [man] want support for hyperlinked paragraph tags

2024-02-01 Thread G. Branden Robinson
Update of bug#61434 (group groff): Status: In Progress => Fixed Open/Closed:Open => Closed Planned Release:None => 1.24.0

[groff] 11/15: tmac/an.tmac (TP): Refactor.

2024-02-01 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit 12274bfff8473a5c9a88be8e04bccece17378dfb Author: G. Branden Robinson AuthorDate: Thu Feb 1 18:36:56 2024 -0600 tmac/an.tmac (TP): Refactor. * tmac/an.tmac (TP): Don't set up an input trap if we're bailing out of

[groff] 13/15: [man]: Refactor, giving `TP` its own trap.

2024-02-01 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit ab3dce5777ed641cf5788eeaf962ed692fa25bae Author: G. Branden Robinson AuthorDate: Thu Feb 1 19:35:15 2024 -0600 [man]: Refactor, giving `TP` its own trap. * tmac/an.tmac: Refactor. Give `TP` its own trap.

[groff] 08/15: src/roff/troff/input.cpp: Fix code style nit.

2024-02-01 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit 14453d31dc3907980cb09717d3490eb90d2de6a4 Author: G. Branden Robinson AuthorDate: Thu Feb 1 16:44:25 2024 -0600 src/roff/troff/input.cpp: Fix code style nit. * src/roff/troff/input.cpp (token::description): Fix

[groff] 06/15: [man]: Add unit test for `TP` macro.

2024-02-01 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit 509283711ea55b1a01fce01d68dabd1d557c4313 Author: G. Branden Robinson AuthorDate: Thu Feb 1 16:04:19 2024 -0600 [man]: Add unit test for `TP` macro. * tmac/tests/an_TP-works.sh: Add unit test. * tmac/tmac.am

[groff] 01/15: [troff]: Trivially refactor; rename and boolify.

2024-02-01 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit c0a18a32a68c3899f3bed1b863b476494f2df137 Author: G. Branden Robinson AuthorDate: Thu Feb 1 00:28:45 2024 -0600 [troff]: Trivially refactor; rename and boolify. * src/roff/troff/env.h (class environment): Demote

[groff] 05/15: [grotty]: Improve error diagnostic.

2024-02-01 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit f40269f35010d9baf90b83b0d70d97093a51ee71 Author: G. Branden Robinson AuthorDate: Thu Feb 1 15:52:24 2024 -0600 [grotty]: Improve error diagnostic. * src/devices/grotty/tty.cpp (tty_printer::special): Improve

[groff] 12/15: tmac/an.tmac: Refactor.

2024-02-01 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit 91d1329e361fbabbe2a3038052a2e4eadd098f10 Author: G. Branden Robinson AuthorDate: Thu Feb 1 19:05:08 2024 -0600 tmac/an.tmac: Refactor. * tmac/an.tmac: Refactor. (TH, an-write-paragraph-tag, an-input-trap,

[groff] 03/15: [man]: Refactor (pdf:curcol).

2024-02-01 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit b3e84477efb56c493d2f64eeb1f76d4417c9675f Author: G. Branden Robinson AuthorDate: Thu Feb 1 20:43:21 2024 -0600 [man]: Refactor (pdf:curcol). * tmac/an.tmac: Refactor. (an*begin-hyperlink): Before

[groff] 02/15: tmac/an.tmac: Trivially refactor.

2024-02-01 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit 5418181d1d22eef72e47b8493c861fe6bd1b088a Author: G. Branden Robinson AuthorDate: Thu Feb 1 14:41:47 2024 -0600 tmac/an.tmac: Trivially refactor. * tmac/an.tmac: Trivially refactor (an-write-paragraph-tag): Rename

[groff] 10/15: tmac/an.tmac: Refactor hyperlink management.

2024-02-01 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit bff14ae4f43cadb0019a2eadc0d13bb0ebd70445 Author: G. Branden Robinson AuthorDate: Thu Feb 1 17:39:10 2024 -0600 tmac/an.tmac: Refactor hyperlink management. * tmac/an.tmac: Refactor to distinguish visible

[groff] 14/15: tmac/an.tmac: Fix misleading example in comment.

2024-02-01 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit 39082f2e78ede8b47d95936be56a7c435ba45876 Author: G. Branden Robinson AuthorDate: Thu Feb 1 20:56:39 2024 -0600 tmac/an.tmac: Fix misleading example in comment. --- tmac/an.tmac | 2 +- 1 file changed, 1 insertion(+), 1

[groff] 07/15: tmac/an.tmac (an-end): Call `an-input-trap`.

2024-02-01 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit c8b496411970aa5db00549162a6bfc4fbfd40763 Author: G. Branden Robinson AuthorDate: Thu Feb 1 16:37:56 2024 -0600 tmac/an.tmac (an-end): Call `an-input-trap`. * tmac/an.tmac (an-end): Call `an-input-trap`. If a

[groff] 15/15: [man]: Fix Savannah #61434.

2024-02-01 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit a183afb8ab45275ea09adecd3a72c8eb7feebb21 Author: G. Branden Robinson AuthorDate: Thu Feb 1 21:49:10 2024 -0600 [man]: Fix Savannah #61434. * tmac/an.tmac: Support `UR`/`UE` and `MT`/`ME` hyperlinks as paragraph

[groff] 04/15: [man]: Revise and add test cases.

2024-02-01 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit 9ce9ef49a910700b236fbe3c839af4ca375f7d6d Author: G. Branden Robinson AuthorDate: Thu Feb 1 14:49:21 2024 -0600 [man]: Revise and add test cases. * tmac/tests/an_MT-works.sh: *

[groff] 09/15: [tests]: Migrate to more recent test conventions.

2024-02-01 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit d35a095910bf4acebb82b04de8a4737361f68798 Author: G. Branden Robinson AuthorDate: Thu Feb 1 16:55:58 2024 -0600 [tests]: Migrate to more recent test conventions. ...emitting the formatted output and updating the

[bug #61434] [man] want support for hyperlinked paragraph tags

2024-02-01 Thread G. Branden Robinson
Update of bug#61434 (group groff): Status:None => In Progress Assigned to:None => gbranden ___ Follow-up Comment #1: I've cracked it. It

Re: Ornamented Page Borders

2024-02-01 Thread Peter Schaffter
On Thu, Feb 01, 2024, Emilia Stoyanova wrote: > Do any of you have experience with creating ornamented page > borders? > > I have attached a pdf document, together with its pic(1) source > code, to illustrate exactly what I am going for. This got me thinking: How would I tackle ornamental page

Re: Milestone reached: hyperlinked man(7) documents in PDF

2024-02-01 Thread Deri
On Thursday, 1 February 2024 20:58:09 GMT G. Branden Robinson wrote: > At 2024-01-31T13:19:18+, Deri wrote: > > Oops, did not mean to send that, although it does show okular working > > properly with an .MT link. > > I concur. It seems to only go wrong if the hotspots are misconfigured > in

Re: mom example documents PDF conversions in Fedora 39 distribution

2024-02-01 Thread Bjarni Ingi Gislason
On Tue, Jan 23, 2024 at 11:32:30AM +0100, Oliver Corff wrote: > Hi, > > I just happened to notice that the PDF targets of the example documents > of mom in my /usr/share/doc/groff/examples/mom/ directory (Fedora 39) > seem to have been compiled without the -k option even though README.txt > has

Re: Milestone reached: hyperlinked man(7) documents in PDF

2024-02-01 Thread G. Branden Robinson
At 2024-01-31T13:19:18+, Deri wrote: > Oops, did not mean to send that, although it does show okular working > properly with an .MT link. I concur. It seems to only go wrong if the hotspots are misconfigured in the PDF, as I found out when accidentally regressing something in my working

Ornamented Page Borders

2024-02-01 Thread Emilia Stoyanova
Greetings everyone, Do any of you have experience with creating ornamented page borders? I have looked through the mailing list[^1] and through both mom's and utmac's documentation but I couldn't find exactly what I have in mind. I have attached a pdf document, together with its pic(1) source