[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Groff] Debugging info
From: |
Werner LEMBERG |
Subject: |
Re: [Groff] Debugging info |
Date: |
Mon, 19 Jan 2009 15:41:55 +0100 (CET) |
> Would like to see strings, not their lengths, and macros/request
> (e.g. .he and .fo in -me) in a bigger detail. Any way get these
> things?
No. You have to keep track of them by yourself, cf. the `Rd' macro in
the mdoc package. What's possible is to write or extend a request to
print out the defined macros. Strings and diversions, however, can
contain already formatted data; for such cases it would be necessary
to display the internal node representation, something most users
would rather find irritating, I believe.
Werner