You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In eww, with smooth-scrolling-mode on, <backspace> (or, more accurately, scroll-down-command) does not seem work as I might expect when reaching the bottom of a page. If I turn smooth-scrolling-mode back off, <backspace> works again as expected.
Expected behavior
Reach the bottom of a page
Hit <backspace>
Cursor moves up
Observed behavior
Reach the bottom of a page
Hit <backspace>
Cursor moves up a few lines
Hit <backspace> a few more times
Cursor returns to where it was in step 3
What happens during step 4 changes depending on the page. Sometimes the cursor will move to the bottom of the page, sometimes it will disappear entirely from view. The cursor consistently, however, returns to where it was in step 3 after a certain number of <backspace> presses.
Environment
I have not changed any of my mappings for eww, nor any of my settings for smooth-scrolling (other than turning it on and off).
Here is the partial output of C-h k <backspace>:
DEL (translated from <backspace>) runs the command scroll-down-command
(found in eww-mode-map), which is an interactive compiled Lisp
function in ‘window.el’.
It is bound to <delete>, DEL, S-SPC, <prior>, M-v.
And here is the partial output of C-h k SPC:
SPC runs the command scroll-up-command (found in eww-mode-map), which
is an interactive compiled Lisp function in ‘window.el’.
It is bound to SPC, C-v, <next>.
Here is my testing system:
GNU Emacs 25.1.1 (x86_64-pc-linux-gnu, GTK+ Version 3.22.11)
Debian GNU/Linux 9.4 (stretch)
smooth-scrolling 20161002.1249 from MELPA
The text was updated successfully, but these errors were encountered:
This does not seem to occur when I set smooth-scroll-margin to a low number, like 1 or 2. I actually find that I prefer this behavior over the default, so I will just set that in my init file. Attribution: I got the idea from #23; thanks.
Description
In
eww
, withsmooth-scrolling-mode
on,<backspace>
(or, more accurately,scroll-down-command
) does not seem work as I might expect when reaching the bottom of a page. If I turnsmooth-scrolling-mode
back off,<backspace>
works again as expected.Expected behavior
<backspace>
Observed behavior
<backspace>
<backspace>
a few more timesWhat happens during step 4 changes depending on the page. Sometimes the cursor will move to the bottom of the page, sometimes it will disappear entirely from view. The cursor consistently, however, returns to where it was in step 3 after a certain number of
<backspace>
presses.Environment
I have not changed any of my mappings for
eww
, nor any of my settings forsmooth-scrolling
(other than turning it on and off).Here is the partial output of
C-h k <backspace>
:And here is the partial output of
C-h k SPC
:Here is my testing system:
smooth-scrolling
20161002.1249 from MELPAThe text was updated successfully, but these errors were encountered: