emacs-devel
[Top][All Lists]
Advanced

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

Re: Problem with undo and text properties.


From: Stefan Monnier
Subject: Re: Problem with undo and text properties.
Date: Thu, 09 Apr 2015 09:17:04 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

> However, if you then undo this with C-x u, it takes almost forever to
> complete.  The reason is that in the undo list there are lots (~6500) of
> text property entries like

>     (nil fontified nil 92222 . 92237)

The problem is that those entries shouldn't be there in the first place.
Whoever puts them there needs a with-silent-modification.


        Stefan



reply via email to

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