Hrvoje Niksic writes:
Colin Rafferty <craffert(a)ms.com> writes:
> My basic problem is that I am copying strings from a buffer and
> writing them out.
Why don't you use `buffer-substring-no-properties', then? It
seems
most suited for this operation.
That's a very good idea. However, I'm getting the string in one
place, and handling it in a different place. All that `b-s-n-p' does
is call the blasphemous `set-text-properties', so I don't feel that
bad.
--
Colin