all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eval EXEC <execvy@gmail.com>
To: Juri Linkov <juri@linkov.net>
Cc: 73027@debbugs.gnu.org
Subject: bug#73027: Fwd: 31.0.50; tab-bar-formal-global erased global-modeline-string's mouse hover/click action menu
Date: Thu, 05 Sep 2024 16:23:33 +0800	[thread overview]
Message-ID: <877cbqy0e2.fsf@gmail.com> (raw)
In-Reply-To: <86v7zawqvn.fsf@mail.linkov.net> (Juri Linkov's message of "Thu,  05 Sep 2024 09:34:20 +0300")

Juri Linkov <juri@linkov.net> writes:

>>>> 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.

1. (mu4e--modeline-string) :

#(" 🌀0/0 " 1 2 (help-echo "mu4e favorite bookmark 'Unread messages':
	flag:unread

number of matches: 0
unread messages: 0
changes since baseline: +0
" mouse-face mode-line-highlight keymap (mode-line keymap (mouse-1 . mu4e-jump-to-favorite) (mouse-2 . mu4e-jump-to-favorite) (mouse-3 . mu4e-jump-to-favorite))) 2 3 (mouse-face mode-line-highlight keymap (mode-line keymap (mouse-1 . mu4e-jump-to-favorite) (mouse-2 . mu4e-jump-to-favorite) (mouse-3 . mu4e-jump-to-favorite)) face mu4e-header-key-face help-echo "mu4e favorite bookmark 'Unread messages':
	flag:unread

number of matches: 0
unread messages: 0
changes since baseline: +0
") 3 4 (help-echo "mu4e favorite bookmark 'Unread messages':
	flag:unread

number of matches: 0
unread messages: 0
changes since baseline: +0
" mouse-face mode-line-highlight keymap (mode-line keymap (mouse-1 . mu4e-jump-to-favorite) (mouse-2 . mu4e-jump-to-favorite) (mouse-3 . mu4e-jump-to-favorite))) 4 5 (mouse-face mode-line-highlight keymap (mode-line keymap (mouse-1 . mu4e-jump-to-favorite) (mouse-2 . mu4e-jump-to-favorite) (mouse-3 . mu4e-jump-to-favorite)) help-echo "mu4e favorite bookmark 'Unread messages':
	flag:unread

number of matches: 0
unread messages: 0
changes since baseline: +0
") 5 6 (help-echo "mu4e favorite bookmark 'Unread messages':
	flag:unread

number of matches: 0
unread messages: 0
changes since baseline: +0
" mouse-face mode-line-highlight keymap (mode-line keymap (mouse-1 . mu4e-jump-to-favorite) (mouse-2 . mu4e-jump-to-favorite) (mouse-3 . mu4e-jump-to-favorite))))
2. (lsp--progress-status)
;; it's empty string
3. lsp-java-progress-string
;; it's empty string too
4: (exec/git-mode-string)
it's nil
5:  (exec/gc-mode-string)
It's empty string
5. flycheck-mode-line
it's `(:eval (flycheck-status-emoji-mode-line-text))`

Addition, I eval (flycheck-status-emoji-mode-line-text) got:
(" " "😐")
-- 





  reply	other threads:[~2024-09-05  8:23 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-04 14:12 31.0.50; tab-bar-formal-global erased global-modeline-string's mouse hover/click action menu Eval EXEC
2024-09-04 14:31 ` Eli Zaretskii
2024-09-04 14:36   ` execvy
2024-09-04 14:40     ` Rich text in email Eli Zaretskii
2024-09-04 14:57       ` Eval EXEC
2024-09-04 14:33 ` bug#73027: Fwd: 31.0.50; tab-bar-formal-global erased global-modeline-string's mouse hover/click action menu Eval EXEC
2024-09-04 16:10   ` Juri Linkov
2024-09-04 16:27     ` Eval EXEC
2024-09-05  6:34       ` Juri Linkov
2024-09-05  8:23         ` Eval EXEC [this message]
2024-09-05 17:02           ` Juri Linkov
2024-09-10  6:38           ` Juri Linkov
2024-09-21  9:15             ` Eli Zaretskii
2024-09-21 18:03               ` Juri Linkov
2024-09-21 18:15                 ` Eli Zaretskii
2024-09-24  6:43                   ` Juri Linkov
2024-09-05  8:25         ` Eval EXEC
2024-09-04 14:36 ` Po Lu
2024-09-05  5:11 ` Tassilo Horn
2024-09-05  6:26   ` Eval EXEC
2024-09-05  8:09     ` Eli Zaretskii
2024-09-05  8:11       ` Eval EXEC
2024-09-05  9:12         ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=877cbqy0e2.fsf@gmail.com \
    --to=execvy@gmail.com \
    --cc=73027@debbugs.gnu.org \
    --cc=juri@linkov.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.