tags:

views:

63

answers:

2

Is there a minor mode in Emacs that will highlight changes made to a buffer? I'm picturing something like highlight tails without a timeout feature. I would use highlight tails for this and change the timeout rate to be something huge, but the mode seems to consume a bit of CPU to do the timing (a feature I wouldn't use).

+3  A: 

EmacsWiki is usually your friend for things like this. Sounds like you might want highlight-changes-mode.

Timo Geusch
A: 

In short, +1 for Timo's suggestion of highlight changes mode.

And without even resorting to EmacsWiki:

M-x apropos RET highlight changes RET

It's bundled with recent Emacs versions.

sanityinc