-
Notifications
You must be signed in to change notification settings - Fork 71
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
helm mini frame errors saying no such buffer #179
Comments
I reproduced the error. Won't have time to look into it in the next few days. If you want to try debugging it yourself, it probably has something to do with the way Perspective cleans up buffers when a frame is closed. A workaround might be for Perspective to detect frames being allocated by Helm and avoid calling |
Thanks for the tips, i'll look into it on my free time. |
If that turns out to be the problem, another fix is to patch Helm to open its child frame without parameters. I don't remember exactly how to do it, but I think both posframe and emacs-mini-frame do this. |
Ah, I’ve just been running into this as well. I’ll try to come up with a fix, too. |
I've been running into a similar "no such buffer" error message since installing this package. However, I am using Corfu, not Helm. |
Briefing
Using helm apropos in a mini frame errors with "with "No such live buffer *helm apropos*".
I know this is not a helm error as this error only occurs when
persp-mode
is enabled.If we enable
persp-mode
after the call to helm-apropos command, then the bug disappears.Steps to reproduce
In order to test this i've used the testing helm distribution emacs-helm.sh
M-x helm-apropos RET gzip RET
Receive an error saying "No such live buffer *helm apropos*"
(persp-mode -1)
M-x helm-apropos RET gzip RET
now it works fine
(persp-mode)
It works fine after this point
Test Snippet
Recording
persp_test_demo.mp4
Thanks
The text was updated successfully, but these errors were encountered: