[emacs-w3m:13504] Re: SPC jumps to next page even before we are finished reading this page
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.w3m |
|---|---|
| Organization | Emacsen advocacy group |
| Message-ID | <[email protected]> |
In [emacs-w3m:13503] On Wed, 31 Jul 2019 03:56:02 +0800, 積丹尼さん wrote: > This no longer waits until we are at the bottom of a page to switch to > the next page: > SPC runs the command w3m-scroll-up-or-next-url (found in > w3m-mode-map), which is an interactive compiled Lisp function in > ‘w3m.el’. [...] > Test on long pages like: > file:///usr/share/doc/aptitude/html/en/ch02s04s05.html > $ dlocate /usr/share/doc/aptitude/html/en/ch02s04s05.html > aptitude-doc-en: /usr/share/doc/aptitude/html/en/ch02s04s05.html So, could you upload ch02s04s05.html somewhere? > In fact its docstring doesn't make clear that it only should go to the > next page if there is a next page (from <link rel> header), *and* we are > already at the bottom of this page. I'll add a supplementary explanation later. Thanks.