-
Notifications
You must be signed in to change notification settings - Fork 6
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
no sidebar displayed in emacs 28 #6
Comments
I believe this is a wayland bug, or, rather, the expected wayland behavior. Frame parameters work differently under wayland than with X, so the hardcoded Stlll having trouble getting anything to loadi n there, though, and I find the minbuffer is obscured by the sidebar rightn ow. Will report when I know something! |
Maybe the side positioning suing negative coordinates was a side effect that has been fixed. Could you test different values for the x corrdinates in the code to check if it is the case? |
FWIW, this is still affecting me with the latest emacs (30.0.50) on Wayland. I've experimented with various values for So I don't know how this is suppose to work, but I was expecting to be able to toggle the sidebar and have it appear to the left of my current window/frame, without changing the width of my frame or obscuring its contents. |
Sorry for latex answer. Could you post (here) a screenshot when left is -10 and -100? |
might be related to #5 , as I use tabs extensively, but it also seems to apply with tab-bar-mode turned off.
here's my use-package:
running nano-sidebar-toggle and stepping through, it appears that the sidebar frame already exists, but I am unable to find it or switch to it using frame-next. For instance, i nmy current session (frame-list) gives:
Since I don't understand the underlying tab implementation, I worry that there's some interference between those levels. I don't understand the frame internals well enough to test effectively, either.
Thanks!
The text was updated successfully, but these errors were encountered: