>>>>> "Kayvan" == Kayvan A Sylvan <[EMAIL PROTECTED]> writes:
I see Lars commited the patch. I have a few remarks nevertheless:
>> Why don't you output a space i nthis case?
Kayvan> Because this causes the space (handled by the next case) to be
Kayvan> output twice.
Right. Sorry.
>> + (simpleTeXSpecialChars): Simply print the input character without
>> + any special translation if pass_thru is set.
>>
>> And what about special characters like insets/newlines/hfill?
Kayvan> They seem to be handled correctly (or they just don't show up
Kayvan> in Scrap paragraphs).
>> What about font changes?
Kayvan> They are nonsensical in scraps.
That's what I mean: we should make sure that all these things are not
handled. And what about using Paragraph::asString() directly instead
of calling Paragraph::simpleTeXOnePar in this case? We would be sure
text is really wrote through.
JMarc