help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: disable save hook temporarily


From: Stefan Monnier
Subject: Re: disable save hook temporarily
Date: Wed, 21 Aug 2013 11:44:30 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> hook. So my question is, what is the fastest and the most convenient
> way to disable c save hook temporarily or how do you handle these
> things?

One potential direction is to try and use something similar to
highlight-changes, not to highlight the changes, but to keep track of
them and then only apply those "normalization functions" on the parts of
the buffer you've actually modified.


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]