GNU bug report logs -
#76384
Incorrect mouse events / tool-bar event is undefined error.
Previous Next
Reported by: mjk <mkajola <at> gmail.com>
Date: Tue, 18 Feb 2025 04:16:03 UTC
Severity: normal
Merged with 76385
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#76384: Incorrect mouse events / tool-bar event is undefined error.
which was filed against the emacs package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 76384 <at> debbugs.gnu.org.
--
76384: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=76384
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
> Date: Thu, 20 Feb 2025 16:46:44 +0200
> Cc: luangruo <at> yahoo.com, 76384 <at> debbugs.gnu.org
> From: mjk <mkajola <at> gmail.com>
>
> I think I already sent the full info about the version that failed.
>
> The working one is the same (version number) with the -.gt-x11
> extension, and emacs-lucid works too.
>
> I downloaded and compiled version 30.1 (rc on the web page) and compiled
> it. This one seems to work, but with the default config, configure
> produces a version that uses lucid, which seems to work as 29 too.
>
> Not sure what to do to produce similar to the failing one, and whether
> it is worth while to use a lot of time to try to reproduce this.
OK, thanks. I'm therefore closing this bug.
[Message part 3 (message/rfc822, inline)]
Hello,
I had irritating mouse problems originally in lsp/dap mode.
The mouse caused many-many beeps due to mouse move errors.
This is probably combination of problems in the basic thing and the lsp
gui packages together.
I was able to pinpoint one factor of this problem into configuration
where I had removed my .emacs and .emacs.d, so that I was in a pretty clean
configuration.
In this state I get spurious errors like:
<tool-bar> <wheel-up> is undefined
<tool-bar> <wheel-down> is undefined
<tool-bar> <double-wheel-down> is undefined
when I rotate the mouse wheel in the window area (pretty much any, like
*scratch*). Note, in the text window, not in the tool bar.
This happens only in a limited area at the top of the window. Not at the
very top of the window, but somewhat below. The dimensions of these areas
are as if the program was thinking that the menubar and the toolbar were
in the text window (like it was dispatching events from
coordinates where the origin is in the upper corner of the text window
rather than in the top of the whole window of the application.
So there is a narrow strip having same height as the menu-bar which is
not giving these events, then an area with same height as the tool-bar
which gives them, and then below it works normally again.
Then when other gui packages are on, I start to get also other similar
errors, probably depending on what events have been enabled and what
handlers have been installed. Mouse move events are naturally the most
irritating ones. Luckily emacs can be used pretty well with keyboard only.
t. mjk
This bug report was last modified 74 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.