bug#3302: Frame deletion with 'force fails
Stefan Monnier <[email protected]>
| Newsgroups | gmane.emacs.bugs,gmane.emacs.pretest.bugs |
|---|---|
| Message-ID | <[email protected]> |
> In an Emacs -Q (recent CVS, NS port), doing the following right after
> startup:
> (delete-frame (selected-frame) t)
> will lead to an "Attempt to delete the only frame" error. This seems
> needless in non-X/non-Windows environments.
I don't see the relationship with X/Window environments.
What behavior woulod you like to see? Would you like Emacs to exit in
this case? Or should it stick around until someone kills it?
Stefan