[plt-scheme] after-insert works differently than after insert
At Mon, 9 Aug 2004 18:23:30 -0400, "Mike T. Machenry" wrote:
> Here's another oddity that I cannot figure out if it's a bug or not. Could
> some explain to me why this is behaving this way? In the following program I
> override after-insert to get-snip-location of the snip and I also
> get-snip-location of the snip after insert, meaning on the last line of the
> program after the call to insert. I would imagine that snip would have the
> same location in these places but it does not.
Out-of-order call to `after-insert' fixed.
Matthew