On Fri, 13 Mar 2020 16:59:36 +0800, 積丹尼さん wrote: > $ emacs -q -f w3m > and browse https://www.wired.com/story/5g-vulnerabilities-downgrade-attacks/
> Now do C-x C-+ C-+ C-+ > Notice how the lines are now extend off of the screen, and we are no > longer able to read the last part of each line. I realized what is the cause at last. It is that emacs-w3m sets `auto-hscroll-mode' to nil and uses the `w3m-auto-show' feature for horizontal scrolling instead in its buffers. That feature was made in the era when Emacs doesn't support automatic hscroll, but probably the time has come to drop it. I will work on it...