save-file/gui-error in editor:basic<%>
This method is an alternative to
save-file. Rather than showing errors via the original stdout, it
opens a dialog with an error message showing the error.
( -> boolean
send an-editor:basic save-file/gui-error filename format show-errors?)
filename = : (union string #f)
#f
format = : (union 'guess 'standard 'text 'text-force-cr same copy)
'same
show-errors? = : boolean#t