Hi Ken,

> You know, just out loud ... it wouldn't surprise me if it only happens
> with lines that start with "#"; I bet even though directives are
> turned off, it's seeing a backslash as the directive line continuation
> character.

Indeedy.  But presumably Tom is running with -nodirectives or uses an
`#off' in his draft?

    $ cat in
    before
    #define FOO \
        bar \
        xyzzy
    after
    $
    $ mhbuild - <in
    mhbuild: unknown directive "#define"
    $
    $ mhbuild -nodirectives - <in
    MIME-Version: 1.0
    Content-Type: text/plain; charset="us-ascii"
    Content-ID: <[email protected]>

    #define FOO     bar     xyzzy
    after

`before' goes AWOL too, but perhaps that's expected.

Cheers, Ralph.

_______________________________________________
Nmh-workers mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/nmh-workers

Reply via email to