[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Groff] Several file arguments to groff
From: |
Bernd Warken |
Subject: |
Re: [Groff] Several file arguments to groff |
Date: |
Mon, 21 Oct 2002 23:12:57 +0200 |
User-agent: |
Mutt/1.2.5i |
On Sun, Oct 20, 2002 at 11:48:07AM +0200, Werner LEMBERG wrote:
>
> > If the file arguments use different macro packages, groff usually
> > generates many errors. For example, try
> >
> > groff -man man/groff.man -me doc/meintro.me -ms doc/pic.ms -Tlatin1
> >
> > in groff's top source directory. This produces many wrong macro
> > usages and error reports, being just a bit different if the sequence
> > of the arguments is changed.
>
> Indeed, this will fail. But the main reason is not groff but the
> function used to parse the command line arguments: GNU's getopt. It
> sorts options and non-options (the latter coming first). For the
> above command line, groff sees this:
>
> groff -man -me -ms -Tlatin1 man/groff.man doc/meintro.me doc/pic.ms
>
If getopt() is replaced by a better option hadler, would that be
enough for groff to generate a suitable output for all such kinds of
files with different macro packages?
> > Fixing is easy for `grog',
>
> How shall grog be fixed?
>
Writing a shell program that runs the awk grog for every file argument.
Bernd Warken
- [Groff] Several file arguments to groff, Bernd Warken, 2002/10/19
- Re: [Groff] Several file arguments to groff,
Bernd Warken <=
- Re: [Groff] Several file arguments to groff, Werner LEMBERG, 2002/10/21
- Re: [Groff] Several file arguments to groff, Bernd Warken, 2002/10/22
- Re: [Groff] Several file arguments to groff, Bernd Warken, 2002/10/22
- Message not available
- Re: [Groff] Several file arguments to groff, Bernd Warken, 2002/10/22
- Re: [Groff] Several file arguments to groff, T. Kurt Bond, 2002/10/22
- Re: [Groff] Several file arguments to groff, Bernd Warken, 2002/10/22
- Re: [Groff] Several file arguments to groff, Werner LEMBERG, 2002/10/23
- Re: [Groff] Several file arguments to groff, T. Kurt Bond, 2002/10/22
- Re: [Groff] Several file arguments to groff, Larry Kollar, 2002/10/22
Re: [Groff] Several file arguments to groff, Ralph Corderoy, 2002/10/29