Re: Anyone want to write an article about fonts in groff?

2023-09-01 Thread Walter Alejandro Iglesias
On Wed, Aug 16, 2023 at 06:13:03PM +0200, Walter Alejandro Iglesias wrote: > About your second point, I recently wrote this: > > http://en.roquesor.com/groff.html If anyone tried the script I share in the web page of the link, perhaps noticed that the "Usage" (it's default output with no argume

Re: [Savannah-hackers-public] stale directory in CVS-managed WWW pages for groff project

2023-09-01 Thread G. Branden Robinson
Hi Alfred, It looks like I need some coaching with CVS. It's been a long, long time since I used it daily. At 2023-08-26T14:15:55-0400, Alfred M. Szmidt wrote: >I asked my CVS checkout what the status of the former is. > >$ cvs status | grep html_node || echo NO RESULT >cvs status:

Re: [Savannah-hackers-public] stale directory in CVS-managed WWW pages for groff project

2023-09-01 Thread Alfred M. Szmidt
It looks like I need some coaching with CVS. It's been a long, long time since I used it daily. No worries, same here .. trying to recall. > $ cvsu > X manual/html_node $ cvsu cvsu: command not found I assume you had a typo, but for what, I'm not sure.

Re: [Savannah-hackers-public] stale directory in CVS-managed WWW pages for groff project

2023-09-01 Thread G. Branden Robinson
Hi Alfred, Success! At 2023-09-01T11:41:57-0400, Alfred M. Szmidt wrote: >$ cvsu [...] > Not a typo, it is part of the cvsutils package. Aha! Today I learned...(and "apt-got"). >$ cvs update -PAd > > Right, cvs update will try to add the files back. Did you do remove? > You also need

Re: [Savannah-hackers-public] stale directory in CVS-managed WWW pages for groff project

2023-09-01 Thread Alfred M. Szmidt
Thank you for your help! Happy hacking!

Re: [PATCH v2] [grotty]: Use terminfo.

2023-09-01 Thread G. Branden Robinson
At 2023-08-30T20:54:09+, Lennart Jablonka wrote: > > Subject: [PATCH v2] [grotty]: Use terminfo. > > Branden: ENQ Indeed! At 2023-08-21T21:40:18+, Lennart Jablonka wrote: > This has nothing at all to do with making it easier to customize the > look of man pages. > > Hyperlinks are still

Re: [PATCH v2] [grotty]: Use terminfo.

2023-09-01 Thread G. Branden Robinson
[self-follow-up] At 2023-09-01T12:47:58-0500, G. Branden Robinson wrote: > > + if (curr_back_idx != back_idx) { > > +putp(tparm(set_a_background, back_idx, 0, 0, 0, 0, 0, 0, 0, 0)); > > +curr_back_idx = back_idx; > > What were people thinking? It's SO MUCH CHEAPER to pass 9 longs

Re: [PATCH v2] [grotty]: Use terminfo.

2023-09-01 Thread G. Branden Robinson
At 2023-09-01T12:47:58-0500, G. Branden Robinson wrote: > I'm happy with this and will start merging. Any tweaks I make will be > in a subsequent commit, unless merging it as-is breaks the > build/tests, in which case I'll let you know. I'm letting you know. =

Re: [PATCH v2] [grotty]: Use terminfo.

2023-09-01 Thread Lennart Jablonka
Quoth G. Branden Robinson: At 2023-09-01T12:47:58-0500, G. Branden Robinson wrote: I'm happy with this and will start merging. Any tweaks I make will be in a subsequent commit, unless merging it as-is breaks the build/tests, in which case I'll let you know. I'm letting you know. Thanks! I

Re: [PATCH v2] [grotty]: Use terminfo.

2023-09-01 Thread Lennart Jablonka
Quoth G. Branden Robinson: At 2023-08-21T21:40:18+, Lennart Jablonka wrote: This has nothing at all to do with making it easier to customize the look of man pages. Hyperlinks are still marked up using OSC 8, hoping that whatever terminal sits in front of the user interprets or ignores those