From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stephen Leake Newsgroups: gmane.emacs.devel Subject: Re: Can display-buffer-reuse-window support "(inhibit-same-frame . t)"? Date: Sun, 13 Sep 2015 14:52:40 -0500 Message-ID: <861te26qrb.fsf@stephe-leake.org> References: <017A1E85-B162-495E-A53A-3B588BCA9C77@icloud.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1442174001 14256 80.91.229.3 (13 Sep 2015 19:53:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 13 Sep 2015 19:53:21 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 13 21:53:10 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZbDKn-0003z0-PB for ged-emacs-devel@m.gmane.org; Sun, 13 Sep 2015 21:53:09 +0200 Original-Received: from localhost ([::1]:36919 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZbDKn-0005lm-7u for ged-emacs-devel@m.gmane.org; Sun, 13 Sep 2015 15:53:09 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60061) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZbDKZ-0005lQ-PH for emacs-devel@gnu.org; Sun, 13 Sep 2015 15:52:56 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZbDKW-000552-Ht for emacs-devel@gnu.org; Sun, 13 Sep 2015 15:52:55 -0400 Original-Received: from gproxy6-pub.mail.unifiedlayer.com ([67.222.39.168]:58686) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1ZbDKW-00054y-A0 for emacs-devel@gnu.org; Sun, 13 Sep 2015 15:52:52 -0400 Original-Received: (qmail 14925 invoked by uid 0); 13 Sep 2015 19:52:48 -0000 Original-Received: from unknown (HELO cmgw4) (10.0.90.85) by gproxy6.mail.unifiedlayer.com with SMTP; 13 Sep 2015 19:52:48 -0000 Original-Received: from host114.hostmonster.com ([74.220.207.114]) by cmgw4 with id Gjsl1r00N2UdiVW01jsosb; Sun, 13 Sep 2015 13:52:48 -0600 X-Authority-Analysis: v=2.1 cv=QdD14Krv c=1 sm=1 tr=0 a=CQdxDb2CKd3SRg4I0/XZPQ==:117 a=CQdxDb2CKd3SRg4I0/XZPQ==:17 a=DsvgjBjRAAAA:8 a=f5113yIGAAAA:8 a=9i_RQKNPAAAA:8 a=IkcTkHD0fZMA:10 a=hEr_IkYJT6EA:10 a=x_XPkuGwIRMA:10 a=ff-B7xzCdYMA:10 a=v3ZZPjhaAAAA:8 a=D3fT5r4VVTtwk3dy-KwA:9 a=QEXdDO2ut3YA:10 Original-Received: from [76.218.37.33] (port=60183 helo=TAKVER2) by host114.hostmonster.com with esmtpa (Exim 4.84) (envelope-from ) id 1ZbDKP-0006mV-7R for emacs-devel@gnu.org; Sun, 13 Sep 2015 13:52:45 -0600 In-Reply-To: <017A1E85-B162-495E-A53A-3B588BCA9C77@icloud.com> (=?utf-8?B?IuW8oOa1t+WQmyIncw==?= message of "Mon, 14 Sep 2015 00:02:28 +0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (windows-nt) X-Identified-User: {2442:host114.hostmonster.com:stephele:stephe-leake.org} {sentby:smtp auth 76.218.37.33 authed with stephen_leake@stephe-leake.org} X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 67.222.39.168 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:189904 Archived-At: =E5=BC=A0=E6=B5=B7=E5=90=9B 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 uncond= itionally. 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". --=20 -- Stephe