From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: gud menus Date: Mon, 18 Oct 2021 15:01:08 +0300 Message-ID: <837deafsor.fsf@gnu.org> References: <87sfwznvcw.fsf@gnus.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="31257"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Lars Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Oct 18 14:03:00 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mcRM3-0007u2-TZ for ged-emacs-devel@m.gmane-mx.org; Mon, 18 Oct 2021 14:02:59 +0200 Original-Received: from localhost ([::1]:49488 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mcRM2-0003dF-9i for ged-emacs-devel@m.gmane-mx.org; Mon, 18 Oct 2021 08:02:58 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:53524) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mcRKL-0002QL-48 for emacs-devel@gnu.org; Mon, 18 Oct 2021 08:01:15 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:35786) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mcRKI-0006AP-Ry; Mon, 18 Oct 2021 08:01:12 -0400 Original-Received: from [87.69.77.57] (port=2349 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mcRK9-0005Hf-LT; Mon, 18 Oct 2021 08:01:02 -0400 In-Reply-To: <87sfwznvcw.fsf@gnus.org> (message from Lars Ingebrigtsen on Mon, 18 Oct 2021 00:23:59 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:277267 Archived-At: > From: Lars Ingebrigtsen > Date: Mon, 18 Oct 2021 00:23:59 +0200 > > However, this makes F10 not work at all, so I can't use the menus in the > buffer after saying `M-x gud-gdb'. It's not a menu, so I don't think F10 should work here. Do you see it working in any old version of Emacs, say Emacs 23? > Clicking on those texts does nothing, either -- with or without > xterm-mouse-mode. That works here on MS-Windows, where the TTY frames support the mouse. Do you have a build with the GPM mouse to try that? xterm-mouse-mode might not support this, if no one wrote the code. > So... is this something that used to work? It used, and it does, but only if the mouse is supported. For the other builds, it is just a reminder of the tool-bar buttons. > And is it supposed to disable the menus? I'll have to look into that, but it could be that overwriting the menu with these "too-bar buttons" disables the TTY menus as side effect. However, with xterm-mouse-mode you should have the global menu on C-mouse-3 if you turn off menu-bar-mode.