From: Artur Malabarba <bruce.connor.am@gmail.com>
To: 21864@debbugs.gnu.org
Subject: bug#21864: 25.0.50; `raise-frame' steals focus some time after being called if the frame was iconified
Date: Sun, 08 Nov 2015 18:33:34 +0000 [thread overview]
Message-ID: <87a8qofhbw.fsf@gmail.com> (raw)
1. On a graphical session, do the following:
(setq other-frame (make-frame))
2. Iconify (minimize) the newly created frame.
3. Run the following:
(let ((cur (selected-frame)))
(raise-frame other-frame)
(select-frame cur))
Result: Even though that snippet ends with `(select-frame cur)', focus
is left on `other-frame'.
For comparison, try something else:
1. (setq other-frame (make-frame))
2. Switch back to the original frame, and make sure it is covering the newly created frame.
3. Run the following:
(let ((cur (selected-frame)))
(raise-frame other-frame)
(select-frame cur))
Result: other-frame is correctly raised while focus is correctly left on the original frame.
next reply other threads:[~2015-11-08 18:33 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-08 18:33 Artur Malabarba [this message]
2015-11-08 18:24 ` bug#21864: 25.0.50; `raise-frame' steals focus some time after being called if the frame was iconified martin rudalics
2015-11-08 23:49 ` Artur Malabarba
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87a8qofhbw.fsf@gmail.com \
--to=bruce.connor.am@gmail.com \
--cc=21864@debbugs.gnu.org \
/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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.