bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#731: 23.0.60; Varying point position after undo


From: cyd
Subject: bug#731: 23.0.60; Varying point position after undo
Date: Thu, 18 Sep 2008 23:26:37 -0400
User-agent: Internet Messaging Program (IMP) H3 (4.0.3)

> When you put the following two forms in undo1.el:
>
>   (progn
>     (goto-char (point-max))
>     (insert "test line\n"))
>
>   (defun mytest ()
>     (message "hi"))
>
> then do "$ emacs -Q undo1.el", place point after the first form, press
> C-x C-e then C-_, point is placed at the original end of buffer. In
> contrast, every further time you do the same, point is placed at the
> end of the second form after the insertion is undone.

I can't reproduce this with latest CVS.  Do you still see this problem?






reply via email to

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