insert-port in editor<%>
Inserts the content of a port into the editor (at the current
selection position in text% editors) without wrapping
the insert operations as an edit sequence. The result is the actual
format of the loaded content (which is different from the given
format type if the given format is 'guess, 'same, or
'copy).
Use
insert-file instead.
( -> symbol in send an-editor insert-port port format show-errors?)'(standard text text-force-cr)
port : input-port
format = : symbol in 'guess'(guess standard text text-force-cr same copy)
show-errors? = : boolean#t
The port must support position setting with file-position.
For information on format, see
load-file.
The show-errors? argument is no longer used.