> From: Juan Jose Garcia-Ripoll <juanjose.garciarip...@gmail.com> > Date: Thu, 3 Jul 2025 15:40:57 +0200 > Cc: help-emacs-windows@gnu.org > > How can I debug this? I am not asking you to solve the problem. But the > manual does not offer information > about how to intercept the events or investigate if they are reaching Emacs > at all.
"C-h l" will show you what input events Emacs saw. This is in the manual. The code which processes mouse clicks on MS-Windows begins in src/w32term.c, under "case WM_LBUTTONDOWN", and continues in src/keyboard.c under "case MOUSE_CLICK_EVENT". Once again, I suggest to submit a bug report, so we could discuss this on the bug tracker. This list is not the proper forum for debugging such problems.