Eli Zaretskii writes: >> From: Thierry Volpiatto >> Cc: Po Lu , thievol@posteo.net, 72791@debbugs.gnu.org >> Date: Sun, 25 Aug 2024 06:28:54 +0000 >> >> >> > when Emacs is built with "--with-x-toolkit=lucid" a menu displayed by >> >> > x-popup-menu and larger than (window-height) doesn't have a scroll bar. >> >> > The part which is shown is the center part (first lines and last lines >> >> > doesn't appear). This doesn't happen with a default build (gtk). >> >> > >> >> > I don't know if it is a misfeature of Lucid or an emacs bug. >> >> >> >> lwlib doesn't support this feature. I suggest building with Motif. >> > >> > OK, but why (window-height)? Is the intent to the frame height, or >> > the height of the screen, perhaps? I don't understand why the height >> > of the menu should be limited by the window. >> >> Yes, you are right, I meant the height of the screen. > > OK, thanks. > > I've added a PROBLEMS entry about this, and I think we should close > this bug with that. For me it is ok to close, thanks for your help. -- Thierry