[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Groff] Re: Local/global/my/common
From: |
Werner LEMBERG |
Subject: |
Re: [Groff] Re: Local/global/my/common |
Date: |
Tue, 06 Jan 2009 07:53:42 +0100 (CET) |
> I have a program (in C) that produces a cross-reference list of the
> names in a set of groff macro files (written for v1.15, but I'm
> attempting to update it). Written to help develop very large
> collections of macros. It attempts to find the transitive closure
> of aliases and renames. Any interest?
Sounds interesting, yes. Does it catch indirect macro definitions
like
.de \*[foo]
..
also? And what about macro definitions within macros?
Werner