unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#9159: 24.0.50; `undo' is not as good as it should be wrt property changes
@ 2011-07-24  2:06 Drew Adams
  2011-08-02  4:16 ` Stefan Monnier
  0 siblings, 1 reply; 8+ messages in thread
From: Drew Adams @ 2011-07-24  2:06 UTC (permalink / raw)
  To: 9159

emacs -Q
 
In *scratch*, do this with cursor on the character `T' (for example):
 
M-: (put-text-property (point) (1+ (point)) 'foo 42)
 
The buffer then appears modified.
With point in the same place, do `C-u C-x ='.
That shows that there is property `foo' there, with value 42.
 
C-M-_ to undo the last change.
With point in the same place, do `C-u C-x ='.
That shows that there is property `foo' there, with value nil.
And it shows the buffer as no longer modified.
 
IOW, the buffer modification is indicated as corresponding with setting
property `foo' to 42, and undo puts it back to nil.
 
While correct, it would be better for the property `foo' to simply be
removed, and thus not have `C-u C-x =' show a `foo' value at all.  Undo
is not really undoing things to put them back they way they were, as
witnessed by `C-u C-x ='.
 
NOTE: Sending from a different Emacs version because of the recent SMTP
mail bugs.  This is the version the report is for:
 
In GNU Emacs 24.0.50.1 (i386-mingw-nt5.1.2600)
 of 2011-07-18 on 3249CTO
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (4.5) --no-opt --cflags
-Ic:/build/include'
 
 
 

 






^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2011-09-11  2:36 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-24  2:06 bug#9159: 24.0.50; `undo' is not as good as it should be wrt property changes Drew Adams
2011-08-02  4:16 ` Stefan Monnier
2011-08-02 17:34   ` Drew Adams
2011-08-02 19:10     ` Stefan Monnier
2011-08-02 20:48       ` Drew Adams
2011-08-02 21:13         ` Lars Magne Ingebrigtsen
2011-08-02 21:48           ` Drew Adams
2011-09-11  2:36             ` Lars Magne Ingebrigtsen

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).