This class implements a standard frame that contains a pasteboard instead of an editor buffer by default.
After super-init is called, filename is passed to open-file. If group is not #f, then this frame and its buffers are placed under the management of the group. If group is #f and auto-save? is #t, then the frame is registered for autosave callbacks. If show? is #t, then the frame is imediately shown to the user.
The global variable mred:frames is initially #f. It can be modified to designate a default group for standard editor frames.