elpasync pushed a change to branch elpa/scroll-on-jump.
at 8fde237ae6 Change URL to codeberg
This branch includes the following new commits:
new 30e23e8694 Initial commit
new eb77ab1920 readme: add a more complete example
new 028e672391 Cleanup: no need for `let*`
new 1f2349edf4 Fix scrolling down when the point is at the beginning of
the buffer
new 9c333320ea Don't catch and re-raise errors
new a614bc7f8f Fix the case when the windows buffer is not the
current-buffer
new 4b11cda039 Cleanup: pass the window to count-screen-lines
new 94986120c4 readme: add link to demo video
new e8b79d35d4 Cleanup: split scroll-on-jump--scroll-impl into it's own
function
new ea74496fa1 Fix recursive calls to animate scrolling
new fddbdfdfe0 Fix error where the pixel scroll was left a non-zero
value
new 055144ca83 Disable moving the point when the destination point
doesn't move
new 9767013ca8 Support wrapping functions that themselves scroll
new 7a51468bdd Cleanup: declare variable
new 69c86542a1 Docs: add docstrings
new df8b208ba7 readme: add melpa link
new dd2818d906 Cleanup: make docstring under 80 chars
new 5007e9ea8a readme: add examples suggested in #2
new 0ce93b3ea6 readme: remove 'evil-goto-first-line' as
'evil-goto-line' already scrolls
new 42329b5707 Fix visual glitch when used with next/previous line
new 30dc5f5e50 Cleanup: remove recursion check
new 28bac2cdc3 Cleanup: quiet checkdoc warnings for wide docstrings
new 5a6f698b6f Cleanup: replace 'if' with 'cond'
new a2d6996a36 Cleanup: use defgroup
new 000dc41039 Fix error passing out-of-range point to
count-screen-lines
new 0cf26a15bb Cleanup: use window-body-height
new 7b2919f8d8 Fix smooth (pixel) scrolling not being used in most cases
new 556e9a7a81 Fix error detecting scroll changes
new 1e9e09f0cc Fix error counting lines jumping to a point outside
buffer range
new 99386fc01b Cleanup: use brief SPDX license
new 8fde237ae6 Change URL to codeberg