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.
The result indicates if an error happened (the error has
already been shown to the user). It returns #t if
no error occurred and #f if an error occurred.
( -> 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