radian-software / radian

🍉 Dotfiles that marry elegance and practicality.
MIT License
490 stars 47 forks source link

radian-scroll-up command breaks mouse-wheel-follow-mouse #486

Closed hrehfeld closed 2 years ago

hrehfeld commented 3 years ago

(setq mouse-wheel-follow-mouse t), use mouse in inactive window. Active window scrolls.

raxod502 commented 3 years ago

I observe that behavior too, but if your Emacs is running in terminal mode, how would it know where your mouse cursor is in the first place? With emacs -Q, you get the same behavior, but it doesn't even scroll, it just moves point vertically.

hrehfeld commented 3 years ago

hmm, no idea about terminal usage, but this happens to me in graphical X11 frames.

raxod502 commented 2 years ago

That's very odd. What operating system / distro / window manager are you using?

hrehfeld commented 2 years ago

Archlinux & X11 with xmonad, regularly updated.

hrehfeld commented 2 years ago

Hmm, this doesn't happen right now, inactive window scrolls, so I'm closing for now. Thanks for looking into it!