emacs-devel
[Top][All Lists]
Advanced

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

Re: Bugs in remove-list-of-text-properties and a patch [WAS: before-chan


From: Richard Stallman
Subject: Re: Bugs in remove-list-of-text-properties and a patch [WAS: before-change-functions called twice at yank]
Date: Sun, 16 Apr 2006 20:56:45 -0400

              if (! interval_has_some_properties_list (properties, i))
    !       if (modified)
    !         {
    !           if (BUFFERP (object))
    !             signal_after_change (XINT (start), XINT (end) - XINT (start),
    !                                  XINT (end) - XINT (start));

I'm not confident about that code.  It runs the after-change hook, but
in this case, where is the before-change hook run?





reply via email to

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