>>>>> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
>>>>> "Michael" == Michael Gerz <[EMAIL PROTECTED]> writes:
Michael> In other words, you want me to introduce some
Michael> enum AcceptReject { ACCEPT, REJECT }
Michael> and pass it as parameter, right?
Jean-Marc> I am sorry that I did not answer in time. To try to
Jean-Marc> compensate, here is a patch showing what I mean. The idea
Jean-Marc> is to use the complete symmetry between accept and reject:
Jean-Marc> - accept: remove DELETED chunks, keep INSERTED chunks
Jean-Marc> - reject: remove INSERTED chunks, keep DELETED chunks
I tried to continue the patch in Paragraph::Pimpl, but I see there is
an asymmetry there about nested insets. Could you explain the
rationale for that?
JMarc