this post was submitted on 12 Oct 2023
0 points (50.0% liked)
Emacs
311 readers
2 users here now
A community for the timeless and infinitely powerful editor. Want to see what Emacs is capable of?!
Get Emacs
Rules
- Posts should be emacs related
- Be kind please
- Yes, we already know: Google results for "emacs" and "vi" link to each other. We good.
Emacs Resources
Emacs Tutorials
- Beginner’s Guide to Emacs
- Absolute Beginner's Guide to Emacs
- How to Learn Emacs: A Hand-drawn One-pager for Beginners
Useful Emacs configuration files and distributions
Quick pain-saver tip
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I suggest you to reconsider if you really want a popup frame (posframe). One of the great features of Emacs in my opinion is that it does not by default create popup frames for user input like other programs. I suspect because of its origins as a terminal application. Don't you ever get frustrated by applications that have such popups which quite often appear on a different workspace! I'm not suggesting the posframe solutions others have suggested also suffer from this behaviour.
Then what was the point of the rest of the comment?
Posframes (child frames) always display on top of the root Emacs frame. Modal dialogs like
menu-set-font
are OS windows which do suffer from the problem you mentioned... except for the vast majority of systems where they just display on the right workspace by default.When I wrote hypop, I specifically make it find the workspace Emacs is on to summon the minibuffer window to. It's really not that hard at a small scale.
I was giving my opinion on what I consider a great design choice of Emacs by not having such windows by default.