-
-
Notifications
You must be signed in to change notification settings - Fork 339
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
Minibuffer collapses to one line after some time #77
Comments
I'm sorry, I can't reproduce that in a fresh emacs instance. But nevertheless it happeed, so I'll try to reproduce it today close the bug if I can't. Maybe my emacs instance just was in some weird state |
OK, thanks for reporting. |
Ok, I have an emacs instance that behaves that way, again. How can I debug the issue? (The commonality between my two emacsen that showed the bug, that I can see right now, is: They were (fairly) long running (a day or so) and have a lot of tramp-buffers open) |
Ok, I reduced it: It happens if a tramp buffer with auto-revert-mode is open. Closing the buffer makes the issue go away. Unfortunately only in my long-running emacs, not in a fresh instance. But at least, that could be a pointer to the right direction |
Thanks a lot, I'll try to look into this soon. Can you eval |
I've set |
And it's still 20 /during/ the bug? |
Ok, so I tried the following:
Pressing F1 when the minibuffer is collapsed loggs |
* ivy.el (ivy--insert-minibuffer): Temporarily bind `resize-mini-windows' to nil. From its doc: A value of `grow-only', the default, means let mini-windows grow only; they return to their normal size when the minibuffer is closed, or the echo area becomes empty. It could be that an update catches this minibuffer empty during `ivy--insert-minibuffer'. Re #77
See if the last change helps. I'm just guessing here. |
Unfortunately that didn't fix it. But I tried to set |
Can you reliably reproduce the bug with tramp? Or you still have to keep a very long working session? Does the bug reoccur quickly once it happens for the first time? Could you try to reproduce with |
No, I still can't reliably reproduce the bug, but it happens every time with tramp buffers and auto-revert-mode after a few hours (haven't tried to meassure the exact time). Also, if it occurs for the first time, it always does afterwards, until I close all tramp buffers. If I reopen them, the bug immediatly reappears. |
I almost thought this bug had fixed itself, when it happened again. But this time without tramp buffers but multiple emacsclient-frames open on the same server. Also, this time it was shortly after the start of the emacs server. I still cannot reproduce it reliably and also haven't been able to see it in emacs -Q, yet. |
|
Nice! I haven't used multiple-frame configurations in the last months, but I'll see If I can still reproduce this. Would be really nice if it's fixed |
When truncate-line is Here is the reproduce steps,
tested on archlinux, emacs 27.0.50 |
Here's what happens if I reduce the number of candidates enough that they fit in less space than
ivy-height
:The text was updated successfully, but these errors were encountered: