>>>> "AP" == Andy Piper <andy(a)xemacs.org>
writes:
AP> At 11:13 PM 8/21/00 -0400, Jeff Miller wrote:
> that did seem to fix most of it. but i was still getting some of
the
> same lossage when a very large file was fontified.
Hello Andy,
AP> Do you mean outside of VM?
yes, outside of vm. I have not gotten any within vm since i added
your patch.
here is the scenario. I have saved of 2 two web pages which have one
uuencoded file split between them.
so i bring each into a buffer, remove the html from the top and bottom
of each file.
then i "insert-buffer" the 2nd file into the first.
then i do several "replace-strings" to change things like & ->
&
and so on.
finally, i do a "kill-rectangle" on about a 4 character indentation of
the whole uuencoded data.
i am not sure if it's order i'm doing things in, but usually at some
point I will have remnants of the progress gauge at the bottom of the
buffer. This particular file is coming up in Fundamental mode, but i
have font-lock turned on for just about all editing modes.
AP> What's "very large"?
looks like it starts at 421k and by the time I've down all the
replacing and snipping, it's 312k.
Jeff