Follow-up Comment #7, bug #66815 (group groff): [comment #4 comment #4:] > [comment #3 comment #3:] >> Thanks! As a curious side effect, this has enhanced the PSPIC output for -a >> as well.
>> $ echo '.PSPIC doc/gnu.eps' | groff-latest -a
>> <beginning of page>
>> doc/gnu.eps
>> In older groff builds, the last line above was blank.
>
> Weird--for me it still is blank.
Mystery solved. My working copy races ahead of what's pushed.
$ git checkout 2a182b27792cbda74235fe10fe792464f0cfeef8
$ make -C build -j troff
make: Entering directory '/home/branden/src/GIT/groff/build'
cd .. && /bin/bash /home/branden/src/GIT/groff/build-aux/missing
automake-1.16 --gnu Makefile
cd . && /bin/bash ./config.status Makefile depfiles
config.status: creating Makefile
config.status: executing depfiles commands
CXX src/roff/troff/div.o
CXX src/roff/troff/env.o
CXX src/roff/troff/input.o
CXX src/roff/troff/node.o
CXX src/roff/troff/number.o
CXX src/roff/troff/reg.o
CXXLD troff
make: Leaving directory '/home/branden/src/GIT/groff/build'
$ echo '.PSPIC doc/gnu.eps' | tg -a
<beginning of page>
doc/gnu.eps
>
> +verbatim+
> $ echo '.PSPIC doc/gnu.eps' | ./build/test-groff -a
> <beginning of page>
>
> $ printf 'A\n.PSPIC doc/gnu.eps\nB\n' | ./build/test-groff -a
> <beginning of page>
> A
>
> B
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?66815>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
signature.asc
Description: PGP signature
