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: Stefan Monnier
Subject: Re: ibuffer problem with pop-up-frames non-nil
Date: Sun, 06 Nov 2005 17:43:10 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

> Index: ibuffer.el
> ===================================================================
> RCS file: /cvsroot/emacs/emacs/lisp/ibuffer.el,v
> retrieving revision 1.73
> retrieving revision 1.74
> diff -u -r1.73 -r1.74
> --- ibuffer.el        26 Aug 2005 10:46:50 -0000      1.73
> +++ ibuffer.el        6 Nov 2005 21:06:57 -0000       1.74
> @@ -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)

I tend to prefer the argument 0 so that iconified frames are checked
as well.


        Stefan




reply via email to

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