[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Can display-buffer-reuse-window support "(inhibit-same-frame . t)"?
From: |
Stephen Leake |
Subject: |
Re: Can display-buffer-reuse-window support "(inhibit-same-frame . t)"? |
Date: |
Sun, 13 Sep 2015 14:52:40 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.5 (windows-nt) |
张海君 <address@hidden> writes:
> I' like display-buffer-reuse-window to reuse windows only in other frames,
> so switch-to-buffer-other-frame will display buffer in other frame
> unconditionally.
Supporting (inhibit-same-frame . t) is a good idea, although I don't see
how to easily implement that in display-buffer-reuse-window.
You could also replace display-buffer-reuse-window with the new
display-buffer-use-some-frame in display-buffer--other-frame-action.
Also see the Gnu ELPA package "other-frame-window".
--
-- Stephe