aspiers/smooth-scrolling

C-p can scroll the window down

Open

#22 opened on Feb 19, 2017

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Emacs Lisp (14 forks)github user discovery
bughelp wanted

Repository metrics

Stars
 (108 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

If you position point near the end of the window (in the bottom margin) and press C-p then scrolling kicks in and moves your view in the opposite direction from where you're going.

I think it's never a good idea to scroll the window down when the user moves point up and the other way around.

I think this is a regression introduced in https://github.com/aspiers/smooth-scrolling/commit/d01c2950d5b35ce6dd31bb2b117cf33dd16b7cfe.

Contributor guide