emacs-devel
[Top][All Lists]
Advanced

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

Re: undo bug?


From: Katsumi Yamaoka
Subject: Re: undo bug?
Date: Tue, 01 Apr 2008 20:55:34 +0900
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

>>>>> martin rudalics wrote:
> Can you please test with (CVS) Emacs 23 whether

> (defun x3 ()
>   (interactive)
>   (let ((undo-inhibit-record-point t))
>     (delete-backward-char 3)
>     (setq buffer-undo-list nil)
>     (insert "A")
>     (message "%s" buffer-undo-list)))

> does what you want here?  If it solves your problem then we probably
> should consider a solution like the one I sketched in

> http://lists.gnu.org/archive/html/bug-gnu-emacs/2008-03/msg00096.html

Oh, it does the trick.  I hope it is fixed in not only the Emacs
trunk but also Emacs 22.3.  Thanks!




reply via email to

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