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

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

bug#17784: hilit-chg.el marks bigger change than necessary


From: Le Wang
Subject: bug#17784: hilit-chg.el marks bigger change than necessary
Date: Mon, 16 Jun 2014 17:35:55 -0400

Yes that sounds right.

On 16 Jun 2014 17:02, "Stefan Monnier" <monnier@iro.umontreal.ca> wrote:
> 2. insert "a" on line 2, before "_"
> 3. backspace
> 4. insert "a" on line 2, before "_", again
> 5. inspect text property of "_", and notice it has hilit-chg property
> even though it hasn't been changed.

IIUC the property is added at step 3 to remember that something was
removed here.  So I guess what you're saying is that we could remove
that property at step 4 since the insertion makes it redundant.


        Stefan

reply via email to

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