GNU bug report logs - #7645
23.2; ido commands failed to execute if there is some killed buffer

Previous Next

Package: emacs;

Reported by: Abaw <abawwu <at> gmail.com>

Date: Wed, 15 Dec 2010 06:26:01 UTC

Severity: normal

Tags: moreinfo, unreproducible

Found in version 23.2

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: martin rudalics <rudalics <at> gmx.at>
To: Leo <sdl.web <at> gmail.com>
Cc: Chong Yidong <cyd <at> stupidchicken.com>, 7645 <at> debbugs.gnu.org, Abaw <abawwu <at> gmail.com>
Subject: bug#7645: 23.2;	ido commands failed to execute if there is some killed buffer
Date: Wed, 27 Apr 2011 15:35:04 +0200
> I have seen this bug too due to (buffer-list t) returning killed
> buffers. Unfortunately this isn't easy to reproduce.

Calling `buffer-list' with argument t is like calling it with no
argument at all ;-)

BTW, I'm running all my Emacsen for more than a month with

(defun check-buffer-list ()
  (dolist (buffer (buffer-list))
    (unless (buffer-live-p buffer)
      (message "Dead buffer %s" buffer))))

(add-hook 'post-command-hook 'check-buffer-list t)

and didn't find anything so far.  So please check whether the behavior
you observe might be caused by some other function.

martin




This bug report was last modified 12 years and 107 days ago.

Previous Next


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