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

Empty new frame after disabled menu/scroll/tool bar #105

Closed
declantsien opened this issue Jun 13, 2021 · 5 comments
Closed

Empty new frame after disabled menu/scroll/tool bar #105

declantsien opened this issue Jun 13, 2021 · 5 comments

Comments

@declantsien
Copy link

Commands below should be enough to reproduce the issue

emacs -Q --eval "(scroll-bar-mode -1)" --eval "(menu-bar-mode -1)" --eval "(tool-bar-mode -1)" --eval "(make-frame-command)"


system-configuration-options

--with-pgtk --with-xft --with-wide-int --with-modules --with-cairo --with-harfbuzz 'CFLAGS=-march=x86-64 -mtune=generic -O2 -pipe -fno-plt' CPPFLAGS=-D_FORTIFY_SOURCE=2 LDFLAGS=-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now --with-native-compilation

Git commit hash
https://github.com/emacs-mirror/emacs/tree/4b91168c657e3476b8a0a3f539ee6bcb1b71e3d5


https://i.imgur.com/PWJISwG.png

@masm11
Copy link
Owner

masm11 commented Jun 13, 2021

Thank you for the speedy report.
The issue is by the last two commits. I reverted them for now, and the issue should be gone.

@declantsien
Copy link
Author

Cool. Ok to close this issue then.

@masm11
Copy link
Owner

masm11 commented Jun 18, 2021

I re-applied the commits, debugged, and now this issue should be fixed.
Could you confirm?

@declantsien
Copy link
Author

Pulled the changes, compiled. And it works fine now.
I confirm that the empty frame issue is gone. Nice work. 👍

@masm11
Copy link
Owner

masm11 commented Jun 19, 2021

Thanks.

@masm11 masm11 closed this as completed Jun 19, 2021
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