The problem is that the FROM value of `widget-after-change' now points
into the foreground overlay and the TO value into the background
overlay.
Right. So...where does the FROM value come from
before it gets to widget-after-change?
I suppose this happens because signal_after_change
is called with arguments `opoint' and `PT - opoint' where opoint = 1090
and PT = 1090 + 52 + 1.
Can you find the line number of the call to signal_after_change?
We need to determine why its argument FROM is incorrect.
_______________________________________________
emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug