dirvish icon indicating copy to clipboard operation
dirvish copied to clipboard

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

Open dvzubarev opened this issue 2 years ago • 3 comments

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)

dvzubarev avatar Jan 07 '24 01:01 dvzubarev

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

jimeh avatar Jan 10 '24 15:01 jimeh

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

jimeh avatar Feb 01 '24 21:02 jimeh

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

Thaodan avatar Jun 15 '24 10:06 Thaodan