Julien Cubizolles <[email protected]> writes: > I used replace-match-maybe-edit because I wanted to > be prompted for each replacement, and replace-match > wouldn't allow it. However with > replace-match-maybe-edit, the excursion is messed up > at the end. It wasn't the case with replace-match.
How do you mean messed up? You are using `save-excursion' outside of `save-restriction' just as you should. -- underground experts united _______________________________________________ info-gnus-english mailing list [email protected] https://lists.gnu.org/mailman/listinfo/info-gnus-english
