When I try to scroll with mouse I receive a message saying Wrong type argument: commandp, mouse-5
or Wrong type argument: commandp, mouse-4
. This happens after I tried a lot of random fixes. Before the message was something like C-M-)
and C-M-(
is undefined.
But... If I press CTRL while mouse scrolling, it works fine as expected.
How can I fix that? Thank you.
((((((((((((())))
))))))))))) – Felipe Apr 22 '19 at 10:54
emacs -q
) – Apr 22 '19 at 10:58C-M-)
(scroll down) andC-M-(
(scroll up). I was trying solution in this post: https://emacs.stackexchange.com/questions/36024/mouse-wheel-not-working-with-new-mouse without success in my init file. Here: https://emacs.stackexchange.com/questions/36024/mouse-wheel-not-working-with-new-mouse#comment56803_36036 I discovered that if I press CTRL everything works fine. – Felipe Apr 22 '19 at 11:02C-h l
right after you used the wheel? – Stefan Apr 23 '19 at 15:29emacs -nw
(terminal) I get: https://pastebin.com/czyMLDCq – Felipe Apr 26 '19 at 22:57