We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi ! When using the following configuration on Emacs 29.1, Emacs seems to hang. At that point, typing keys (other than C-g) doesn't do anything.
(require 'mini-frame) (mini-frame-mode 1) (setq mini-frame-standalone t)
Here are the steps to unblock it:
I can't reproduce this issue on Emacs 28.2
The text was updated successfully, but these errors were encountered:
I believe this is related to #78 Try turning off the mini-frame resize by setting the mini-frame-resize to nil:
mini-frame-resize
nil
(require 'mini-frame) (sets mini-frame-resize nil) (setq mini-frame-standalone t) (mini-frame-mode 1)
Sorry, something went wrong.
It works as expected when setting mini-frame-resize to t. I'll report the bug in the Emacs bugs tracker.
t
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=67653
No branches or pull requests
Hi ! When using the following configuration on Emacs 29.1, Emacs seems to hang. At that point, typing keys (other than C-g) doesn't do anything.
Here are the steps to unblock it:
I can't reproduce this issue on Emacs 28.2
The text was updated successfully, but these errors were encountered: