bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#57372: no-toolkit menu popups do not respect emacs font configuratio


From: Po Lu
Subject: bug#57372: no-toolkit menu popups do not respect emacs font configuration
Date: Fri, 26 Aug 2022 19:18:36 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.91 (gnu/linux)

Eli Zaretskii <eliz@gnu.org> writes:

> That depends on the implementation: if the no-toolkit menu
> implementation intercepts the clicks before they get to Emacs, "C-h c"
> will not work for the individual clicks, only for a complete selection
> from the menu.

Clicks on the menu bar aren't intercepted at all.  Instead, some code in
keyboard.c (not exactly sure where) will call menu_show_hook (through
read_char_x_menu_prompt) with the contents of the submenu that was
clicked if nothing was bound, AFAIR.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]