Vincent Zhang

Results 249 comments of Vincent Zhang

It's a good idea, but needs big changes. I need to think over carefully. If you have good thoughts, please let me know. PRs are always welcome.

No. It's not a technical issue, while efforts challenge. And I am not sure if it's worth to do that. If the icons are configurable, users still need significant efforts...

Please try `(advice-add #'select-window :after #'force-mode-line-update)` and/or `(add-function :after after-focus-change-function #'force-mode-line-update)`.

No idea what happen to your WM. Try this snippet ```elisp (advice-add #'select-window :after (lambda (&rest _) (force-mode-line-update))) (advice-add #'handle-switch-frame :after #'doom-modeline-set-selected-window) (add-function :after after-focus-change-function #'doom-modeline-set-selected-window) ```

I think it's related to Emacs 29 and/or WM. I tested on macOS 12.5, Windows 10/11, Ubuntu KDE/Mate, Linux Mint Cinnamon, etc. It's working well. It seems face remapping is...

@pft Please review and merge. Thanks!

I found the root cause. `mingus-playlist-mode` is called in `mingus-switch-to-playlist`, which will remove all faces from the playlist buffer. The current workaround is ```elisp (add-hook 'mingus-playlist-hooks #'mingus-redraw-buffer) ```

@jimeh Thank you for the tweaking! I think you should also check the highlighting other words of different foreground colors.

@jimeh Any update for this PR? And I still think the colors should be lighter. The foreground colors of the characters may be very close to the background colors. The...