[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Replacing buffer contents --- without disturbing markers
From: |
Richard Stallman |
Subject: |
Re: Replacing buffer contents --- without disturbing markers |
Date: |
Sat, 11 Sep 2010 11:49:59 -0400 |
For a mode I'm writing, I have to temporarily replace certain parts of
the buffer with placeholder text. I'm using this function to do it:
In general, temporarily replacing text has some drawbacks.
If you can find a way to do the overall job without that method,'
it is likely to be better.