]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/loc-changes/README.md
Add 'packages/loc-changes/' from commit '8447baff7cb4839ef8d1d747a14e5da85d0cee5b'
[gnu-emacs-elpa] / packages / loc-changes / README.md
diff --git a/packages/loc-changes/README.md b/packages/loc-changes/README.md
new file mode 100644 (file)
index 0000000..b0fe3a9
--- /dev/null
@@ -0,0 +1,15 @@
+[![Build Status](https://travis-ci.org/rocky/emacs-loc-changes.png)](https://travis-ci.org/rocky/emacs-loc-changes)
+
+Keeps track of important buffer positions after buffer changes.
+
+Sometimes it is useful to make note of certain locations in program
+code. For example these might be error locations reported in a
+compilation. Or you could be inside a debugger and change the source
+code but want to continue debugging.
+
+Without this, the positions that a compilation error report or that a
+debugger refers to may be a little off from the modified source.
+
+This package tries to ameliorate that by allowing a user or program
+(e.g. a debugger front-end) to set marks to track the original
+locations.