emacs-devel
[Top][All Lists]
Advanced

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

Re: [elpa] master b843370: * packages/other-frame-window/other-frame-win


From: Stephen Leake
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
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (windows-nt)

Stefan Monnier <address@hidden> 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



reply via email to

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