Eli Zaretskii writes: > I thought you said XWINDOW (f->menu_bar_window) doesn't compile in the > "--without-x" build? I think you need the HAVE_WINDOW_SYSTEM > condition as well. This new one does compile "--without-x". About the height of the menu bar, you were right. I've tested and display_menu_bar is called quite often and is called after a (set-face-font 'menu "Iosevka-18"). So maybe it is the last call to compute_line_metrics that does not do the required job.