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: [elpa] master b843370: * packages/other-frame-window/other-frame-window.el: New single-file package. Date: Mon, 17 Aug 2015 17:17:09 -0500 Message-ID: <864mjxtva2.fsf@stephe-leake.org> 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 1439904377 2009 80.91.229.3 (18 Aug 2015 13:26:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 18 Aug 2015 13:26:17 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Aug 18 15:26:06 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 1ZRgtj-0000Vj-RB for ged-emacs-devel@m.gmane.org; Tue, 18 Aug 2015 15:25:52 +0200 Original-Received: from localhost ([::1]:50508 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZRSj9-00068L-I6 for ged-emacs-devel@m.gmane.org; Mon, 17 Aug 2015 18:17:59 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46990) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZRSiw-00063u-QG for emacs-devel@gnu.org; Mon, 17 Aug 2015 18:17:47 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZRSit-00022H-80 for emacs-devel@gnu.org; Mon, 17 Aug 2015 18:17:46 -0400 Original-Received: from gproxy2-pub.mail.unifiedlayer.com ([69.89.18.3]:54018) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1ZRSis-0001vX-RP for emacs-devel@gnu.org; Mon, 17 Aug 2015 18:17:43 -0400 Original-Received: (qmail 9624 invoked by uid 0); 17 Aug 2015 22:17:34 -0000 Original-Received: from unknown (HELO CMOut01) (10.0.90.82) by gproxy2.mail.unifiedlayer.com with SMTP; 17 Aug 2015 22:17:34 -0000 Original-Received: from host114.hostmonster.com ([74.220.207.114]) by CMOut01 with id 5yHR1r01T2UdiVW01yHUmT; Mon, 17 Aug 2015 16:17:33 -0600 X-Authority-Analysis: v=2.1 cv=co0IzTIi 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=y7kgw_RnJtkA:10 a=hEr_IkYJT6EA:10 a=x_XPkuGwIRMA:10 a=uRRa74qj2VoA:10 a=lK4w9EMxfI1UTA8UFJ8A:9 Original-Received: from [76.218.37.33] (port=56394 helo=TAKVER2) by host114.hostmonster.com with esmtpa (Exim 4.84) (envelope-from ) id 1ZRSic-0008GZ-Cp for emacs-devel@gnu.org; Mon, 17 Aug 2015 16:17:26 -0600 In-Reply-To: (Stefan Monnier's message of "Mon, 17 Aug 2015 10:07:46 -0400") 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: 69.89.18.3 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:188879 Archived-At: Stefan Monnier writes: >> 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. Hmm. It works here: emacs -Q In *scratch*: (package-initialize) (require 'other-frame-window) (other-frame-window-mode 1) C-x 9 f ~/.emacs.d/elpa/other-frame-window-1.0.1/other-frame-widow.el Opens in a new frame. I'm on Windows 8, Emacs built with Mingw 64 bit. The require step should not be needed; it's missing an autoload cookie. -- -- Stephe