[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#5639: 23.1.92; Undo doesn't work
From: |
Stefan Monnier |
Subject: |
bug#5639: 23.1.92; Undo doesn't work |
Date: |
Wed, 24 Feb 2010 13:34:44 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.1.92 (gnu/linux) |
> If I visit the *scratch* buffer, enter a character, and use C-x u, the
> whole buffer ist emptied and the error message "Error: No further undo
> information" appears.
I cannot reproduce it here:
emacs -Q
a
C-x u
and the "a" is removed, but the rest of the text is left intact.
Most likely there's someting in your .emacs that triggers the problem.
Please try and figure out what it is so we can either fix it or discard
as a pilot error (or a bug in some other package).
Stefan