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

Fix an error: void-variable dv in Emacs-30.0.50 #251

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dvzubarev
Copy link
Contributor

In recent Emacs-30, modeline and headerline has stopped working.
There were many errors in the Messages:

Error during redisplay: (eval (dirvish-path-ml dv) t) signaled (void-variable dv) 
Error during redisplay: (eval (dirvish-sort-ml dv) t) signaled (void-variable dv)

In recent Emacs-30, modeline and headerline stop working with the errors:
Error during redisplay: (eval (dirvish-path-ml dv) t) signaled (void-variable dv)
Error during redisplay: (eval (dirvish-sort-ml dv) t) signaled (void-variable dv)
@jimeh
Copy link

jimeh commented Jan 10, 2024

For whatever it's worth, this change resolves the issue for me too.

@jimeh
Copy link

jimeh commented Feb 1, 2024

@alexluigit Any chance this could get merged soon? :)

@dvzubarev dvzubarev changed the title Fix an error: void-variable dv Fix an error: void-variable dv in Emacs-30.0.50 Mar 22, 2024
@Thaodan
Copy link

Thaodan commented Jun 15, 2024

Could you add "Resolves #260" to the commit message?

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

Successfully merging this pull request may close these issues.

None yet

3 participants