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: Eli Zaretskii
Subject: bug#57372: no-toolkit menu popups do not respect emacs font configuration
Date: Wed, 24 Aug 2022 14:23:20 +0300

> From: Po Lu <luangruo@yahoo.com>
> Cc: Eli Zaretskii <eliz@gnu.org>,  57372@debbugs.gnu.org
> Date: Wed, 24 Aug 2022 18:56:17 +0800
> 
> Tomas Hlavaty <tom@logand.com> writes:
> 
> > Would it be possible to change it so that even this popped up menu text
> > font is not determined by X resources but by the usual emacs face
> > mechanism?
> 
> No.

Well, "no" is never correct when we deal with software ;-)

But yes, it should be quite a project.  The basic problem here is that
menus are not displayed by the Emacs display engine, they are
displayed by a separate code (which we "stole" from X11).

Displaying pop-down menus with our display engine is "tricky", as the
TTY menus experience amply shows.





reply via email to

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