write-to-file in editor<%>
Writes the current editor contents to the given stream. The return
value is #t if there are no errors, #f otherwise. See
also File Formats.
If the editor's style list has already been written to the stream, it is not re-written. Instead, the editor content indicates that the editor shares a previously-written style list. This sharing will be recreated when the stream is later read.
(-> booleansendan-editorwrite-to-filestream)
stream:editor-stream-out%object