unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: "Drew Adams" <drew.adams@oracle.com>
To: 7898@debbugs.gnu.org
Subject: bug#7898: 24.0.50; `buffer-list' includes #<killed buffer> entries
Date: Sun, 23 Jan 2011 11:10:40 -0800	[thread overview]
Message-ID: <8C73DB554C1A4C128467C09DEFD07504@us.oracle.com> (raw)

I don't have a recipe to reproduce this, but I am now seeing #<killed
buffer> entries in the list returned by `buffer-list'.  I specifically
have seen this in the context of `list-buffers-select' called with no
args.
 
(dolist (buffer (or buffer-list
                    (buffer-list
                     (when Buffer-menu-use-frame-buffer-list
                           (selected-frame)))))
  (with-current-buffer buffer ...)
 
`Buffer-menu-use-frame-buffer-list' is t (default), so the selected
frame is passed to `buffer-list'.  No idea whether that is important
wrt the bug.
 
In GNU Emacs 24.0.50.1 (i386-mingw-nt5.1.2600)
 of 2011-01-17 on 3249CTO
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (4.4) --no-opt --cflags
-Ic:/imagesupport/include'
 






                 reply	other threads:[~2011-01-23 19:10 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8C73DB554C1A4C128467C09DEFD07504@us.oracle.com \
    --to=drew.adams@oracle.com \
    --cc=7898@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).