branch: elpa-admin commit d656221fa563f2336b15f2a5b68bb28377897a66 Author: R. Bernstein <ro...@gnu.org> Commit: R. Bernstein <ro...@gnu.org>
Track original positions in the face of possible edits. Intended use in debugging where one might edit the file but continue editing. --- README | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README b/README new file mode 100644 index 0000000..5b06a8c --- /dev/null +++ b/README @@ -0,0 +1,3 @@ +The intent of this package is to let a user to set marks in a buffer prior to changes so that we can track the original positions after the change. + +One common use is say when debugging a program. The debugger has its static notion of the file and positions inside that. However it may be convenient for a programmer to edit the program but not change execution of the program.