From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: [elpa] master b843370: * packages/other-frame-window/other-frame-window.el: New single-file package. Date: Mon, 17 Aug 2015 10:07:46 -0400 Message-ID: References: <20150814050452.7700.48557@vcs.savannah.gnu.org> <86vbcgtpr8.fsf@stephe-leake.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1439820506 29593 80.91.229.3 (17 Aug 2015 14:08:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 17 Aug 2015 14:08:26 +0000 (UTC) Cc: Stephen Leake , emacs-devel@gnu.org To: Kaushal Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 17 16:08:18 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 1ZRL5F-0004hi-13 for ged-emacs-devel@m.gmane.org; Mon, 17 Aug 2015 16:08:17 +0200 Original-Received: from localhost ([::1]:55656 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZRL5D-0000uk-VF for ged-emacs-devel@m.gmane.org; Mon, 17 Aug 2015 10:08:15 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40283) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZRL4s-0000sd-Tc for emacs-devel@gnu.org; Mon, 17 Aug 2015 10:08:00 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZRL4l-0002BK-SA for emacs-devel@gnu.org; Mon, 17 Aug 2015 10:07:54 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:28458) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZRL4l-00029Z-Nr for emacs-devel@gnu.org; Mon, 17 Aug 2015 10:07:47 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A0CtCwA731xV/5P+d0tcgxCEAsEMCYdLBAICgTw5FAEBAQEBAQGBCkEFg10BAQMBViMFCws0BwsUGA0kiDcIzyMBAQEBBgEBAQEeizqFBQeELQWZbgWFJJIUghSBRSOCO4FZIoJ4AQEB X-IPAS-Result: A0CtCwA731xV/5P+d0tcgxCEAsEMCYdLBAICgTw5FAEBAQEBAQGBCkEFg10BAQMBViMFCws0BwsUGA0kiDcIzyMBAQEBBgEBAQEeizqFBQeELQWZbgWFJJIUghSBRSOCO4FZIoJ4AQEB X-IronPort-AV: E=Sophos;i="5.13,465,1427774400"; d="scan'208";a="160413892" Original-Received: from 75-119-254-147.dsl.teksavvy.com (HELO pastel.home) ([75.119.254.147]) by ironport2-out.teksavvy.com with ESMTP; 17 Aug 2015 10:07:48 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id BF74661328; Mon, 17 Aug 2015 10:07:46 -0400 (EDT) In-Reply-To: (Kaushal's message of "Mon, 17 Aug 2015 13:19:13 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 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:188842 Archived-At: > If I do C-x 5 f, a new frame opens if needed (if I have only one frame to > begin with). > But if I do C-x 9 f, the buffer opens in a second frame only if I have 2 > frames to begin with. If I had just one frame open, C-x 9 f seems to do > nothing. Is that by design? No. The design is for C-x 9 f to behave pretty much exactly like C-x 5 f. But indeed, I can reproduce here (with -Q) the problem you describe, so the problem is not in your config. Stefan