[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gud menus
From: |
Eli Zaretskii |
Subject: |
Re: gud menus |
Date: |
Mon, 18 Oct 2021 16:07:55 +0300 |
> From: Lars Ingebrigtsen <larsi@gnus.org>
> Cc: emacs-devel@gnu.org
> Date: Mon, 18 Oct 2021 14:33:42 +0200
>
> I.e., the echo area fills up with mouse movement things.
>
> So there's something Emacs really doesn't like about that "toolbar", I
> guess.
I think this is unrelated. AFAIR, gdb-mi enables mouse-tracking
because it wants to pop up tooltips with values of variables or
something? Yes, see gud-tooltip-activate-mouse-motions in gud.el.
So I guess we need to temporarily disable track-mouse when we pop up
TTY menus...