Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Ubuntu] Leaving Emacs moves point out of mini-frame #25

Open
zck opened this issue Dec 12, 2020 · 1 comment
Open

[Ubuntu] Leaving Emacs moves point out of mini-frame #25

zck opened this issue Dec 12, 2020 · 1 comment

Comments

@zck
Copy link

zck commented Dec 12, 2020

From emacs -Q, evaluate the following code:

(require 'package)
(package-initialize)
(require 'mini-frame)
(mini-frame-mode t)

Then:

  1. Type C-x b. A mini-frame opens prompting to switch to a new buffer. Point is in that frame.
  2. Change focus away from Emacs, to any other window. Focus could be changed with Alt-tab or the mouse.
  3. Change focus back to Emacs. Again, this could be done with Alt-tab or the mouse.
  4. Note that focus is no longer in the mini-frame, but back in the original window point was in before we typed C-x b.

I'm running mini-frame from version 31380e7.

@muffinmad
Copy link
Owner

Yes. See Bug#44415.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants