bug#3199: 23.0.92; doc string of frame-list
Stefan Monnier <[email protected]>
| Newsgroups | gmane.emacs.bugs,gmane.emacs.pretest.bugs |
|---|---|
| Message-ID | <[email protected]> |
> Question: How to get a list of all frames, including dead frames?
There's no way provided to do that, just like there's no way to get the
list of all cons cells. You can use an after-make-frame-function to
register all the frames ever created into a list.
Stefan