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 insendan-editorinsert-portportformatshow-errors?)'(standard text text-force-cr)
port: input-port
format='guess: symbol in'(guess standard text text-force-cr same copy)
show-errors?=#t: booleanThe
portmust support position setting withfile-position.For information on
format, seeload-file.The
show-errors?argument is no longer used.