help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: delete-frame raises other frames


From: Matt McClure
Subject: Re: delete-frame raises other frames
Date: Tue, 18 Oct 2016 13:30:40 +0000

On Fri, Oct 14, 2016 at 7:01 PM Matt McClure <matthewlmcclure@gmail.com>
wrote:

> On Fri, Oct 14, 2016 at 3:08 PM, Eli Zaretskii <eliz@gnu.org> wrote:
>
> > From: Matt McClure <matt@matthewlmcclure.com>
> > Date: Fri, 14 Oct 2016 14:36:20 -0400
> >
> >    1. I start with a Terminal window.
> >    2. I start Emacs with `emacs -Q`.
> >    3. I create a second frame with C-x 5 0.
> >    4. I stack the three windows from top to bottom:
> >       1. Second Emacs frame
> >       2. Terminal window
> >       3. First Emacs frame
> >    5. I delete the second Emacs frame using C-x 5 0
> >    6. I observe that the first Emacs frame raises over the Terminal
> window.
> >
> > How can I make the first Emacs frame stay under the Terminal window when
> > closing the second Emacs frame?
>
> Is auto-raise-mode enabled or disabled in your sessions?  If it's
> enabled, try disabling it.
>
> Seems disabled.
>
> (frame-parameter nil 'auto-raise)
> nil
>

Any ideas where I should look next? I'm happy to look at the implementation
if there's no user-configurable solution.


reply via email to

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