help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: change buffer in other frame, multiple monitors


From: Michael Heerdegen
Subject: Re: change buffer in other frame, multiple monitors
Date: Thu, 28 May 2015 16:25:06 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

Sam Halliday <sam.halliday@gmail.com> writes:

>   (setq display-buffer--other-frame-action
>         '((display-buffer-reuse-window display-buffer-pop-up-frame)
>           (reusable-frames . t) (inhibit-same-window . t)))

That makes the thing reuse a frame only when there is a window already
displaying the buffer - see doc of `display-buffer-reuse-window'.

This is seemingly not what you want.  What do you want instead: that a
random window in a random frame is selected and forced to display the
buffer?


Michael.




reply via email to

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