[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #50016] grog 1.22.3 fails to recognize mom documents.
From: |
G. Branden Robinson |
Subject: |
[bug #50016] grog 1.22.3 fails to recognize mom documents. |
Date: |
Wed, 3 May 2017 09:48:23 -0400 (EDT) |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0 |
Update of bug #50016 (project groff):
Status: None => Fixed
Open/Closed: Open => Closed
_______________________________________________________
Follow-up Comment #1:
This appears to be fixed in git. It looks like Bernd Warken, back in 2014,
fixed the problems you identified in your report.
Here's an example on my Debian Stretch system on amd64, where "local-grog" is
grog build from the HEAD of master in groff's git repo.
$ find -name "*.mom" | while read F; do echo $F; local-grog "$F"; done
./contrib/mom/examples/typesetting.mom
man requests found, but file name extension was: mom
groff -T ps -man ./contrib/mom/examples/typesetting.mom
./contrib/mom/examples/letter.mom
groff -T ps ./contrib/mom/examples/letter.mom
./contrib/mom/examples/sample_docs.mom
groff -T ps ./contrib/mom/examples/sample_docs.mom
./contrib/mom/examples/mon_premier_doc.mom
groff -T ps ./contrib/mom/examples/mon_premier_doc.mom
./contrib/mom/examples/mom-pdf.mom
groff -T ps ./contrib/mom/examples/mom-pdf.mom
./doc/automake.mom
groff -T ps -mom ./doc/automake.mom
Here's output from Debian's groff 1.22.3:
$ find -name "*.mom" | while read F; do echo $F; grog "$F"; done
./contrib/mom/examples/typesetting.mom
Undefined subroutine &main::err called at /usr/lib/groff/grog/subs.pl line
995.
./contrib/mom/examples/letter.mom
groff ./contrib/mom/examples/letter.mom
./contrib/mom/examples/sample_docs.mom
groff ./contrib/mom/examples/sample_docs.mom
./contrib/mom/examples/mon_premier_doc.mom
groff ./contrib/mom/examples/mon_premier_doc.mom
./contrib/mom/examples/mom-pdf.mom
groff ./contrib/mom/examples/mom-pdf.mom
./doc/automake.mom
groff -mom ./doc/automake.mom
This is pretty gross and it would be nice if we could do a release soon to get
this fix out into the world.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?50016>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug #50016] grog 1.22.3 fails to recognize mom documents.,
G. Branden Robinson <=