unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@IRO.UMontreal.CA>
To: martin rudalics <rudalics@gmx.at>
Cc: 24803@debbugs.gnu.org
Subject: bug#24803: Redirection problem with separate minibuffer frame
Date: Sat, 29 Oct 2016 18:54:07 -0400	[thread overview]
Message-ID: <jwv7f8q6agf.fsf-monnier+emacsbugs@gnu.org> (raw)
In-Reply-To: <58123AD6.4070703@gmx.at> (martin rudalics's message of "Thu, 27 Oct 2016 19:35:18 +0200")

> Please revert the frame.c change so we can be sure which of the two is
> the real culprit.

Reverting the frame.c change seems to fix the problem.

BTW I also just noticed that the bogus (the one I get at the end of my
recipe) focus is "mutual":
- when the mouse points at the minibuffer window, the focus is in the
  *scratch* buffer.
- when the mouse points in the *scratch* window, the focus is in the
  minibuffer!

> Works as intended on both Windows XP and a GTK+ build with XFCE on
> Debian.  I use focus-follows-mouse plus auto-raise-frame though the
> minibuffer does _not_ get autoraised when moving the mouse there.
> Actually, that's what I would call a misbehavior here ;-)

I don't use auto-raise of any kind.  But yes, it's probably dependent on
some aspect of the window manager event sequences.

> Hmm... This seems to indicate that I do not remove the redirection when
> exiting the minibuffer.  Could you try to augment in read_minibuf_unwind
>
>   if (minibuf_level == 0)
>     resize_mini_window (XWINDOW (window), 0);
>
> to something that for each frame redirects focus to itself?

Still haven't found the time to try this, but I just want to mention
that until recently, the focus redirection was usually nil rather than
"redirected to itself".

I'm not sure if there should be a difference between these two states,
but I have the suspicion that not all the C code handles those two
states in the same way (then again, last time I looked at the
redirection code, I concluded that I just don't understand how it's
supposed to work, so maybe it's just my misunderstanding).


        Stefan





  reply	other threads:[~2016-10-29 22:54 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-26 18:09 bug#24803: Redirection problem with separate minibuffer frame Stefan Monnier
2016-10-27 17:35 ` martin rudalics
2016-10-29 22:54   ` Stefan Monnier [this message]
2016-10-30  8:47     ` martin rudalics
2020-11-25  9:26       ` martin rudalics
2021-05-19  8:12         ` martin rudalics

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=jwv7f8q6agf.fsf-monnier+emacsbugs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=24803@debbugs.gnu.org \
    --cc=rudalics@gmx.at \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).