Re: ripgrep author seems happy with groff_man_style(7)

2024-10-25 Thread G. Branden Robinson
At 2024-10-26T13:33:02+1100, Alexis wrote: > > The good news is, I've never yet seen a man page that actually mixed > > man(7) and mdoc(7) calls in practice. > > If i come across one, i'll let you know. :-) Thanks! Could be fun to have another opportunity (via the macro package "unloading" I pro

gropdf: warning when "mixed_pickles.pdf" is created

2024-10-25 Thread Bjarni Ingi Gislason
GROFFcontrib/hdtbl/examples/mixed_pickles.pdf Attempt to call undefined import method with arguments ("splitpath") via package "File::Spec" (Perhaps you forgot to load the package?) at /home/bg/git/groff/build/gropdf line 29. Line 29 is use File::Spec qw(splitpath); N.B. perl is now This

Re: ripgrep author seems happy with groff_man_style(7)

2024-10-25 Thread Alexis
"G. Branden Robinson" writes: https://truss.works/blog/2016/12/9/man-splained ... *sigh* The good news is, I've never yet seen a man page that actually mixed man(7) and mdoc(7) calls in practice. If i come across one, i'll let you know. :-) I admit that that's not a complaint users of

Re: ripgrep author seems happy with groff_man_style(7)

2024-10-25 Thread onf
On Thu Oct 24, 2024 at 6:46 PM CEST, G. Branden Robinson wrote: > [...] > > I tried to do this for years and the result was always sub-optimal. I > > started by using `pandoc` to reformat Markdown as a man page. Then I > > converted the docs to asciidoc and used `asciidoctor` (or `asciidoc`) > > t

Re: gropdf: warning when "mixed_pickles.pdf" is created

2024-10-25 Thread Bjarni Ingi Gislason
On Thu, Oct 24, 2024 at 11:26:58PM +0100, Deri wrote: > On Thursday, 24 October 2024 20:46:32 BST Bjarni Ingi Gislason wrote: > > GROFFcontrib/hdtbl/examples/mixed_pickles.pdf > > Attempt to call undefined import method with arguments ("splitpath") via > > package "File::Spec" (Perhaps you fo

Re: Is anything local in groff?

2024-10-25 Thread onf
On Thu Oct 24, 2024 at 1:49 PM CEST, onf wrote: > I am also attaching the (almost) original version with all the > dependencies as 'util.tmac' just in case you would find it nicer > to use (or read). Please let me know if you need help understanding > anything or if you find any bugs. Found one my

[mom] pdfmom: avoid a warning with perl 5.40.0

2024-10-25 Thread Bjarni Ingi Gislason
For perl This is perl 5, version 40, subversion 0 (v5.40.0) built for x86_64-linux-gnu-thread-multi (with 43 registered patches, see perl -V for more detail) Copyright 1987-2024, Larry Wall the line use File::Spec qw/splitpath/; needs to be use File::Spec; to avoid a warning The

Re: ripgrep author seems happy with groff_man_style(7)

2024-10-25 Thread Alexis
"G. Branden Robinson" writes: $ man groff_man_style # where the gold is :-) i find it odd, though, that the dev also wrote: On macOS, it's man mdoc. Thankfully, there is little difference between them. Like In the sense that man(7) and mdoc(7) are both collections of roff macros, s

Re: ripgrep author seems happy with groff_man_style(7)

2024-10-25 Thread G. Branden Robinson
Hi Alexis & Onf, At 2024-10-25T23:02:42+1100, Alexis wrote: > i find it odd, though, that the dev also wrote: > > > On macOS, it's man mdoc. Thankfully, there is little difference > > between them. > > Like In the sense that man(7) and mdoc(7) are both collections of > roff macros, sure. An