-
Notifications
You must be signed in to change notification settings - Fork 24
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
On macOS, the new lower-frame call causes Emacs to hide #43
Comments
why, macos emacs's bug? |
It's not actually the raise-frame, it's the |
It's a child frame issue:
That causes it to lower both the parent and the child. |
This reproduces on emacs 28 master, so I'll report. |
Reported upstream: bug#41422 https://debbugs.gnu.org/cgi/bugreport.cgi?bug=41422 |
Suggest send a mail in emacs-devel. |
Once I realized that because pitkali/pos-tip#11 / company-mode/company-quickhelp#42 make tooltips too ugly on I'll leave a link here to help anyone looking for a discussion on this issue: https://lists.gnu.org/archive/html/emacs-devel/2020-05/msg03253.html |
@sergeyklay I simply remove the |
@aaronjensen maybe this is a good temp solution :-), I will disable lower-frame in macos |
@tumashu thank you for the fix. It looks like it was fixed upstream as well, so it will be fixed in Emacs 28: |
This commit: 4e8f205
Causes emacs to hide when the quickhelp is shown on macOS.
GNU Emacs 27.0.91 (build 2, x86_64-apple-darwin19.4.0, NS appkit-1894.40 Version 10.15.4 (Build 19E287)) of 2020-05-02
The text was updated successfully, but these errors were encountered: