Method: Overlay#delete

Defined in:
lib/xiki/overlay.rb

#deleteObject

deletes overlay. The overlay continues to exist as a Lisp object, and its property list is unchanged, but it ceases to be attached to the buffer it belonged to, and ceases to have any effect on display. A deleted overlay is not permanently disconnected. You can give it a position in a buffer again by calling move-overlay.



124
125
126
# File 'lib/xiki/overlay.rb', line 124

def delete
  $el.delete_overlay @overlay
end