[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Is .rd implemented at all?
From: |
Keith Marshall |
Subject: |
Re: Is .rd implemented at all? |
Date: |
Tue, 15 Dec 2020 21:54:31 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.5.1 |
On 15/12/2020 20:52, Dorai Sitaram via wrote:
> Thanks, Oliver. I'm usingĀ
>
> GNU groff version 1.23.0.rc1.69-8e09f
>
> Tried your exact same file, and it just whizzes to completion without
> prompting for my input. Also on groff 1.22.4.
It works for me, on Manjaro's (Arch) groff-1.22.4, but only in the
trivial case where there are no pre-processors preceding troff, in
groff's pipeline, and primary input is from a stream other than stdin.
Okay, that's not strictly true, but .rd will be interpreted by troff,
and will read from troff's stdin, which will be the pre-processor's
stdout; to make .rd work there, you need to arrange for the .rd input to
have been already merged into the pre=processor's stdout, which may be
more trouble than it's worth.
--
HTH, Keith.
- Re: Is .rd implemented at all?, (continued)
- Re: Is .rd implemented at all?, Oliver Corff, 2020/12/17
- Re: Is .rd implemented at all?, Dorai Sitaram, 2020/12/17
- Re: Is .rd implemented at all?, Oliver Corff, 2020/12/17
- Re: Is .rd implemented at all?, Keith Marshall, 2020/12/17
- Re: Is .rd implemented at all?, Tadziu Hoffmann, 2020/12/17
- Re: Is .rd implemented at all?, Dorai Sitaram, 2020/12/17
- Re: Is .rd implemented at all?, Jim Avera, 2020/12/17
- Re: Is .rd implemented at all?, G. Branden Robinson, 2020/12/20
- Re: Is .rd implemented at all?, Dave Kemper, 2020/12/20
- Re: Is .rd implemented at all?, G. Branden Robinson, 2020/12/21
- Re: Is .rd implemented at all?,
Keith Marshall <=