Ken Hornstein <[email protected]> writes:
>>That's what I tried to address with a lock-and-read-again (below)

>Hm.  You know ... I never really understood the point of private sequences.
>Why are they used?  _Do_ people use them?

I do. I like having everything in a single file, where I can see and grok
it all and sometime edit it. Also, I sometime use the bash function:

newmh ()
{
    local oldContext="${MHCONTEXT-context}";
    local path=`mhpath +`;
    export MHCONTEXT=,"$oldContext.$$";
    cp "$path/$oldContext" "$path/$MHCONTEXT"
}

    Norman Shapiro

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

Reply via email to