jmarc jmentioned,
> >>>>> "Richard" == Richard E Hawkins <[EMAIL PROTECTED]> writes:
>
> Richard> I found that I had several loose spaces before commas. I
> Richard> tried to use find/replace to replace " ," with ",", but while
> Richard> it found them correctly, it leaves the initial space, and
> Richard> places an additional space *after* the comma (generally
> Richard> harmless, as it goes away), leaving the offending space in
> Richard> position.
> Known problem, unfortunately. The problem is actually in
> cut-and-paste, I think.
oh, well. I though someone fixed it a few months ago, and figured it
had krept back in.
I had to fight with this for the mailmerge, too. iirc, it was a
matter of requiring paste to occur before cut. It may even involve two
markers, before and after the cut (pos can be the former), and the
sequence of paste, then kill to the marker, then delete the marker. I
*think* this is what i finally came to, but it's been a long time since
i've had a good look at the code, and the next good look isn't in the
next 5 weeks :)
--