-
Notifications
You must be signed in to change notification settings - Fork 158
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
Error with window #1128
Comments
Error is similar too this issue: |
This issue has been automatically marked as stale because it has not had recent activity (this bot only works as a reminder, it will not close issues). |
The error indicates that something has gone very wrong in the state of your windows and put them into an invalid state. Treemacs does not do anything special - by default it just spawns as a side window. This behavior is controlled by You should be able to get out of this by spawning a new frame and closing the previous one. Unfortunately I can't say what's causing this, probably some other package or mode that manipulates windows in a way that doesn't agree with side windows. The only one I know of is the builtin If you use windmove updating treemacs should fix your issue. If not I will a reproduction recipe to help further. |
I suspect that this is a conflict with centaur-tabs package - treemacs spawn new tabs, and if I click on it, the two treemacs windows appears at the same time. |
Use this to check if it's a general side-window problem: (display-buffer-in-side-window (get-buffer-create "Test Buffer") '((side . left) (slot . 1))) That will spawn a side-window the same way that treemacs does. If you experience the same issues as with treemacs then it's on centaur tabs to integrate with side-windows. |
I am also curious about It looks like you copied a bit too much from the example setup. I don't know what your setup is intended to look like, but you only need one, if any, extra scope package. |
Hello!
I frequently got this error:
it prevents from creating or removing windows, and I don't know how to get rid of it.
Config is:
Thank you in advance
The text was updated successfully, but these errors were encountered: