previous up next     contents index
Next: on-insert Up: mred:hyper-edit Previous: map-shift-style

on-delete

   

  Called before a range is deleted from the buffer. If the return value is #f, then the delete will be aborted. Otherwise, after-deleteis guaranteed to be called after the delete has completed. This method cannot modify the buffer.

See also on-edit-sequence.



PLT