"Drew Adams" <[EMAIL PROTECTED]> writes:

> emacs -q
> M-x set-variable pop-up-frames t
> M-x load-library ibuffer
> M-x ibuffer-list-buffers
>
>  ==> error "ibuffer: Wrong type argument: window-live-p, nil"

How about this fix:

--- ibuffer.el  26 Aug 2005 11:46:50 +0100      1.73
+++ ibuffer.el  06 Nov 2005 20:54:42 +0000      
@@ -2288,7 +2288,7 @@
       (save-selected-window
        ;; We switch to the buffer's window in order to be able
        ;; to modify the value of point
-       (select-window (get-buffer-window buf))
+       (select-window (get-buffer-window buf 'visible))
        (or (eq major-mode 'ibuffer-mode)
            (ibuffer-mode))
        (setq ibuffer-restore-window-config-on-quit other-window-p)


_______________________________________________
Emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to