-
Notifications
You must be signed in to change notification settings - Fork 161
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
[Bug] Resizing window with doom-dashboard increasingly cuts off right side of modeline #668
Comments
Can you reproduce this issue with |
I have upgraded to emacs 29 on my primary and test systems but do still see the problem on my primary and test systems. The test system experiences the problem with out-of-the-box doom emacs installed on emacs 29. I have investigated using emacs -Q but it doesn't seem like that will be practical to do as doom-dashboard appears to be intimately linked with doom emacs (i.e. there's not a package for the dashboard like there is for doom-modeline). I am happy to follow pointers to making the dashboard work starting from emacs -Q if anyone has them. |
In any buffer, eval |
Got it, thank you. I used that with the test system with emacs -Q and could not reproduce the issue I showed in the original video. Screencast.from.2023-09-27.05-52-37.webm |
So you may need help from doom-emacs community? I guess the latest version of doom-modeline is not applied. |
Sure thing, I can file a bug report there. |
I am having this issue with doom-emacs on both Windows 11 WSL2 Ubuntu 22.04 and Fedora 39. |
@keevee09 Are you able to reproduce the issue with |
@seagle0128 I will attempt to reproduce the issue with |
@keevee09 Which version of |
I am using version 20231222.636 of As you suggested, it appears to be a I noticed just now that when opening the readme files from within |
It looks good! So can I close this issue now? |
Yes, thank you! It can be closed.
…On Wed, 27 Dec 2023 at 16:43, Vincent Zhang ***@***.***> wrote:
It looks good! So can I close this issue now?
—
Reply to this email directly, view it on GitHub
<#668 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAUU7K4WZOZE6CEBE5SUZMTYLQ62PAVCNFSM6AAAAAA5GCWNT2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNZQGQYTSOJUGA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
This is due to :align-to factoring in the margins into its alignment, which is ever changing in the dashboard buffer (or anywhere visual-fill-column is active). Even though `mode-line-right-align-edge` was introduced in Emacs 30, doom-modeline backports so, so its users should benefit from this as well. Close: #8114 Fix: #7466 Fix: seagle0128/doom-modeline#668 Fix: seagle0128/doom-modeline#672 Co-authored-by: unipro <[email protected]>
Thank you for the bug report
doom-modeline
related packages.the command
emacs -Q
.Bug description
Right side of modeline on doom-dashboard screen becomes increasingly cut off when window is resized larger than default (so I'm not sure if this falls under FAQ #7). Other screens don't seem to cause problems with the modeline when the window is being resized.
Steps to reproduce
Expected behavior
Right side of modeline will adjust to stay visible.
OS
Linux
Emacs Version
28 (gccemacs)
Emacs Configurations
Doom Emacs
Error callstack
Anything else
Screencast:
Screencast from 2023-09-25 05-40-05.webm
doom info output of my minimal test system (I'm experiencing the same problem on my primary system with nixos):
https://pastebin.com/3NpYrRfA
(I unchecked the last checkbox after the fact since it's technically minimal in terms of doom emacs config, just unpinning the modeline to make sure the latest commit is used, but I didn't try emacs -Q minimal)
The text was updated successfully, but these errors were encountered: