GNU bug report logs -
#3199
23.0.92; doc string of frame-list
Previous Next
Reported by: "Drew Adams" <drew.adams <at> oracle.com>
Date: Sun, 3 May 2009 17:00:03 UTC
Severity: normal
Done: Stefan Monnier <monnier <at> IRO.UMontreal.CA>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 3199 in the body.
You can then email your comments to 3199 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#3199
; Package
emacs
.
(Sun, 03 May 2009 17:00:03 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
"Drew Adams" <drew.adams <at> oracle.com>
:
New bug report received and forwarded. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
(Sun, 03 May 2009 17:00:03 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):
Doc string: "Return a list of all frames."
That's incorrect/incomplete. The Elisp manual says this, which is
apparently correct:
The function `frame-list' returns a list of all the frames that
have not been deleted. It is analogous to `buffer-list' for
buffers, and includes frames on all terminals. The list that you
get is newly created, so modifying the list doesn't have any
effect on the internals of Emacs.
The doc string too should say that it is all live frames.
And the manual should use the term "live" frame, since that is the
term used by Emacs (e.g. frame-live-p): "returns a list of all live
frames, that is, the frames that have not been deleted."
Question: How to get a list of all frames, including dead frames?
In GNU Emacs 23.0.92.1 (i386-mingw-nt5.1.2600)
of 2009-03-30 on SOFT-MJASON
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (3.4)'
Information forwarded
to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#3199
; Package
emacs
.
(Mon, 04 May 2009 01:05:05 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Stefan Monnier <monnier <at> iro.umontreal.ca>
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
(Mon, 04 May 2009 01:05:05 GMT)
Full text and
rfc822 format available.
Message #10 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):
> 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
Information forwarded
to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#3199
; Package
emacs
.
(Mon, 04 May 2009 01:05:07 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Stefan Monnier <monnier <at> iro.umontreal.ca>
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
(Mon, 04 May 2009 01:05:07 GMT)
Full text and
rfc822 format available.
Reply sent
to
Stefan Monnier <monnier <at> IRO.UMontreal.CA>
:
You have taken responsibility.
(Mon, 04 May 2009 19:50:05 GMT)
Full text and
rfc822 format available.
Notification sent
to
"Drew Adams" <drew.adams <at> oracle.com>
:
bug acknowledged by developer.
(Mon, 04 May 2009 19:50:06 GMT)
Full text and
rfc822 format available.
Message #20 received at 3199-done <at> emacsbugs.donarmstrong.com (full text, mbox):
> The doc string too should say that it is all live frames.
> And the manual should use the term "live" frame, since that is the
Done, thank you,
Stefan
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> emacsbugs.donarmstrong.com
.
(Tue, 02 Jun 2009 14:24:10 GMT)
Full text and
rfc822 format available.
This bug report was last modified 16 years and 78 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.