00-11@fediverser.communick.devBtoEmacs@fediverser.communick.dev•Emacs is inconsistent when clicking buttons with the mouseEnglish
1·
1 year agoDo you see the same problem if you start Emacs using emacs -Q
(no init file)? If not, bisect your init file to find the culprit.
Bisect your init file. You can use command
comment-region
comment out 1/2 of it, then 3/4, then 7/8,… till you can see easily what’s causing the problem. This is a binary search, so it narrows things down quickly.