]> code.delx.au - gnu-emacs-elpa/blob - packages/loc-changes/README.md
Merge commit '0cda39255827f283e7578cd469ae42daad9556a2' from js2-mode
[gnu-emacs-elpa] / packages / loc-changes / README.md
1 [![Build Status](https://travis-ci.org/rocky/emacs-loc-changes.png)](https://travis-ci.org/rocky/emacs-loc-changes)
2
3 Keeps track of important buffer positions after buffer changes.
4
5 Sometimes it is useful to make note of certain locations in program
6 code. For example these might be error locations reported in a
7 compilation. Or you could be inside a debugger and change the source
8 code but want to continue debugging.
9
10 Without this, the positions that a compilation error report or that a
11 debugger refers to may be a little off from the modified source.
12
13 This package tries to ameliorate that by allowing a user or program
14 (e.g. a debugger front-end) to set marks to track the original
15 locations.