X-Debbugs-Cc: yama...@jpl.org
Package: w3m-el-snapshot
Version: 1.4.632+0.20200702.0409.dca01f9-1

Please do
$ w3m https://getpocket.com/explore/item/the-dark-secret-at-the-heart-of-ai 
#good!

and compare it with

$ emacs -nw -q -f w3m
g https://getpocket.com/explore/item/the-dark-secret-at-the-heart-of-ai #bad!

You will see plain w3m never has any lines that get "injured" at the
right margin.

But emacs -nw' does. And it is just on a few lines, an just by little
bit. Some miscalculation of just a few columns.

By "injured" I mean the line extends a tiny bit off the screen, or needs
to be hyphenated etc.

$ emacs -nw -q -f w3m #has the problem.
$ emacs     -q -f w3m #works OK.

$ stty -a
speed 38400 baud; rows 57; columns 211; line = 0;

emacs-version "26.3"

Reply via email to