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.
(-> booleansendan-editor:basicsave-file/gui-errorfilenameformatshow-errors?)
filename=#f: (union path #f)
format='same: (union 'guess 'standard 'text 'text-force-cr same copy)
show-errors?=#t: boolean