all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#8088: 24.0.50; `list-buffer-noselect': `buffer-list' includes killed buffer
@ 2011-02-20 18:42 Drew Adams
  2011-02-27 22:58 ` bug#7898: " Chong Yidong
  0 siblings, 1 reply; 2+ messages in thread
From: Drew Adams @ 2011-02-20 18:42 UTC (permalink / raw)
  To: 8088

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'






^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#7898: bug#8088: 24.0.50; `list-buffer-noselect': `buffer-list' includes killed buffer
  2011-02-20 18:42 bug#8088: 24.0.50; `list-buffer-noselect': `buffer-list' includes killed buffer Drew Adams
@ 2011-02-27 22:58 ` Chong Yidong
  0 siblings, 0 replies; 2+ messages in thread
From: Chong Yidong @ 2011-02-27 22:58 UTC (permalink / raw)
  To: Drew Adams; +Cc: 7898

> 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've committed a fix to the trunk.  Thanks for the bug report.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-02-27 22:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-20 18:42 bug#8088: 24.0.50; `list-buffer-noselect': `buffer-list' includes killed buffer Drew Adams
2011-02-27 22:58 ` bug#7898: " Chong Yidong

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.