-
Notifications
You must be signed in to change notification settings - Fork 54
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
Modeline trucation in Emacs 29 #261
Comments
I'm seeing the same thing with latest trunk emacs build. I added this to work around it -- not perfect but helps for me:
|
Thanks! Indeed, that works for me as well. |
Bumping since Emacs 29.1 has been released. The work-around is great, but it would be even greater to use the newly added padding/alignment specs if supported. |
This is only a partial fix for me. Depending on the size of the window, truncation or excess padding still sometimes occurs. By "excess padding" I mean spaces between the right-flushed bit on the mode-line and the edge of the window. This seems to be caused by the minor modes list on the mode line, and how sml decides to shorten it. I've had a play with the value to set |
sml/version is: 2.13, and emacs version is: 29.0.91.
As shown in the following picture the modeline appears truncated on the right:
the last piece that appears truncated is the python environment mode.
But any other mode that appears at the rightmost of the modeline gets truncated:
The text was updated successfully, but these errors were encountered: