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

29.1; Hanging when setting mini-frame-standalone to t until hitting c-g #80

Open
KindlyRepeat opened this issue Dec 5, 2023 · 3 comments

Comments

@KindlyRepeat
Copy link

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:

  1. Launch Emacs with the previous configuration
  2. Hit M-x
  3. A mini-frame appear
  4. Hit C-g (the M-x prompt appears)
  5. Hit C-g again (the frame disappears)
  6. Hit M-x
  7. Now we have the normal behavior

I can't reproduce this issue on Emacs 28.2

@muffinmad
Copy link
Owner

I believe this is related to #78
Try turning off the mini-frame resize by setting the mini-frame-resize to nil:

(require 'mini-frame)
(sets mini-frame-resize nil)
(setq mini-frame-standalone t)
(mini-frame-mode 1)

@KindlyRepeat
Copy link
Author

It works as expected when setting mini-frame-resize to t. I'll report the bug in the Emacs bugs tracker.

@KindlyRepeat
Copy link
Author

https://debbugs.gnu.org/cgi/bugreport.cgi?bug=67653

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