emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ibuffer problem with pop-up-frames non-nil


From: John Paul Wallington
Subject: Re: ibuffer problem with pop-up-frames non-nil
Date: Sun, 06 Nov 2005 21:02:19 +0000
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (windows-nt)

"Drew Adams" <address@hidden> 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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]