ergoemacs / ergoemacs-mode

ergoemacs-mode
ergoemacs.github.io/
GNU General Public License v3.0
293 stars 35 forks source link

Mouse scroll not smooth #430

Closed ghost closed 7 years ago

ghost commented 8 years ago

Can't Double Click to select word

ghost commented 8 years ago

Emacs 25.1 / Git + ErgoEmacs Melpa (Unstable)

mattfidler commented 8 years ago

Mouse handling and command loop changed with Emacs 25.1, I'm not sure what you mean by mouse-scroll not smooth, though. I can verify that I cannot double click to select a word...

There are a few more issues that I have noticed that were not there with emacs 24. Including having the point within hidden/folded sections of an org-mode buffer.

jn287 commented 7 years ago

I'm also having problems with the mouse scrolling which could possibly be the same issue. When I scroll with the mouse wheel it only moves 5 lines forward no matter how long i scroll. To scroll more than 5 lines i have to either stop scrolling for half a second and then continue to move another 5 lines forward, or I have to move the mouse pointer by a small amount. If I exit ergoemacs-mode mouse scrolling works without issues. I'm using emacs 24.5.1 and ergoemacs from melpa.

mattfidler commented 7 years ago

I am not sure why. I cannot reproduce this behavior in windows.

On Fri, Nov 4, 2016, 10:46 AM jn287 notifications@github.com wrote:

I'm also having problems with the mouse scrolling which could possibly be the same issue. When I scroll with the mouse wheel it only moves 5 lines forward no matter how long i scroll. To scroll more than 5 lines i have to either stop scrolling for half a second and then continue to move another 5 lines forward, or I have to move the mouse pointer by a small amount. If I exit ergoemacs-mode mouse scrolling works without issues. I'm using emacs 24.5.1 and ergoemacs from melpa.

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/ergoemacs/ergoemacs-mode/issues/430#issuecomment-258467988, or mute the thread https://github.com/notifications/unsubscribe-auth/AAfa2vKJIZVw3FP6AB-zempHS7qRi7ygks5q61NDgaJpZM4KQIfP .

mattfidler commented 7 years ago

I changed the way the ergoemacs-mode handles mouse commands, so this should be fixed. I'm unsure. Could someone test?

mattfidler commented 7 years ago

It should not touch mouse commands any more. Let me know if you see the issue again.