emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] fix/undo-point-in-wrong-place 0ee0937 1/4: Initial Problem


From: Phillip Lord
Subject: [Emacs-diffs] fix/undo-point-in-wrong-place 0ee0937 1/4: Initial Problem statement.
Date: Fri, 20 Nov 2015 22:13:21 +0000

branch: fix/undo-point-in-wrong-place
commit 0ee0937f45bda6452297ab3b1488f4b9c9ef2d03
Author: Phillip Lord <address@hidden>
Commit: Phillip Lord <address@hidden>

    Initial Problem statement.
---
 problem.org |  110 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 110 insertions(+), 0 deletions(-)

diff --git a/problem.org b/problem.org
new file mode 100644
index 0000000..359b9f5
--- /dev/null
+++ b/problem.org
@@ -0,0 +1,110 @@
+
+
+* Before Change
+
+** Without undo
+
+Value: (nil
+ (#("want" 0 4
+    (fontified t face font-lock-comment-face))
+  . 39)
+ (#<marker at 39 in *scratch*> . -4)
+ (#<marker at 39 in *scratch*> . -1)
+ (#<marker in no buffer> . -4)
+ (#<marker in no buffer> . -4)
+ 43 nil
+ (#("buffer" 0 6
+    (fontified t face font-lock-comment-face))
+  . 183)
+ (#<marker at 39 in *scratch*> . -6)
+ (#<marker at 179 in *scratch*> . -4)
+ (#<marker at 179 in *scratch*> . -4)
+ (#<marker in no buffer> . -6)
+ (#<marker in no buffer> . -6)
+ 189
+ (t . 0)
+ nil
+ (1 . 192)
+ (t . 0))
+
+
+** With Undo
+
+
+ (nil
+ (39 . 43)
+ nil
+ (#("want" 0 4
+    (fontified t face font-lock-comment-face))
+  . 39)
+ (#<marker at 43 in *scratch*> . -4)
+ (#<marker at 40 in *scratch*> . -1)
+ (#<marker in no buffer> . -4)
+ (#<marker in no buffer> . -4)
+ 43 nil
+ (#("buffer" 0 6
+    (fontified t face font-lock-comment-face))
+  . 183)
+ (#<marker at 43 in *scratch*> . -6)
+ (#<marker at 183 in *scratch*> . -3)
+ (#<marker at 183 in *scratch*> . -3)
+ (#<marker in no buffer> . -6)
+ (#<marker in no buffer> . -6)
+ 189
+ (t . 0)
+ nil
+ (1 . 192)
+ (t . 0))
+
+
+* After Change
+
+
+
+** Without Undo
+
+ (nil
+ (#("want" 0 4
+    (fontified t face font-lock-comment-face))
+  . 39)
+ (#<marker at 39 in *scratch*> . -4)
+ (#<marker at 39 in *scratch*> . -2)
+ (#<marker in no buffer> . -4)
+ 183 nil
+ (#("buffer" 0 6
+    (fontified t face font-lock-comment-face))
+  . 183)
+ (#<marker at 39 in *scratch*> . -6)
+ (#<marker at 179 in *scratch*> . -2)
+ (#<marker at 179 in *scratch*> . -2)
+ (#<marker in no buffer> . -6)
+ (t . 0)
+ nil
+ (1 . 192)
+ (t . 0))
+
+
+** With Undo
+
+(nil
+ (39 . 43)
+ nil
+ (#("want" 0 4
+    (fontified t face font-lock-comment-face))
+  . 39)
+ (#<marker at 183 in *scratch*> . -4)
+ (#<marker at 41 in *scratch*> . -2)
+ (#<marker in no buffer> . -4)
+ 183 nil
+ (#("buffer" 0 6
+    (fontified t face font-lock-comment-face))
+  . 183)
+ (#<marker at 183 in *scratch*> . -6)
+ (#<marker at 183 in *scratch*> . -2)
+ (#<marker at 183 in *scratch*> . -2)
+ (#<marker in no buffer> . -6)
+ (#<marker in no buffer> . -6)
+ (t . 0)
+ nil
+ (1 . 192)
+ (t . 0))



reply via email to

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