>>> I'm using tab-bar-mode, and I've included `tab-bar-format-global` in >>> `tab-bar-format`. This displays `global-mode-string` on the tab-bar. >>> >>> However, in `global-mode-string`, I have `mu4e`. The tab-bar seems to >>> remove the hover and mouse click actions from `global-mode-string`. >> >> Please show your `global-mode-string` with `mu4e` in it. > > I execute describe-variable global-mode-string, it's: > > global-mode-string is a variable defined in xdisp.c. > > Value > ((:eval (mu4e--modeline-string)) (t (:eval (lsp--progress-status))) > ((t lsp-java-progress-string)) (:eval (exec/git-mode-string)) > (:eval (exec/gc-mode-string)) flycheck-mode-line)
Also please eval these calls and show their return values.