On Fri, Jul 29, 2011 at 05:37:41PM +0200, Werner LEMBERG wrote:
>       :
> > The other day I was thinking of creating, as a first step, a set of
> > overlay macros for things like groff_mm (my macro package of choice)
> > to ease the burden of learning and understanding it:
> >
> >         .mm_AbstractStart  .AS
> >         .mm_AbstractEnd    .AE
> >                 :           :
> 
> Since mm isn't intended to be used with any other main macro package,
> I would omit the `mm_' prefix completely.

I use mm, my own Foveal mm extensions, raw *roff, and things I've picked up
from the discussion list.  For my own sanity, I would opt to mark the
names with a package_prefix:

        groff -mm -mFm -mSinglePage ...

                .roff_Space
                .roff_TitleLength
                        :
                .mm_AbstractStart
                        :
                .Fm_Address_fold_start
                        :
                .SinglePage

-- 
 Mike Bianchi

Reply via email to