Skip to content
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

Text positioning issues on Emacs 29 #69

Open
rome-user opened this issue Sep 5, 2023 · 0 comments
Open

Text positioning issues on Emacs 29 #69

rome-user opened this issue Sep 5, 2023 · 0 comments

Comments

@rome-user
Copy link

Description

As described in #66, there are changes to the positioning of text in Emacs 29 that causes mini-modeline in its current state to have "cut off" text. I have attempted applying the changes in this PR to no avail.

I am installing this package with straight and use-package as follows.

(use-package mini-modeline
  :config
  (setq mini-modeline-enhance-visual nil
	mini-modeline-truncate-p nil
	mini-modeline-echo-duration 1)
  (mini-modeline-mode t))

Environment

  • GNU Emacs 29.1 (build 2, x86_64-apple-darwin19.6.0, NS appkit-1894.70 Version 10.15.7 (Build 19H2026))
    of 2023-09-03
  • emacs-mini-modeline from branch master and commit 86e753b

Screenshot

Demonstration of modeline issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant