GNU bug report logs - #8088
24.0.50; `list-buffer-noselect': `buffer-list' includes killed buffer

Previous Next

Package: emacs;

Reported by: "Drew Adams" <drew.adams <at> oracle.com>

Date: Sun, 20 Feb 2011 18:44:02 UTC

Severity: normal

Merged with 390, 7898

Found in version 24.0.50

Done: Chong Yidong <cyd <at> stupidchicken.com>

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: "Drew Adams" <drew.adams <at> oracle.com>
To: <bug-gnu-emacs <at> gnu.org>
Subject: 24.0.50; `list-buffer-noselect': `buffer-list' includes killed buffer
Date: Sun, 20 Feb 2011 10:42:28 -0800
Sorry, but I do not have a recipe to reproduce this.  I did track it
down a bit, however, to this code in `list-buffers-noselect':
 
;; Collect info for every buffer we're interested in.
(dolist (buffer (or buffer-list
                    (buffer-list
                     (when Buffer-menu-use-frame-buffer-list
                       (selected-frame)))))
 
There was nothing special about the selected frame at the time;
`buffer-list' (the var) was nil; and `Buffer-menu-use-frame-buffer-list'
was t.
 

In GNU Emacs 24.0.50.1 (i386-mingw-nt5.1.2600)
 of 2011-02-14 on 3249CTO
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (4.4) --no-opt --cflags
-Ic:/imagesupport/include'





This bug report was last modified 14 years and 142 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.